| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
* scm/mcron/redirect.scm: Use module (ice-9 regex) to prevent variables
'match:prefix', 'match:substring', and 'match:prefix' to be unbound.
|
|
|
|
|
| |
* scm/mcron/main.scm (main): Remove obsolete invocation of
'debug-enable'.
|
|
|
|
|
|
|
|
| |
* configure.ac (AM_SILENT_RULES): Use macro.
* makefile.am (doc/mcron.1): Use $(AM_V_HELP2MAN).
(AM_V_HELP2MAN, AM_V_HELP2MAN_, AM_V_HELP2MAN_): New variables.
* scm/mcron/makefile.am (.scm.go): Use $(AM_V_GUILEC).
(AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_): New variables.
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* scm/mcron/main.scm (main): New Thunk. Move remaining top-level
code to it.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
| |
* scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule'
instead of 'defmacro'.
|
|
|
|
|
| |
* scm/mcron/main.scm (command-name): Turn into a thunk.
All callers changed.
|
|
|
|
| |
* scm/mcron/main.scm: Use 'when' and 'unless' special forms.
|
|
|
|
| |
* scm/mcron/main.scm: Gather module imports.
|
|
|
|
|
|
|
|
|
|
| |
* ChangeLog: Rename to ...
* ChangeLog.old: ... this.
* ChangeLog: New file.
* Makefile.am (gen_start_date): New variable.
(gen-ChangeLog, dist-hook): New targets.
(EXTRA_DIST): Add 'ChangeLog.old'.
* build-aux/gitlog-to-changelog: New file, from Gnulib.
|
|
|
|
|
| |
* makefile.am (MAINTAINERCLEANFILES): Delete unneeded variable. Using
'git clean -xdf' is more reliable than 'make maintainer-clean'
|
|
|
|
| |
* TODO <Maybe in the near future>: Add items.
|
|
|
|
| |
* scm/mcron/main.scm (show-help): New procedure.
|
|
|
|
| |
* scm/mcron/main.scm (show-package-information): New procedure.
|
|
|
|
| |
* scm/mcron/main.scm (show-version): New procedure.
|
|
|
|
|
| |
* scm/mcron/config.scm.in (config-package-name)
(configure-package-version, configure-package-url): New variables.
|
|
|
|
|
|
| |
* doc/fdl.texi: New file.
* doc/mcron.texi: Include it.
* makefile.am (doc_mcron_TEXINFOS): New variable.
|
|
|
|
|
| |
* configure.ac (AC_INIT): Fix package name and bug reports email
address.
|
|
|
|
|
| |
* configure.ac (AC_CONFIG_AUX_DIR): Set it to 'build-aux'.
* .gitignore: Adapt to it.
|
|
|
|
|
|
|
|
|
|
| |
* mcron.texinfo.in: Rename to ...
* doc/mcron.texi: ... this.
* doc/config.texi.in: New file.
* configure.ac: Adapt to it.
* makefile.am: Likewise.
* .gitignore: Likewise.
* README--git: Likewise.
|
|
|
|
|
| |
* scm/mcron/makefile.am: New file.
* .gitignore: Ignore 'mcron' only in the top-level directory.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
~/.config/cron) as well as ~/.cron.
|
|
|
|
| |
texinfo file.
|
| |
|
| |
|
|
|
|
| |
automatically), and to remove any installed info/dir files.
|
| |
|
| |
|
| |
|
|
|
|
| |
earlier version of automake.
|
|
|
|
| |
through the makefile).
|
| |
|
| |
|
|
|
|
| |
input format).
|
| |
|
| |
|
|
|
|
| |
Daylight savings time is now handled okay. Bug fix in Vixie parser. User gets option to correct bad crontab entries.
|
| |
|
|
|
|
| |
with regard to the more esoteric examples.
|
|
|
|
| |
Non-root install.
|
| |
|
|
|
|
| |
properly homed at gnu.org.
|