Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Enable silent rules by default. | Mathieu Lirzin | 2016-05-07 | 1 | -0/+1 |
| | | | | | | | | * 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. | ||||
* | build: Compile and install '.go' files. | Mathieu Lirzin | 2016-05-07 | 1 | -2/+10 |
| | | | | | | | | | | * 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. | ||||
* | main: Add (mcron main) module. | Mathieu Lirzin | 2016-05-07 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | maint: Fix package name and bug reports email address. | Mathieu Lirzin | 2016-05-07 | 1 | -1/+1 |
| | | | | | * configure.ac (AC_INIT): Fix package name and bug reports email address. | ||||
* | maint: Use 'build-aux' directory for auxiliary build tools. | Mathieu Lirzin | 2016-05-07 | 1 | -0/+1 |
| | | | | | * configure.ac (AC_CONFIG_AUX_DIR): Set it to 'build-aux'. * .gitignore: Adapt to it. | ||||
* | build: Fix build of the manual. | Mathieu Lirzin | 2016-05-07 | 1 | -2/+5 |
| | | | | | | | | | | * 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. | ||||
* | Add maintainer-mode option to configure, to pacify Debian. | Dale Mellor | 2014-05-25 | 1 | -0/+4 |
| | |||||
* | Juggled build infrastructure to make mcron.1 man page properly. | Dale Mellor | 2014-05-25 | 1 | -3/+5 |
| | |||||
* | Now runs (only) against guile-2.0.1.0.7 | Dale Mellor | 2014-04-28 | 1 | -17/+4 |
| | |||||
* | Look for user configuration files in $XDG_CONFIG_HOME (default to ↵ | Dale Mellor | 2012-02-04 | 1 | -2/+2 |
| | | | | ~/.config/cron) as well as ~/.cron. | ||||
* | Unified copyright notices in minor files, removed immutable page covers from ↵1.0.6 | Dale Mellor | 2010-06-19 | 1 | -1/+1 |
| | | | | texinfo file. | ||||
* | Bumped version number to 1.0.5. | Dale Mellor | 2010-06-13 | 1 | -1/+1 |
| | |||||
* | Added --enable-no-vixie-clobber to configure.ac. | Dale Mellor | 2010-06-13 | 1 | -0/+12 |
| | |||||
* | Upgrade to GPLv3 and bump version to 1.0.4.1.0.4 | Dale Mellor | 2010-06-12 | 1 | -18/+18 |
| | |||||
* | Update to 1.0.3. Lots of small changes, mainly to work with guile 1.8.0. ↵1.0.3 | dale_mellor | 2006-04-16 | 1 | -4/+4 |
| | | | | Daylight savings time is now handled okay. Bug fix in Vixie parser. User gets option to correct bad crontab entries. | ||||
* | Updated the version to 1.0.2. Made minor edits to the manual, especially ↵1.0.2 | dale_mellor | 2006-01-02 | 1 | -1/+1 |
| | | | | with regard to the more esoteric examples. | ||||
* | Changes requested by David D. Smith.1.0.2.rc1 | dale_mellor | 2005-10-23 | 1 | -9/+35 |
| | | | | Non-root install. | ||||
* | Updated for newer autoconf. | dale_mellor | 2004-05-15 | 1 | -16/+9 |
| | |||||
* | Updated all user information to reflect the fact that the project is now ↵1.0.1 | dale_mellor | 2004-05-15 | 1 | -1/+1 |
| | | | | properly homed at gnu.org. | ||||
* | This is the version 1.0.0 release (many changes have occurred without ↵1.0.0 | dale_mellor | 2004-01-22 | 1 | -3/+85 |
| | | | | commiting due to disruption to Savannah, including a skip over the 0.99.4 release). | ||||
* | Broken all functionality out into separate modules. | dale_mellor | 2003-08-03 | 1 | -1/+6 |
| | |||||
* | All changes from 0.99.1 to 0.99.2 pre-release.0.99.2 | dale_mellor | 2003-07-20 | 1 | -21/+4 |
| | |||||
* | Disabled installation of cron, crontab by default. Fixed up all information ↵0.99.1 | dale_mellor | 2003-07-05 | 1 | -18/+21 |
| | | | | files to reflect this. | ||||
* | Initial version. Production quality, fully complete source but contains ↵ | dale_mellor | 2003-07-04 | 1 | -0/+82 |
known bugs (lots!) |