summaryrefslogtreecommitdiff
path: root/guix
Commit message (Expand)AuthorAge
* ui: define-diagnostic: Don't mark `_' and `N_' as literals.Ludovic Courtès2013-05-30
* build-system/python: Avoid circular dependency.Ludovic Courtès2013-05-30
* substitute-binary: Gracefully exit upon networking errors.Ludovic Courtès2013-05-29
* build, package: Add `--fallback' option.Ludovic Courtès2013-05-29
* store: Test the `fallback?' store option.Ludovic Courtès2013-05-29
* python-build-system: add a check phase.Cyril Roelandt2013-05-28
* packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès2013-05-27
* build-system/gnu: Fix typo in `gnu-cross-build'.Ludovic Courtès2013-05-27
* packages: Make `native-inputs' thunked.Ludovic Courtès2013-05-25
* packages: Re-export `%current-target-system'.Ludovic Courtès2013-05-25
* build-system/gnu: Make sure build input variables contain pairs.Ludovic Courtès2013-05-25
* build-system/trivial: Implement the cross-build protocol.Ludovic Courtès2013-05-24
* package: Fix default profile ownership check when it's just been created.Ludovic Courtès2013-05-24
* build: Add `--target' option.Ludovic Courtès2013-05-24
* build-system/gnu: Implement cross build.Ludovic Courtès2013-05-24
* packages: Implement `package-cross-derivation'.Ludovic Courtès2013-05-24
* packages: Factorize things common to `package-{,cross-}derivation'.Ludovic Courtès2013-05-24
* Add `--max-silent-time' to `guix build' and `guix package'.Ludovic Courtès2013-05-20
* package: Make sure the profile directory is owned by the user.Ludovic Courtès2013-05-16
* substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès2013-05-15
* substitute-binary: Work around thread-unsafe `regexp-exec'.Ludovic Courtès2013-05-14
* package: Always clear the SIGINT handler.Ludovic Courtès2013-05-14
* ftp-client: Let callers handle `ftp-open' exceptions.Ludovic Courtès2013-05-14
* Sort commands alphabetically in "guix --help".Ludovic Courtès2013-05-14
* Fix "guix --help" on Guile 2.0.5.Ludovic Courtès2013-05-14
* Move record utilities to (guix records).Ludovic Courtès2013-05-12
* tests: Add `guix hash' test.Ludovic Courtès2013-05-11
* refresh: Add `--key-server' and `--gpg'.Ludovic Courtès2013-05-11
* gnupg: Turn the GPG command name and keyserver into parameters.Ludovic Courtès2013-05-11
* ui: Invite users to try `--help' in the error message.Ludovic Courtès2013-05-10
* package: Store the output path of packages installed with `-e'.Ludovic Courtès2013-05-10
* package: Make sure the dependencies get built along with the manifest.Ludovic Courtès2013-05-10
* refresh: Gracefully handle failure to download a tarball.Ludovic Courtès2013-05-10
* ui: Implement `guix --help'.Ludovic Courtès2013-05-10
* ui: Gracefully report "command not found" errors.Ludovic Courtès2013-05-10
* gnu-maintenance: Add GnuTLS FTP server.Ludovic Courtès2013-05-10
* download: Fix premature socket close on TLS connections.Ludovic Courtès2013-05-10
* package: Use ~/.guix-profile as the default for --search-paths.Ludovic Courtès2013-05-10
* Add 'python-build-system'.Nikita Karetnikov2013-05-08
* Add (guix build rpath).Ludovic Courtès2013-05-08
* package: Display the output of packages to be installed/removed.Ludovic Courtès2013-05-08
* package: Preserve the installed package output when upgrading.Ludovic Courtès2013-05-08
* ui: Capitalize informative messages.Ludovic Courtès2013-05-07
* package: Fix spacing in user messages.Ludovic Courtès2013-05-07
* refresh: Change default to not update source files.Ludovic Courtès2013-05-06
* Merge branch 'core-updates'Ludovic Courtès2013-04-30
|\
| * utils: Adjust 'wrap-program'.Nikita Karetnikov2013-04-30
| * build-system/gnu: Fix default name for the "doc" output directory.Ludovic Courtès2013-04-28
| * guix package: Add `--search-paths' & co.Ludovic Courtès2013-04-28
| * utils: Add `string-tokenize*'.Ludovic Courtès2013-04-28