AboutSummaryRefsLogTreeCommitDiffStats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* build: Generate 'ChangeLog' upon 'make dist'.Mathieu Lirzin2016-05-074-165/+658
| | | | | | | | | | * 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.
* build: Remove MAINTAINERCLEANFILES variable.Mathieu Lirzin2016-05-071-4/+0
| | | | | * makefile.am (MAINTAINERCLEANFILES): Delete unneeded variable. Using 'git clean -xdf' is more reliable than 'make maintainer-clean'
* maint: Augment TODO.Mathieu Lirzin2016-05-071-0/+9
| | | | * TODO <Maybe in the near future>: Add items.
* 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.
* build: Add package variables.Mathieu Lirzin2016-05-071-0/+4
| | | | | * scm/mcron/config.scm.in (config-package-name) (configure-package-version, configure-package-url): New variables.
* doc: Include a copy of the GNU FDL.Mathieu Lirzin2016-05-073-1/+512
| | | | | | * doc/fdl.texi: New file. * doc/mcron.texi: Include it. * makefile.am (doc_mcron_TEXINFOS): New variable.
* maint: Fix package name and bug reports email address.Mathieu Lirzin2016-05-071-1/+1
| | | | | * configure.ac (AC_INIT): Fix package name and bug reports email address.
* maint: Use 'build-aux' directory for auxiliary build tools.Mathieu Lirzin2016-05-072-0/+8
| | | | | * configure.ac (AC_CONFIG_AUX_DIR): Set it to 'build-aux'. * .gitignore: Adapt to it.
* build: Fix build of the manual.Mathieu Lirzin2016-05-076-66/+79
| | | | | | | | | | * 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.
* build: Add missing 'makefile.am'.Mathieu Lirzin2016-05-042-1/+16
| | | | | * scm/mcron/makefile.am: New file. * .gitignore: Ignore 'mcron' only in the top-level directory.
* Add maintainer-mode option to configure, to pacify Debian.Dale Mellor2014-05-251-0/+4
|
* Correction in 'make clean' rules.Dale Mellor2014-05-251-1/+1
|
* Distribute the minimal man page in case the builder hasn't get help2man.1.0.8Dale Mellor2014-05-251-1/+1
|
* Juggled build infrastructure to make mcron.1 man page properly.Dale Mellor2014-05-2514-29/+30
|
* Now runs (only) against guile-2.0.1.0.7Dale Mellor2014-04-2812-155/+104
|
* Look for user configuration files in $XDG_CONFIG_HOME (default to ↵Dale Mellor2012-02-049-58/+115
| | | | ~/.config/cron) as well as ~/.cron.
* Unified copyright notices in minor files, removed immutable page covers from ↵1.0.6Dale Mellor2010-06-199-90/+70
| | | | texinfo file.
* Added .gitignore.1.0.5Dale Mellor2010-06-131-0/+20
|
* Leave info/dir around; the Debian package has a patch to remove it.Dale Mellor2010-06-131-9/+0
|
* Fixed up makefile to provide rule to create man page (not done ↵Dale Mellor2010-06-132-2/+22
| | | | automatically), and to remove any installed info/dir files.
* Make sure $DESTDIR pervades the makefile.Dale Mellor2010-06-131-4/+4
|
* Bumped version number to 1.0.5.Dale Mellor2010-06-131-1/+1
|
* Added --enable-no-vixie-clobber to configure.ac.Dale Mellor2010-06-133-19/+47
|
* Removed makefile dependence on mkinstalldirs, which was supplied by an ↵Dale Mellor2010-06-121-26/+19
| | | | earlier version of automake.
* Added a simple man page using help2man (the generation is _not_ automatic ↵Dale Mellor2010-06-122-1/+52
| | | | through the makefile).
* Made NEWS about the savannah GIT repository.Dale Mellor2010-06-121-0/+3
|
* Upgrade to GPLv3 and bump version to 1.0.4.1.0.4Dale Mellor2010-06-1218-179/+870
|
* Allow files named on command line to have arbitrary names (assume guile ↵Dale Mellor2010-06-122-5/+10
| | | | input format).
* The --schedule argument is no longer optional.Dale Mellor2010-06-122-12/+11
|
* Removed target-specific compiler flags from makefile.Dale Mellor2010-06-122-3/+14
|
* Update to 1.0.3. Lots of small changes, mainly to work with guile 1.8.0. ↵1.0.3dale_mellor2006-04-1613-307/+476
| | | | Daylight savings time is now handled okay. Bug fix in Vixie parser. User gets option to correct bad crontab entries.
* Noted release of version 1.0.2.dale_mellor2006-01-021-0/+4
|
* Updated the version to 1.0.2. Made minor edits to the manual, especially ↵1.0.2dale_mellor2006-01-022-117/+129
| | | | with regard to the more esoteric examples.
* Changes requested by David D. Smith.1.0.2.rc1dale_mellor2005-10-2310-81/+161
| | | | Non-root install.
* Updated for newer autoconf.dale_mellor2004-05-151-16/+9
|
* Updated all user information to reflect the fact that the project is now ↵1.0.1dale_mellor2004-05-156-15/+30
| | | | properly homed at gnu.org.
* This is the version 1.0.0 release (many changes have occurred without ↵1.0.0dale_mellor2004-01-2211-82/+231
| | | | commiting due to disruption to Savannah, including a skip over the 0.99.4 release).
* Broken all functionality out into separate modules.dale_mellor2003-08-0318-1068/+1458
|
* All changes from 0.99.1 to 0.99.2 pre-release.0.99.2dale_mellor2003-07-2013-338/+406
|
* Changed all occurrences of Dixie to Vixie (stupid, stupid error).dale_mellor2003-07-131-8/+8
|
* Disabled installation of cron, crontab by default. Fixed up all information ↵0.99.1dale_mellor2003-07-0513-102/+122
| | | | files to reflect this.
* Initial version. Production quality, fully complete source but contains ↵dale_mellor2003-07-0417-0/+3391
known bugs (lots!)