Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mcron: Use symbolic constants. | Mathieu Lirzin | 2016-05-07 | 1 | -2/+3 |
| | | | | | * mcron.c (main, react_to_terminal_signal): Use EXIT_SUCCESS and EXIT_FAILURE macros instead of magic numbers. | ||||
* | mcron: Add forward declarations. | Mathieu Lirzin | 2016-05-07 | 1 | -25/+28 |
| | | | | * mcron.c: Reorder function definitions sequentially. | ||||
* | main: Add (mcron main) module. | Mathieu Lirzin | 2016-05-07 | 1 | -0/+102 |
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. |