summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2015-05-20ftp-client: Throw when log-in fails....Ludovic Courtès
2015-05-20guix package: Add optional argument to --search-paths....Ludovic Courtès
2015-05-20guix package: --search-paths mentions $PATH....Ludovic Courtès
2015-05-19guix gc: Add '--optimize'....Ludovic Courtès
2015-05-19store: Add 'optimize-store' RPC....Ludovic Courtès
2015-05-18profiles: Gracefully deal with packages containing an etc/ symlink....Ludovic Courtès
2015-05-17syscalls: Add 'set-network-interface-up'....Ludovic Courtès
2015-05-12publish: Add '--listen'....Ludovic Courtès
2015-05-12publish: Add '--user' option....Ludovic Courtès
2015-05-10http-client: Remove monkey patching for 2.0.5....Ludovic Courtès
2015-05-10Remove assorted Guile 2.0.5 workarounds....Ludovic Courtès
2015-05-08profiles: Ensure the profile's etc/ directory is writable....Ludovic Courtès
2015-05-06profiles: Generate an 'etc/profile' file....Ludovic Courtès
2015-05-06profiles: Move build code to (guix build profiles)....Ludovic Courtès
2015-05-06search-paths: Export 'string-tokenize*'....Ludovic Courtès
2015-05-06download: Work around Guile small-receive-buffer bug....Ludovic Courtès
2015-05-06download: Reinstate buffering on connection sockets....Ludovic Courtès
2015-05-05environment: Move iteration outside of 'for-each-search-path'....Ludovic Courtès
2015-05-05environment: Use 'evaluate-search-paths'....Ludovic Courtès
2015-05-05search-paths: Define the 'PATH' environment variable....Ludovic Courtès
2015-05-05search-paths: 'evaluate-search-paths' can be passed a list of directories....Ludovic Courtès
2015-05-05gnu-maintenance: 'gnu-package?' returns #t for R and for GNOME packages....Ludovic Courtès
2015-05-05environment: Use (guix search-paths)....Ludovic Courtès
2015-05-04records: Make 'make-syntactic-constructor' available at load/eval/expand....Ludovic Courtès
2015-05-04profiles: Use a &message error condition instead of 'error'....Ludovic Courtès
2015-05-04search-paths: 'evaluate-search-paths' now returns spec/value pairs....Ludovic Courtès
2015-05-04search-paths: Add 'environment-variable-definition'....Ludovic Courtès
2015-05-04search-paths: Add 'evaluate-search-paths', from (guix scripts package)....Ludovic Courtès
2015-05-04Move search path specifications to (guix search-paths)....Ludovic Courtès
2015-05-04substitute: Increase TTL from 24h to 36h....Ludovic Courtès
2015-05-04guix: build: Fix indentation for --sources in help output....Eric Bavier
2015-05-04guix package: Introduce 'evaluate-search-paths'....Ludovic Courtès
2015-05-04guix package: Move profile cleaning out of 'search-path-environment-variables'....Ludovic Courtès
2015-05-02guix: build: Add transitive source building....Eric Bavier