SummaryRefsLogTreeCommitDiffStats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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 Lirzin2016-05-071-61/+32
| * main: Make 'catch-mcron-error' macro hygienic....* scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule' instead of 'defmacro'. Mathieu Lirzin2016-05-071-13/+7
| * main: Turn 'command-name' into a thunk....* scm/mcron/main.scm (command-name): Turn into a thunk. All callers changed. Mathieu Lirzin2016-05-071-21/+18
| * main: Use 'when' and 'unless' special forms....* scm/mcron/main.scm: Use 'when' and 'unless' special forms. Mathieu Lirzin2016-05-071-60/+57
| * main: Import the modules all together....* scm/mcron/main.scm: Gather module imports. Mathieu Lirzin2016-05-071-21/+9
| * build: Generate 'ChangeLog' upon 'make dist'....* 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. Mathieu Lirzin2016-05-074-165/+658
| * build: Remove MAINTAINERCLEANFILES variable....* makefile.am (MAINTAINERCLEANFILES): Delete unneeded variable. Using 'git clean -xdf' is more reliable than 'make maintainer-clean' Mathieu Lirzin2016-05-071-4/+0
| * maint: Augment TODO....* TODO <Maybe in the near future>: Add items. Mathieu Lirzin2016-05-071-0/+9
| * main: Add 'show-help' procedure....* scm/mcron/main.scm (show-help): New procedure. Mathieu Lirzin2016-05-071-28/+22
| * main: Add 'show-package-information' procedure....* scm/mcron/main.scm (show-package-information): New procedure. Mathieu Lirzin2016-05-071-5/+12
| * main: Add 'show-version' procedure....* scm/mcron/main.scm (show-version): New procedure. Mathieu Lirzin2016-05-071-17/+18
| * build: Add package variables....* scm/mcron/config.scm.in (config-package-name) (configure-package-version, configure-package-url): New variables. Mathieu Lirzin2016-05-071-0/+4
| * doc: Include a copy of the GNU FDL....* doc/fdl.texi: New file. * doc/mcron.texi: Include it. * makefile.am (doc_mcron_TEXINFOS): New variable. Mathieu Lirzin2016-05-073-1/+512
| * maint: Fix package name and bug reports email address....* configure.ac (AC_INIT): Fix package name and bug reports email address. Mathieu Lirzin2016-05-071-1/+1
| * maint: Use 'build-aux' directory for auxiliary build tools....* configure.ac (AC_CONFIG_AUX_DIR): Set it to 'build-aux'. * .gitignore: Adapt to it. Mathieu Lirzin2016-05-072-0/+8
| * build: Fix build of the manual....* 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. Mathieu Lirzin2016-05-076-66/+79
| * build: Add missing 'makefile.am'....* scm/mcron/makefile.am: New file. * .gitignore: Ignore 'mcron' only in the top-level directory. Mathieu Lirzin2016-05-042-1/+16
* | Revert "Add missing 'makefile.am'."...This reverts commit 2039060a1de3cca3aa3e9a1035ce08b430ff5ea6. Mathieu Lirzin2017-09-273-23/+1
* | Revert "Fix build of the manual."...This reverts commit e6a94adeb3384cb883f49ec5a4cc589df6b40d10. Mathieu Lirzin2017-09-277-87/+65
* | Revert "Remove derived doc/mcron.1 with maintainer-clean."...This reverts commit eca341bd824c5cfe39fb0001014e5b86933719d9. Mathieu Lirzin2017-09-271-1/+1
* | Revert "Fix package name and bug reports email address."...This reverts commit df4fa60a031e30eff00c2fa06b0ea23d4e50b057. Mathieu Lirzin2017-09-272-21/+1
* | Revert "Have a new directory to get rid of with maintainer-clean."...This reverts commit 024027ae2dcc425f7a3bf5bf3ff3671833b02ce6. Mathieu Lirzin2017-09-273-8/+47
* | Revert "Taken on board suggestions of Mathieu Lirzin as per e-mails to the bu......This reverts commit c0a6eb14c257a47e9573631e5ac09e6528fba377. Mathieu Lirzin2017-09-2720-1165/+674
* | Taken on board suggestions of Mathieu Lirzin as per e-mails to the bug-mcron@...Dale Mellor2015-10-2220-674/+1165
* | Have a new directory to get rid of with maintainer-clean.Dale Mellor2015-07-063-47/+8
* | Fix package name and bug reports email address....Conflicts: ChangeLog configure.ac Mathieu Lirzin2015-07-062-1/+21
* | Remove derived doc/mcron.1 with maintainer-clean.Dale Mellor2015-07-051-1/+1
* | Fix build of the manual.Mathieu Lirzin2015-07-047-65/+87
* | Add missing 'makefile.am'.Mathieu Lirzin2015-07-043-1/+23
|/
* 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 ~/.config/c...Dale Mellor2012-02-049-58/+115
* Unified copyright notices in minor files, removed immutable page covers from ...1.0.6Dale Mellor2010-06-199-90/+70
* 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 automatically)...Dale Mellor2010-06-132-2/+22
* 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 earlie...Dale Mellor2010-06-121-26/+19
* Added a simple man page using help2man (the generation is _not_ automatic thr...Dale Mellor2010-06-122-1/+52
* 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 input...Dale Mellor2010-06-122-5/+10
* 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. Da...1.0.3dale_mellor2006-04-1613-307/+476