| Commit message (Expand) | Author | Age | Files | Lines |
* | mcron: Mark local functions as static....* mcron.c (inner_main, react_to_terminal_signal, set_cron_signals):
Declare static.
| Mathieu Lirzin | 2016-05-07 | 1 | -6/+6 |
* | mcron: Rework comments....* mcron.c: Rework comments.
| Mathieu Lirzin | 2016-05-07 | 1 | -37/+10 |
* | mcron: Use symbolic constants....* mcron.c (main, react_to_terminal_signal): Use EXIT_SUCCESS and
EXIT_FAILURE macros instead of magic numbers.
| Mathieu Lirzin | 2016-05-07 | 1 | -2/+3 |
* | mcron: Add forward declarations....* mcron.c: Reorder function definitions sequentially.
| Mathieu Lirzin | 2016-05-07 | 1 | -25/+28 |
* | main: Add (mcron main) module....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.
| Mathieu Lirzin | 2016-05-07 | 1 | -0/+102 |