summaryrefslogtreecommitdiff
path: root/guix/build/utils.scm
AgeCommit message (Expand)Author
2018-08-20utils: Generate valid substitutions in 'wrap-program'.Jelle Licht
2018-03-16utils: invoke: Raise exceptions using SRFI-34 and SRFI-35.Mark H Weaver
2018-03-11utils: Add 'false-if-file-not-found'.Ludovic Courtès
2017-09-05guix: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe
2017-06-01utils: Add helper for invoking programs.Danny Milosavljevic
2017-05-26utils: Re-export 'delete'.Sergei Trofimovich
2017-01-26utils: Add helper method to make files writable.Marius Bakke
2017-01-26utils: Add 'gzip-file?' and 'reset-gzip-timestamp'.Ludovic Courtès
2017-01-23search-paths: Allow specs with #f as their separator.Ludovic Courtès
2016-09-07utils: 'wrap-program' produces only one wrapper file.Ludovic Courtès
2016-08-10utils: Fix 'modify-phases' docstring.Taylan Ulrich Bayırlı/Kammer
2015-10-29utils: Have search-path-as-list pattern search for directories.Eric Bavier
2015-10-03utils: Add 'every*'.Ludovic Courtès
2015-09-06utils: find-files: Add DIRECTORIES? and FAIL-ON-ERROR? arguments.Mark H Weaver
2015-08-30utils: Move 'package-name->name+version' to (guix build utils).Ludovic Courtès
2015-08-30utils: Add 'strip-store-file-name'.Ludovic Courtès
2015-08-29utils: Add 'install-file'.Ludovic Courtès
2015-04-06utils: 'find-files' does not follow symlinks by default.Ludovic Courtès
2015-04-05gremlin: Ignore non-store file names in RUNPATH and warn about them.Ludovic Courtès
2015-04-01utils: Make the second 'find-files' argument optional.Ludovic Courtès
2015-03-31utils: 'find-files' takes an arbitrary predicate as its second argument.Ludovic Courtès
2015-03-31utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès
2015-02-28utils: Treat 'configure' and Makefiles with an 8-bit encoding.Ludovic Courtès
2015-02-28utils: Change 'patch-shebangs' to use binary input.Ludovic Courtès
2015-02-27utils: Call the progress-report proc when 'dump-port' starts.Ludovic Courtès
2015-02-27build-system/gnu: Set $LC_ALL (or similar) to the chosen locale.Ludovic Courtès
2015-02-26utils: Add 'modify-phases'.Ludovic Courtès
2015-02-16utils: Preserve symbolic links in 'wrap-program'.Andreas Enge
2015-02-16utils: Use $0 instead of absolute path to original program in 'wrap-program'.Andreas Enge
2015-02-10utils: Strip duplicates from search path.Eric Bavier
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