summaryrefslogtreecommitdiff
path: root/guix/build/utils.scm
Commit message (Expand)AuthorAge
* utils: Generate valid substitutions in 'wrap-program'.Jelle Licht2018-08-20
* utils: invoke: Raise exceptions using SRFI-34 and SRFI-35.Mark H Weaver2018-03-16
* utils: Add 'false-if-file-not-found'.Ludovic Courtès2018-03-11
* guix: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe2017-09-05
* utils: Add helper for invoking programs.Danny Milosavljevic2017-06-01
* utils: Re-export 'delete'.Sergei Trofimovich2017-05-26
* utils: Add helper method to make files writable.Marius Bakke2017-01-26
* utils: Add 'gzip-file?' and 'reset-gzip-timestamp'.Ludovic Courtès2017-01-26
* search-paths: Allow specs with #f as their separator.Ludovic Courtès2017-01-23
* utils: 'wrap-program' produces only one wrapper file.Ludovic Courtès2016-09-07
* utils: Fix 'modify-phases' docstring.Taylan Ulrich Bayırlı/Kammer2016-08-10
* utils: Have search-path-as-list pattern search for directories.Eric Bavier2015-10-29
* utils: Add 'every*'.Ludovic Courtès2015-10-03
* utils: find-files: Add DIRECTORIES? and FAIL-ON-ERROR? arguments.Mark H Weaver2015-09-06
* utils: Move 'package-name->name+version' to (guix build utils).Ludovic Courtès2015-08-30
* utils: Add 'strip-store-file-name'.Ludovic Courtès2015-08-30
* utils: Add 'install-file'.Ludovic Courtès2015-08-29
* utils: 'find-files' does not follow symlinks by default.Ludovic Courtès2015-04-06
* gremlin: Ignore non-store file names in RUNPATH and warn about them.Ludovic Courtès2015-04-05
* utils: Make the second 'find-files' argument optional.Ludovic Courtès2015-04-01
* utils: 'find-files' takes an arbitrary predicate as its second argument.Ludovic Courtès2015-03-31
* utils: 'modify-phases' no longer introduces quotes.Ludovic Courtès2015-03-31
* utils: Treat 'configure' and Makefiles with an 8-bit encoding.Ludovic Courtès2015-02-28
* utils: Change 'patch-shebangs' to use binary input.Ludovic Courtès2015-02-28
* utils: Call the progress-report proc when 'dump-port' starts.Ludovic Courtès2015-02-27
* build-system/gnu: Set $LC_ALL (or similar) to the chosen locale.Ludovic Courtès2015-02-27
* utils: Add 'modify-phases'.Ludovic Courtès2015-02-26
* utils: Preserve symbolic links in 'wrap-program'.Andreas Enge2015-02-16
* utils: Use $0 instead of absolute path to original program in 'wrap-program'.Andreas Enge2015-02-16
* utils: Strip duplicates from search path.Eric Bavier2015-02-10
* build-system/gnu: Patch /usr/bin/file in all 'configure' files.Ludovic Courtès2015-01-09
* utils: Export 'search-path-as-list'.Ludovic Courtès2014-12-27
* build-support/gnu: Add support for file patterns in search paths.Ludovic Courtès2014-12-27
* build-system/gnu: Add support for non-directory search paths.Ludovic Courtès2014-12-27
* utils: Change 'wrap-program' to preserve the original argv[0].Ludovic Courtès2014-12-14
* utils: Change 'patch-makefile-SHELL' to support ":=" assignments.Ludovic Courtès2014-12-13
* utils: Use 'which' to find the shell in 'patch-makefile-SHELL'.Ludovic Courtès2014-12-13
* utils: Add 'symbolic-link?'.Ludovic Courtès2014-12-01
* utils: Improve docstring of 'substitute*' & co.Taylan Ulrich Bayırlı/Kammer2014-11-26
* utils: 'elf-file?' and 'ar-file?' return #f for directories.Ludovic Courtès2014-11-23
* utils: Turn 'parallel-job-count' into a parameter.Ludovic Courtès2014-11-22
* utils: Factorize magic bytes detection.Ludovic Courtès2014-11-22
* utils: Add 'ar-file?'.Ludovic Courtès2014-11-22
* utils: Add 'elf-file?'.Ludovic Courtès2014-11-22
* utils: Export 'parallel-job-count'.Ludovic Courtès2014-11-22
* utils: Import (ice-9 format).Mark H Weaver2014-09-14
* utils: Allow wrap-program to be called multiple times.Eric Bavier2014-09-13
* utils: Clean trailing whitespace at end of SHELLEric Bavier2014-09-05
* utils: Preserve makefile shell arguments during patch.Eric Bavier2014-08-28
* utils: 'delete-file-recursively' doesn't follow mount points by default.Ludovic Courtès2014-05-20