SummaryRefsLogTreeCommitDiffStats
path: root/scm/mcron/job-specifier.scm
Commit message (Collapse)AuthorAgeFilesLines
* all: Rename 'scm' directory to 'src'.Mathieu Lirzin2016-05-071-253/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * scm/mcron/config.scm.in: Rename to ... * src/mcron/config.scm.in: ... this. * scm/mcron/crontab.scm: Rename to ... * src/mcron/crontab.scm: ... this. * scm/mcron/environment.scm: Rename to ... * src/mcron/environment.scm: ... this. * scm/mcron/job-specifier.scm: Rename to ... * src/mcron/job-specifier.scm: ... this. * scm/mcron/main.scm: Rename to ... * src/mcron/main.scm: ... this. * scm/mcron/mcron-core.scm: Rename to ... * src/mcron/mcron-core.scm: ... this. * scm/mcron/redirect.scm: Rename to ... * src/mcron/redirect.scm: ... this. * scm/mcron/vixie-specification.scm: Rename to ... * src/mcron/vixie-specification.scm: ... this. * scm/mcron/vixie-time.scm: Rename to ... * src/mcron/vixie-time.scm: ... this. * mcron.c: Rename to ... * src/mcron.c: ... this. * Makefile.am: Adapt to them. * build-aux/pre-inst-env.in: Likewise. * configure.ac (AC_CONFIG_FILES): Likewise. (AC_CONFIG_HEADER): Set to 'src/config.h'. * .gitignore: Update.
* job-specifier: Add '%find-best-next' procedure.Mathieu Lirzin2016-05-071-29/+21
| | | | | | * scm/mcron/job-specifier.scm (find-best-next): Rename to ... (%find-best-next): ... this. Rewrite it using a functional style. All callers changed.
* job-specifier: Rewrite 'range' procedure.Mathieu Lirzin2016-05-071-17/+8
| | | | * scm/mcron/job-specifier.scm (range): Use 'unfold'.
* all: Add a custom indentation rule for 'mcron-error'.Mathieu Lirzin2016-05-071-8/+6
| | | | | | | | * .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.
* Juggled build infrastructure to make mcron.1 man page properly.Dale Mellor2014-05-251-0/+272