SummaryRefsLogTreeCommitDiffStats
path: root/TODO
Commit message (Expand)AuthorAgeFilesLines
* all: Separate programs in different executables....This improves readability and complies with the GNU Coding Standards by making the behavior of the programs independent of the name used to invoke them. * src/mcron/scripts/cron.scm: New file. * src/mcron/scripts/crontab.scm: Likewise. * src/mcron/scripts/mcron.scm: Likewise. * Makefile.am (dist_mcronmodule_DATA): Remove 'src/mcron/crontab.scm'. (bin_PROGRAMS): Add 'crontab'. (sbin_PROGRAMS): Add 'cron'. (mcron_CFLAGS, mcron_LDADD): Rename to ... (AM_CFLAGS, LDADD): ... these. (cron_SOURCES, cron_CPPFLAGS, cron_DEPENDENCIES) (crontab_SOURCES, crontab_CPPFLAGS, crontab_DEPENDENCIES) (mcron_CPPFLAGS, mcronscriptdir, dist_mcronscript_DATA): New variables. (modules): Redefine it in terms of other '_DATA' variables. * src/mcron/crontab.scm: Remove file. * src/mcron/main.scm (parse-args): New procedure. (command-name, command-type, options): Remove. (show-version): Adapt. (show-help, process-files-in-system-directory, cron-file-descriptors) (main, process-user-file, process-files-in-user-directory): Move procedures in the new files. * src/mcron.c (inner_main): Define the current module at compile time. * TODO: Update. * .gitignore: Likewise. Mathieu Lirzin2016-12-011-3/+0
* maint: Augment TODO....* TODO <Maybe in the near future>: Add items. Mathieu Lirzin2016-05-071-0/+9
* Now runs (only) against guile-2.0.1.0.7Dale Mellor2014-04-281-2/+2
* Unified copyright notices in minor files, removed immutable page covers from ...1.0.6Dale Mellor2010-06-191-16/+7
* Broken all functionality out into separate modules.dale_mellor2003-08-031-18/+9
* All changes from 0.99.1 to 0.99.2 pre-release.0.99.2dale_mellor2003-07-201-19/+38
* Disabled installation of cron, crontab by default. Fixed up all information f...0.99.1dale_mellor2003-07-051-3/+7
* Initial version. Production quality, fully complete source but contains known...dale_mellor2003-07-041-0/+43