Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scripts: Separate build/install directory context...This prevents installed modules to interfere with the ones from the build directory. * src/cron.in: Augment Guile load paths with install directories only when MCRON_UNINSTALLED environment variable is not set. * src/crontab.in: Likewise. * src/mcron.in: Likewise. | Mathieu Lirzin | 2020-05-17 | 1 | -2/+4 |
* | project: banish need for C compiler...This patch gets rid of the thin veneer that we currently have around the three executables. This was done for historical reasons (circa 2003 Guile couldnʼt deal with process signals and forks). In fact these problems were fixed many moons ago, and there is now no need for it. The project becomes 100% Guile! Many files are affected; interested coders should use the GIT repository to understand the details of all the changes. | Dale Mellor | 2020-04-20 | 1 | -0/+7 |