summaryrefslogtreecommitdiff
path: root/tests/scripts/functions/guile
AgeCommit message (Collapse)AuthorFilesLines
2013-02-25Expand the loadable object support.Paul Smith1-2/+6
Provide a simple API for loaded objects to interact with GNU make. I still won't guarantee that this API won't change but it's much closer to something that's supported and provides easy-to-use interfaces with a public header file.
2012-10-29Implement new "load" directive.Paul Smith1-0/+14
Provides support for dynamically loadable objects in GNU make, as a "technology preview".
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-0/+81
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.