Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | job-specifier: Adapt 'bump-time' to 'next-...-from' procedures...This is a follow-up to commit 913e3c65e4f56476e8ac69f4892cf92c125751ec. Since 'next-...-from' procedures now uses an '#:optional' argument instead of a dotted optional arguments list, 'bump-time' doesn't need to unwrap VALUE-LIST anymore. * src/mcron/job-specifier.scm (bump-time): Pass VALUE-LIST directly to '%find-best-next'. * tests/job-specifier.scm ("next-hour-from"): New test. * NEWS: Update. Reported-by: Ludovic Courtès <ludo@gnu.org> | Mathieu Lirzin | 2018-03-26 | 1 | -0/+6 |
* | maint: Update copyright years | Mathieu Lirzin | 2018-03-20 | 1 | -1/+1 |
* | utils: Use 'scandir' instead of custom 'for-each-file'...* src/mcron/utils.scm (for-each-file): Delete. * src/mcron/scripts/cron.scm (process-files-in-system-directory): Use 'scandir' which has the benefit of being deterministic. * src/mcron/scripts/mcron.scm (process-files-in-user-directory): Likewise. * tests/schedule.sh: Update expected output which is now more reliable. * NEWS: Update. Suggested-by: Ludovic Courtès <ludo@gnu.org> | Mathieu Lirzin | 2018-03-20 | 1 | -0/+2 |
* | maint: Update NEWS...* NEWS: Announce the availability of 'make installcheck'. | Mathieu Lirzin | 2018-03-20 | 1 | -0/+5 |
* | build: Properly set Guile load paths in programs...This fixes an issue where the installed Guile load paths were set by the undefined 'moduledir' Make macro. * Makefile.am (AM_CPPFLAGS): Define PACKAGE_LOAD_PATH with 'guilesitedir' macro and PACKAGE_LOAD_COMPILED_PATH with 'guilesitegodir'. * NEWS: Update. | Mathieu Lirzin | 2018-03-20 | 1 | -0/+3 |
* | build: Reverse '--disable-multi-user' effect...This fixes a bug where the '--disable-multi-user' was actually having the reverse effect of installing 'cron' and 'crontab'. * configure.ac: Reverse equality test when setting 'MULTI_USER' Automake conditional. | Mathieu Lirzin | 2018-03-19 | 1 | -0/+4 |
* | maint: Post-release administrivia...* NEWS: Add header line for next release. * .prev-version: Record previous version. | Mathieu Lirzin | 2018-03-19 | 1 | -0/+3 |
* | version 1.1...* NEWS: Record release date. v1.1 | Mathieu Lirzin | 2018-03-19 | 1 | -1/+1 |
* | maint: Update NEWS...* NEWS: Update with changes made since last release. | Mathieu Lirzin | 2017-09-29 | 1 | -0/+45 |
* | maint: Rewrite old NEWS...* NEWS: Follow the format used by GNU Coreutils. | Mathieu Lirzin | 2017-09-28 | 1 | -69/+52 |
* | Look for user configuration files in $XDG_CONFIG_HOME (default to ~/.config/c... | Dale Mellor | 2012-02-04 | 1 | -0/+7 |
* | Unified copyright notices in minor files, removed immutable page covers from ...1.0.6 | Dale Mellor | 2010-06-19 | 1 | -18/+25 |
* | Made NEWS about the savannah GIT repository. | Dale Mellor | 2010-06-12 | 1 | -0/+3 |
* | Upgrade to GPLv3 and bump version to 1.0.4.1.0.4 | Dale Mellor | 2010-06-12 | 1 | -0/+6 |
* | Update to 1.0.3. Lots of small changes, mainly to work with guile 1.8.0. Da...1.0.3 | dale_mellor | 2006-04-16 | 1 | -3/+11 |
* | Noted release of version 1.0.2. | dale_mellor | 2006-01-02 | 1 | -0/+4 |
* | Updated all user information to reflect the fact that the project is now prop...1.0.1 | dale_mellor | 2004-05-15 | 1 | -1/+7 |
* | This is the version 1.0.0 release (many changes have occurred without commiti...1.0.0 | dale_mellor | 2004-01-22 | 1 | -4/+24 |
* | All changes from 0.99.1 to 0.99.2 pre-release.0.99.2 | dale_mellor | 2003-07-20 | 1 | -3/+12 |
* | Disabled installation of cron, crontab by default. Fixed up all information f...0.99.1 | dale_mellor | 2003-07-05 | 1 | -2/+14 |
* | Initial version. Production quality, fully complete source but contains known... | dale_mellor | 2003-07-04 | 1 | -0/+24 |