Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: Make 'catch-mcron-error' macro hygienic. | Mathieu Lirzin | 2016-05-07 | 1 | -13/+7 |
| | | | | | * scm/mcron/main.scm (catch-mcron-error): Use 'define-syntax-rule' instead of 'defmacro'. | ||||
* | main: Turn 'command-name' into a thunk. | Mathieu Lirzin | 2016-05-07 | 1 | -21/+18 |
| | | | | | * scm/mcron/main.scm (command-name): Turn into a thunk. All callers changed. | ||||
* | main: Use 'when' and 'unless' special forms. | Mathieu Lirzin | 2016-05-07 | 1 | -60/+57 |
| | | | | * scm/mcron/main.scm: Use 'when' and 'unless' special forms. | ||||
* | main: Import the modules all together. | Mathieu Lirzin | 2016-05-07 | 1 | -21/+9 |
| | | | | * scm/mcron/main.scm: Gather module imports. | ||||
* | main: Add 'show-help' procedure. | Mathieu Lirzin | 2016-05-07 | 1 | -28/+22 |
| | | | | * scm/mcron/main.scm (show-help): New procedure. | ||||
* | main: Add 'show-package-information' procedure. | Mathieu Lirzin | 2016-05-07 | 1 | -5/+12 |
| | | | | * scm/mcron/main.scm (show-package-information): New procedure. | ||||
* | main: Add 'show-version' procedure. | Mathieu Lirzin | 2016-05-07 | 1 | -17/+18 |
| | | | | * scm/mcron/main.scm (show-version): New procedure. | ||||
* | Juggled build infrastructure to make mcron.1 man page properly. | Dale Mellor | 2014-05-25 | 1 | -0/+503 |