SummaryRefsLogTreeCommitDiffStats
path: root/scm/mcron/main.scm
Commit message (Collapse)AuthorAgeFilesLines
* main: Improve 'process-user-file' definition.Mathieu Lirzin2016-05-071-17/+15
| | | | | | | * scm/mcron/main.scm (process-user-file): Rename parameters 'file-path' to 'file-name' and 'assume-guile' to 'guile-syntax?'. Capture 'guile-regexp' and 'vixie-regexp' bindings in the procedure scope. (guile-file-regexp, vixie-file-regexp): Delete variables.
* main: Remove obsolete Guile debug option.Mathieu Lirzin2016-05-071-1/+0
| | | | | * scm/mcron/main.scm (main): Remove obsolete invocation of 'debug-enable'.
* build: Compile and install '.go' files.Mathieu Lirzin2016-05-071-0/+2
| | | | | | | | | | * configure.ac: Set and substitute 'mcronmoduledir'. Check for 'guild' which requires Guile >= 2.0.7. Use 'AC_CANONICAL_HOST'. * scm/mcron/makefile.am (.scm.go): New target. (MODULES, GEN_MODULES, GOBJECTS, CLEANFILES, SUFFIXES) (dist_mcronmodule_DATA, mcronmodule_DATA): New variables. (pkgdata_DATA, EXTRA_DIST): Remove variables. * .gitignore: Adjust accordingly.
* main: Add (mcron main) module.Mathieu Lirzin2016-05-071-58/+50
| | | | | | | | | | | | | | | | Remove 'ed' hack to eval content of scm/mcron/main.scm in the C wrapper. Use proper libguile functions instead. * scm/mcron/main.scm (mcron main): New module. (show-version, show-package-information, show-help, main): Remove extra newline characters in strings. * mcron.c.template: Rename to ... * mcron.c: ... this. (inner_main): Set current module to (mcron main). * makefile.ed: Delete file. * configure.ac: Remove check for 'ed'. * makefile.am: Adjust accordingly. * .gitignore: Likewise.
* main: Add 'main' procedure.Mathieu Lirzin2016-05-071-137/+115
| | | | | * scm/mcron/main.scm (main): New Thunk. Move remaining top-level code to it.
* main: Add 'cron-file-descriptors' procedure.Mathieu Lirzin2016-05-071-31/+28
| | | | | | | | * 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.
* main: Add docstrings.Mathieu Lirzin2016-05-071-61/+32
| | | | | | | | * 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.
* main: Make 'catch-mcron-error' macro hygienic.Mathieu Lirzin2016-05-071-13/+7
| | | | | * scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule' instead of 'defmacro'.
* main: Turn 'command-name' into a thunk.Mathieu Lirzin2016-05-071-21/+18
| | | | | * scm/mcron/main.scm (command-name): Turn into a thunk. All callers changed.
* main: Use 'when' and 'unless' special forms.Mathieu Lirzin2016-05-071-60/+57
| | | | * scm/mcron/main.scm: Use 'when' and 'unless' special forms.
* main: Import the modules all together.Mathieu Lirzin2016-05-071-21/+9
| | | | * scm/mcron/main.scm: Gather module imports.
* main: Add 'show-help' procedure.Mathieu Lirzin2016-05-071-28/+22
| | | | * scm/mcron/main.scm (show-help): New procedure.
* main: Add 'show-package-information' procedure.Mathieu Lirzin2016-05-071-5/+12
| | | | * scm/mcron/main.scm (show-package-information): New procedure.
* main: Add 'show-version' procedure.Mathieu Lirzin2016-05-071-17/+18
| | | | * scm/mcron/main.scm (show-version): New procedure.
* Juggled build infrastructure to make mcron.1 man page properly.Dale Mellor2014-05-251-0/+503