summaryrefslogtreecommitdiff
path: root/guix/build/utils.scm
AgeCommit message (Expand)Author
2015-01-09build-system/gnu: Patch /usr/bin/file in all 'configure' files.Ludovic Courtès
2014-12-27utils: Export 'search-path-as-list'.Ludovic Courtès
2014-12-27build-support/gnu: Add support for file patterns in search paths.Ludovic Courtès
2014-12-27build-system/gnu: Add support for non-directory search paths.Ludovic Courtès
2014-12-14utils: Change 'wrap-program' to preserve the original argv[0].Ludovic Courtès
2014-12-13utils: Change 'patch-makefile-SHELL' to support ":=" assignments.Ludovic Courtès
2014-12-13utils: Use 'which' to find the shell in 'patch-makefile-SHELL'.Ludovic Courtès
2014-12-01utils: Add 'symbolic-link?'.Ludovic Courtès
2014-11-26utils: Improve docstring of 'substitute*' & co.Taylan Ulrich Bayırlı/Kammer
2014-11-23utils: 'elf-file?' and 'ar-file?' return #f for directories.Ludovic Courtès
2014-11-22utils: Turn 'parallel-job-count' into a parameter.Ludovic Courtès
2014-11-22utils: Factorize magic bytes detection.Ludovic Courtès
2014-11-22utils: Add 'ar-file?'.Ludovic Courtès
2014-11-22utils: Add 'elf-file?'.Ludovic Courtès
2014-11-22utils: Export 'parallel-job-count'.Ludovic Courtès
2014-09-14utils: Import (ice-9 format).Mark H Weaver
2014-09-13utils: Allow wrap-program to be called multiple times.Eric Bavier
2014-09-05utils: Clean trailing whitespace at end of SHELLEric Bavier
2014-08-28utils: Preserve makefile shell arguments during patch.Eric Bavier
2014-05-20utils: 'delete-file-recursively' doesn't follow mount points by default.Ludovic Courtès
2014-04-14build-system/gnu: Reset timestamps on build tree when source is a directory.Ludovic Courtès
2014-03-10Change default store values from /nix/store to /gnu/store.Ludovic Courtès
2013-10-16utils: 'find-files' always returns a proper list.Ludovic Courtès
2013-09-15utils: 'find-files' returns a sorted list.Ludovic Courtès
2013-07-03utils: Re-export `alist-cons' and `alist-delete'.Ludovic Courtès
2013-06-22utils: `set-path-environment-variable' calls `unsetenv' for empty values.Ludovic Courtès
2013-04-30utils: Adjust 'wrap-program'.Nikita Karetnikov
2013-03-07utils: Add 'wrap-program'.Nikita Karetnikov
2013-03-05utils: Add a #:follow-symlinks? parameter to `copy-recursively'.Ludovic Courtès
2013-03-05utils: Add `delete-file-recursively'.Ludovic Courtès
2013-02-23Patch-shebang: Do not add space after interpreter without argument.Andreas Enge
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