summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2015-04-07gnu: Emit a warning when a package module cannot be loaded.Ludovic Courtès
2015-04-07ui: Add 'report-load-error'.Ludovic Courtès
2015-04-06utils: 'find-files' does not follow symlinks by default.Ludovic Courtès
2015-04-06build-system/gnu: Add docstring to 'delete-info-dir-file'.Federico Beffa
2015-04-06build-system/gnu: Add 'delete-info-dir-file' phase.Federico Beffa
2015-04-05gremlin: Ignore non-store file names in RUNPATH and warn about them.Ludovic Courtès
2015-04-01build-system/gnu: Add 'validate-runpath' phase.Ludovic Courtès
2015-04-01utils: Make the second 'find-files' argument optional.Ludovic Courtès
2015-04-01build-system: Factorize the list of modules imported on the build side.Ludovic Courtès
2015-04-01gremlin: Guard against invalid ELF segments.Ludovic Courtès
2015-04-01gremlin: Add libnsl to libc's library list.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-03-31Merge branch 'master' into core-updatesLudovic Courtès
2015-03-31Add (guix build gremlin).Ludovic Courtès
2015-03-30elf: Add missing argument in 'elf-segment'.Ludovic Courtès
2015-03-29gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès
2015-03-29gexp: Add 'local-file'.Ludovic Courtès
2015-03-25Merge branch 'master' into core-updatesLudovic Courtès
2015-03-25substitute: Rename cache directory from "substitute-binary" to "substitute".Ludovic Courtès
2015-03-25Rename 'guix substitute-binary' to 'guix substitute'.Ludovic Courtès
2015-03-25derivations: 'substitution-oracle' now ignores sub-trees that are valid.Ludovic Courtès
2015-03-25derivations: Add a 'cut?' parameter to 'derivation-prerequisites'.Ludovic Courtès
2015-03-24derivations: Don't invoke the substituter when an item is already in store.Ludovic Courtès
2015-03-24packages: Add zip archive support to 'patch-and-repack'.Eric Bavier
2015-03-23substitute-binary: Remove thread-safe 'regexp-exec' wrapper.Ludovic Courtès
2015-03-23substitute-binary: Pipeline HTTP requests instead of using threads.Ludovic Courtès
2015-03-23substitute-binary: Allow callers to specify the size of a narinfo.Ludovic Courtès
2015-03-22store: Default to a non-empty list of substituters.Ludovic Courtès
2015-03-22gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès
2015-03-22gexp: Ignore nested gexps in macro expansion.Ludovic Courtès
2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès
2015-03-22gexp: Add identity compiler for derivations.Ludovic Courtès
2015-03-21packages: Make sure the patch inputs are not #f.Ludovic Courtès
2015-03-21gnu: Use 'glibc-utf8-locales-final' in the default patching inputs.Ludovic Courtès
2015-03-20guix package: '-s' sorts packages by name, then by version.Ludovic Courtès
2015-03-20guix package: '-s' displays different packages that have the same location.Ludovic Courtès
2015-03-19ftp-client: Switch to binary mode before using the "SIZE" command.Ludovic Courtès
2015-03-19lint: Report details about FTP errors.Ludovic Courtès
2015-03-19lint: Change misleading variable name.Ludovic Courtès
2015-03-18substitute-binary: Fix recently-introduced regression.Ludovic Courtès
2015-03-18packages: Rewrite 'patch-and-repack' using gexps.Ludovic Courtès
2015-03-18store: Remove debugging leftover.Ludovic Courtès
2015-03-18store: Add preliminary support for client-supplied substitute URLs.Ludovic Courtès
2015-03-18pk-crypto: Improve documentation of 'key-type'.Ludovic Courtès
2015-03-17build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.David Thompson
2015-03-17gexp: Move the package and origin compilers to (guix packages).Ludovic Courtès
2015-03-17packages: Move grafting parameter to (guix derivations).Ludovic Courtès
2015-03-17gexp: Separate "compilers" for origins and packages from the core.Ludovic Courtès
2015-03-17gexp: Remove special meaning of forms (PACKAGE OUTPUT) in ungexp.Ludovic Courtès