Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-18 | Handle NULL returns from Guile. | Paul Smith | 1 | -2/+5 | |
2012-01-16 | Create a new internal interface for defining new make functions. | Paul Smith | 1 | -7/+20 | |
This allows us to create new functions without changing function.c. You still have to modify the GNU make code (for now) though: this is simply a preliminary step to possibly allowing make to load modules. Modify the Guile integration to use this method rather than ifdefs in function.c. | |||||
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -1/+1 | |
2012-01-15 | Add GNU Guile as an optional embedded scripting language for make. | Paul Smith | 1 | -0/+104 | |
On configure-enabled systems, configure will detect Guile installed (using pkg-config, which is how GNU Guile is distributed) and enable it if so. On all non-configure-enabled systems, currently, the default is for Guile support to be disabled. |