SummaryRefsLogTreeCommitDiffStats
path: root/scm
Commit message (Expand)AuthorAgeFilesLines
* main: Add 'main' procedure....* scm/mcron/main.scm (main): New Thunk. Move remaining top-level code to it. Mathieu Lirzin2016-05-071-137/+115
* main: Add 'cron-file-descriptors' procedure....* scm/mcron/main.scm (fd-list): Delete variable. (cron-file-descriptors): New procedure. Return a list instead of mutating 'fd-list'. (process-update-request): Add 'fdes-list' parameter. Adapt caller by using 'cron-file-descriptors' as an effective parameter. Mathieu Lirzin2016-05-071-31/+28
* main: Add docstrings....* scm/mcron/main.scm (delete-run-file, mcron-error) (process-files-in-system-directory, process-files-in-user-directory) (process-update-request, process-user-file, regular-file?) (stdin->string, valid-user): Turn comments into docstrings. (command-type, options): Move comments inside the definitions. Mathieu Lirzin2016-05-071-61/+32
* main: Make 'catch-mcron-error' macro hygienic....* scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule' instead of 'defmacro'. Mathieu Lirzin2016-05-071-13/+7
* main: Turn 'command-name' into a thunk....* scm/mcron/main.scm (command-name): Turn into a thunk. All callers changed. Mathieu Lirzin2016-05-071-21/+18
* main: Use 'when' and 'unless' special forms....* scm/mcron/main.scm: Use 'when' and 'unless' special forms. Mathieu Lirzin2016-05-071-60/+57
* main: Import the modules all together....* scm/mcron/main.scm: Gather module imports. Mathieu Lirzin2016-05-071-21/+9
* main: Add 'show-help' procedure....* scm/mcron/main.scm (show-help): New procedure. Mathieu Lirzin2016-05-071-28/+22
* main: Add 'show-package-information' procedure....* scm/mcron/main.scm (show-package-information): New procedure. Mathieu Lirzin2016-05-071-5/+12
* main: Add 'show-version' procedure....* scm/mcron/main.scm (show-version): New procedure. Mathieu Lirzin2016-05-071-17/+18
* build: Add package variables....* scm/mcron/config.scm.in (config-package-name) (configure-package-version, configure-package-url): New variables. Mathieu Lirzin2016-05-071-0/+4
* build: Add missing 'makefile.am'....* scm/mcron/makefile.am: New file. * .gitignore: Ignore 'mcron' only in the top-level directory. Mathieu Lirzin2016-05-041-0/+15
* Juggled build infrastructure to make mcron.1 man page properly.Dale Mellor2014-05-259-0/+2197