summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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-11Merge branch 'master' into core-updatesLudovic Courtès
2015-02-11gexp: Add #:allowed-references parameter to 'gexp->derivation'....Ludovic Courtès
2015-02-11derivations: Make the "grafting..." message directly visible....Ludovic Courtès
2015-02-10utils: Strip duplicates from search path....Eric Bavier
2015-02-10lint: handle FTP URIs....Cyril Roelandt
2015-02-09profiles: Report "pseudo-upgrades" as upgrades, not downgrades....Ludovic Courtès
2015-02-09utils: Add 'version>=?'....Ludovic Courtès
2015-02-08build: Add 'waf-build-system'....Ricardo Wurmus
2015-02-08profiles: Distinguish downgrades from upgrades....Ludovic Courtès
2015-02-08ui: Properly report '&nar-error' conditions....Ludovic Courtès
2015-02-07serialization: Check for EOF and incomplete input conditions....Ludovic Courtès
2015-02-06guix package: Make custom profiles actual indirect roots....Ludovic Courtès
2015-02-06pull: Always install the ~/.config/guix/latest symlink....Ludovic Courtès
2015-02-05offload: Better report failure to create the GC root directory....Ludovic Courtès
2015-02-05offload: Warn about SSH client issues....Ludovic Courtès
2015-02-04Add support for 'cvs-fetch' method in origins....Mark H Weaver
2015-02-04Remove outdated comment from svn-fetch....Mark H Weaver
2015-02-03guix: environment: Consider all package outputs....David Thompson
2015-02-02store: Remove 'build-derivations'....Ludovic Courtès
2015-02-02store: Add 'build-things'....Ludovic Courtès
2015-02-02tests: Add 'with-derivation-substitute' and use it....Ludovic Courtès
2015-02-02tests: Further factorize substitute mocks....Ludovic Courtès
2015-01-28ui: Update copyright year in '--version' output....Ludovic Courtès
2015-01-28lint: Fix argument parsing when several packages are specified....Ludovic Courtès
2015-01-26substitute-binary: Let the user know when the cache is being updated....Ludovic Courtès
2015-01-26hash: Initialize libgcrypt before use....Ludovic Courtès
2015-01-26Add (guix gcrypt)....Ludovic Courtès
2015-01-26guix lint: Make the 'source' checker happy if at least one URI is valid....Ludovic Courtès
2015-01-25lint: add 'source' checker....Cyril Roelandt
2015-01-24derivations: Raise an error for references to non-existent outputs....Ludovic Courtès
2015-01-23build-system/glib-or-gtk: Add MIME directories to $XDG_DATA_DIRS....Ludovic Courtès
2015-01-22guix system: Improve error messages....Ludovic Courtès
2015-01-21store: Change 'run-with-store' to return a single value....Ludovic Courtès
2015-01-20guix package: Avoid spurious warnings from 'find-files'....Ludovic Courtès
2015-01-20packages: Mark the 'patches' field as delayed....Ludovic Courtès
2015-01-19records: Add support for delayed fields....Ludovic Courtès
2015-01-19make-syntactic-constructor kwarg defaultLudovic Courtès
2015-01-19records: Factorize value wrapping in the record constructor....Ludovic Courtès
2015-01-19records: Move 'make-syntactic-constructor' to the top level....Ludovic Courtès
2015-01-19records: Use keyword parameters for 'make-syntactic-constructor'....Ludovic Courtès
2015-01-18nar: Read archive signatures as Latin-1 strings....Ludovic Courtès
2015-01-18serialization: Read Latin-1 strings with 'get-bytevector-n'....Ludovic Courtès
2015-01-18store: Change 'store-lower' to preserve the original procedure's documentation....Ludovic Courtès
2015-01-17doc: Document '%state-monad' and update '%store-monad' description....Ludovic Courtès
2015-01-17store: Make '%store-monad' an alias for '%state-monad'....Ludovic Courtès
2015-01-17monads: Add the state monad....Ludovic Courtès
2015-01-17guix archive: Add -r/--recursive....Ludovic Courtès
2015-01-17guix archive: Remove unused -r/--root option....Ludovic Courtès