summaryrefslogtreecommitdiff
path: root/guix/build/utils.scm
AgeCommit message (Expand)Author
2013-02-23Patch-shebang: Handle "#!/usr/bin/env command"...Andreas Enge
2013-01-05Update license headers of builder-side code....Ludovic Courtès
2013-01-05utils: Add `which'....Ludovic Courtès
2013-01-01utils: Use binary I/O primitives for `remove-store-references'....Ludovic Courtès
2012-12-31utils: Restore the mtime/atime of patched files....Ludovic Courtès
2012-12-21build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles....Ludovic Courtès
2012-12-20utils: Add a `progress' parameter to `dump-port'....Ludovic Courtès
2012-12-15build-system/gnu: Patch shebangs in executable source files....Ludovic Courtès
2012-12-15utils: Make the buffer size of `dump-port' a parameter....Ludovic Courtès
2012-10-26utils: Remove special `substitute*' syntax for lists of files....Ludovic Courtès
2012-10-17utils: Add `find-files'....Ludovic Courtès
2012-10-17utils: Add `copy-recursively'; use it....Ludovic Courtès
2012-10-17utils: Add `mkdir-p'; use it....Ludovic Courtès
2012-10-16utils: Add `fold-port-matches' and `remove-store-references'....Ludovic Courtès
2012-10-16utils: Add `with-atomic-file-replacement'....Ludovic Courtès
2012-09-06utils: Make `set-path-environment-variable' verbose....Ludovic Courtès
2012-09-01utils: Change `substitute*' to allow iteration over several matches....Ludovic Courtès
2012-08-25utils: Change `substitute*' to accept a list of files to patch....Ludovic Courtès
2012-08-19utils: Add a `path' argument to `patch-shebang'....Ludovic Courtès
2012-08-19utils: Add `patch-shebang'....Ludovic Courtès
2012-07-07utils: Have `substitute' restore the file's permission bits....Ludovic Courtès
2012-07-07utils: Change `substitute' and `substitute*' to work with several regexps....Ludovic Courtès
2012-07-07utils: Introduce `substitute*', for easier sed-like syntax....Ludovic Courtès
2012-07-06utils: Make sure `substitute' writes all its output....Ludovic Courtès
2012-07-05Add builder-side utilities for phases, stream editing, & co....Ludovic Courtès
2012-06-16Remove leftover debugging expressions....Ludovic Courtès
2012-06-13Add supporting tools for the GNU Build System....Ludovic Courtès