aboutsummaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2015-06-24import: pypi: Detect inputs.Cyril Roelandt
2015-06-24linux-initrd: Produce cpio archives with zeroed timestamps, etc.Ludovic Courtès
2015-06-24Add (guix cpio).Ludovic Courtès
2015-06-24tests: Move 'file=?' to (guix tests).Ludovic Courtès
2015-06-23licenses: Add the SGI Free Software License B, version 2.0.Mark H Weaver
2015-06-21size: Add '--map-file' option.Ludovic Courtès
2015-06-21size: Remove unused variables.Ludovic Courtès
2015-06-21Merge branch 'master' into core-updatesMark H Weaver
2015-06-19gexp: 'local-file' canonicalizes its file argument.Ludovic Courtès
2015-06-19store: Memoize 'add-to-store' based on the result of 'lstat', not 'stat'.Ludovic Courtès
2015-06-19gexp: 'local-file' now defaults to non-recursive.Ludovic Courtès
2015-06-18Merge branch 'master' into core-updatesMark H Weaver
2015-06-18Add 'guix size'.Ludovic Courtès
2015-06-18Add 'guix edit'.Ludovic Courtès
2015-06-18Move 'specification->package+output' to (gnu packages).Ludovic Courtès
2015-06-17offload: Fix sorting bug in 'choose-build-machine'.Mark H Weaver
2015-06-16gnu-maintenance: Use 'home-page' as an additional hint of "GNUness".Ludovic Courtès
2015-06-14Merge branch 'master' into core-updatesMark H Weaver
2015-06-11build-system/haskell: install config for any package that creates it.Eric Bavier
2015-06-11profiles: Process ghc conf files only once.Eric Bavier
2015-06-11profiles: Search for ghc conf files only if package db exists.Eric Bavier
2015-06-11records: Remove unnecessary 'begin'.Ludovic Courtès
2015-06-11tests: Write the random seed to the error port.Ludovic Courtès
2015-06-11packages: Make 'location' field innate.Ludovic Courtès
2015-06-11records: Add support for 'innate' fields.Ludovic Courtès
2015-06-11records: "options" → "properties".Ludovic Courtès
2015-06-11records: Factorize field property predicates.Ludovic Courtès
2015-06-11records: Separate default-value handling.Ludovic Courtès
2015-06-11records: Replace 'eval-when' with a proper 'define-syntax'.Ludovic Courtès
2015-06-11guix build: Allow directories to be passed to --with-source.Ludovic Courtès
2015-06-11environment: Connect to the store after the command line has been parsed.Ludovic Courtès
2015-06-10Merge branch 'master' into core-updatesMark H Weaver
2015-06-10guix system: init: Overwrite the items in the target store.Ludovic Courtès
2015-06-10ui: Replace the global 'symlink' binding.Ludovic Courtès
2015-06-09import: hackage: Refactor parsing code and add new options.Federico Beffa
2015-06-08monads: Allow n-ary '>>=' expressions.Ludovic Courtès
2015-06-08guix: Clean up --help messages.Alex Kost
2015-06-06guix gc: Add '--verify'.Ludovic Courtès
2015-06-06store: Add 'verify-store' RPC.Ludovic Courtès
2015-06-06guix package: Fix typo in --help message.Alex Kost
2015-06-05licenses: Add the Open Publication License 1.0.Mark H Weaver
2015-06-03gexp: Add 'plain-file'.Ludovic Courtès
2015-06-03gexp: Export <local-file> accessors.Ludovic Courtès
2015-06-02gnu-maintenance: latest-release: Honor releases that are not in subdirs.Ludovic Courtès
2015-05-31lint: source: Warn only when all the URIs are unreachable.Ludovic Courtès
2015-05-31lint: 'validate-uri' really returns #f on failure.Ludovic Courtès
2015-05-31base32: Use a custom error condition instead of 'misc-error'.Ludovic Courtès
2015-05-31ui: Do not call 'display-error' for SRFI-34 exceptions.Ludovic Courtès
2015-05-29emacs: Report about "search paths" after operation.Alex Kost
2015-05-28guix environment: Add --ad-hoc option.David Thompson