| Commit message (Expand) | Author | Age | Files | Lines |
* | main: Add 'for-each-file' procedure....* scm/mcron/main.scm (for-each-file): New procedure.
(process-files-in-user-directory, process-files-in-system-directory):
Use it.
| Mathieu Lirzin | 2016-05-07 | 1 | -28/+33 |
* | all: Add a custom indentation rule for 'mcron-error'....* .dir-locals.el: Define a custom indentation rule for 'mcron-error'.
* scm/mcron/crontab.scm: Use it.
* scm/mcron/job-specifier.scm: Likewise.
* scm/mcron/main.scm: Likewise.
* scm/mcron/vixie-specification.scm: Likewise.
| Mathieu Lirzin | 2016-05-07 | 1 | -15/+8 |
* | main: Remove unused 'regular-file?' procedure....* scm/mcron/main.scm (regular-file?): Delete procedure.
| Mathieu Lirzin | 2016-05-07 | 1 | -9/+0 |
* | main: Improve 'process-user-file' definition....* 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.
| Mathieu Lirzin | 2016-05-07 | 1 | -17/+15 |
* | main: Remove obsolete Guile debug option....* scm/mcron/main.scm (main): Remove obsolete invocation of
'debug-enable'.
| Mathieu Lirzin | 2016-05-07 | 1 | -1/+0 |
* | build: Compile and install '.go' files....* 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.
| Mathieu Lirzin | 2016-05-07 | 1 | -0/+2 |
* | main: Add (mcron main) module....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.
| Mathieu Lirzin | 2016-05-07 | 1 | -58/+50 |
* | main: Add 'main' procedure....* scm/mcron/main.scm (main): New Thunk. Move remaining top-level
code to it.
| Mathieu Lirzin | 2016-05-07 | 1 | -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 Lirzin | 2016-05-07 | 1 | -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 Lirzin | 2016-05-07 | 1 | -61/+32 |
* | main: Make 'catch-mcron-error' macro hygienic....* scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule'
instead of 'defmacro'.
| Mathieu Lirzin | 2016-05-07 | 1 | -13/+7 |
* | main: Turn 'command-name' into a thunk....* scm/mcron/main.scm (command-name): Turn into a thunk.
All callers changed.
| Mathieu Lirzin | 2016-05-07 | 1 | -21/+18 |
* | main: Use 'when' and 'unless' special forms....* scm/mcron/main.scm: Use 'when' and 'unless' special forms.
| Mathieu Lirzin | 2016-05-07 | 1 | -60/+57 |
* | main: Import the modules all together....* scm/mcron/main.scm: Gather module imports.
| Mathieu Lirzin | 2016-05-07 | 1 | -21/+9 |
* | main: Add 'show-help' procedure....* scm/mcron/main.scm (show-help): New procedure.
| Mathieu Lirzin | 2016-05-07 | 1 | -28/+22 |
* | main: Add 'show-package-information' procedure....* scm/mcron/main.scm (show-package-information): New procedure.
| Mathieu Lirzin | 2016-05-07 | 1 | -5/+12 |
* | main: Add 'show-version' procedure....* scm/mcron/main.scm (show-version): New procedure.
| Mathieu Lirzin | 2016-05-07 | 1 | -17/+18 |
* | Juggled build infrastructure to make mcron.1 man page properly. | Dale Mellor | 2014-05-25 | 1 | -0/+503 |