Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | * Obsolete. | Eelco Dolstra | |
2005-08-14 | * `dependencyClosure' now allows a search path, e.g., | Eelco Dolstra | |
dependencyClosure { ... searchPath = [ ../foo ../bar ]; ... } * Primop `dirOf' to return the directory part of a path (e.g., dirOf /a/b/c == /a/b). * Primop `relativise' (according to Webster that's a real word!) that given paths A and B returns a string representing path B relative path to A; e.g., relativise /a/b/c a/b/x/y => "../x/y". | |||
2005-08-14 | * Cleanup; sync with thesis. | Eelco Dolstra | |
2005-05-02 | * Merge remaining stuff from the nix-make branch. | Eelco Dolstra | |
* Add support for the creation of shared libraries to `compileC', `link', and `makeLibrary'. * Enable the ATerm library to be made into a shared library. |