summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2015-05-25ui: Auto-compile user code, and improve error reporting....Ludovic Courtès
2015-05-24ui: Make 'symlink' replacement more future-proof....Ludovic Courtès
2015-05-24ui: Add 'copy-file' replacement with better error reporting....Ludovic Courtès
2015-05-24guix system: init: Copy the closure of 'grub.cfg', not that of the system....Ludovic Courtès
2015-05-24guix system: Always add zero previous entries in grub.cfg for 'init'....Ludovic Courtès
2015-05-24guix system: init: Make sure the target is root-owned....Ludovic Courtès
2015-05-22services: swap: Use 'restart-on-EINTR'....Ludovic Courtès
2015-05-22syscalls: Add 'restart-on-EINTR'....Ludovic Courtès
2015-05-21guix package: Adjust --help message....Ludovic Courtès
2015-05-21scripts: Move 'set-build-options-from-command-line*' to (guix scripts build) ......David Thompson
2015-05-21ui: Deduplicate 'show-what-to-build*'....David Thompson
2015-05-20package: Add --manifest option....David Thompson
2015-05-20profiles: Add 'packages->manifest' procedure....David Thompson
2015-05-20ui: Factorize user-provided Scheme file loading....David Thompson