summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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-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-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-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
2015-05-28profiles: Deal with non-directory items in share/icons.Ludovic Courtès
2015-05-27profiles: Export 'ensure-writable-directory' and use it.Ludovic Courtès
2015-05-27profiles: Don't assume all the inputs are of a package are packages.Ludovic Courtès
2015-05-27profiles: Use 'derivation?' to filter hooks.宋文武
2015-05-27profiles: Add gtk-icon-themes hook.宋文武
2015-05-27monads: 'foldm', 'mapm', and 'anym' now take a list of regular values.Ludovic Courtès
2015-05-26profiles: Hooks always return a monadic value.Ludovic Courtès
2015-05-26ui: Improve error reporting for 'read/eval'.Ludovic Courtès
2015-05-26gc: ignore trailing slash or subdirectories for `guix gc -d'Cyrill Schenkel
2015-05-25guix system: Add '--on-error'.Ludovic Courtès
2015-05-25guix package: --manifest DTRT when combined with --dry-run.Ludovic Courtès