summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2013-03-05guix package: Recover from freshness check transient errors....Ludovic Courtès
2013-03-05guix package: Inform about new upstream versions of GNU packages....Ludovic Courtès
2013-03-05gnu: Add intltool....Ludovic Courtès
2013-03-04Add (guix build-system perl)....Ludovic Courtès
2013-03-04download: Add CPAN mirrors....Ludovic Courtès
2013-03-01ui: Factorize `read/eval-package-expression'....Ludovic Courtès
2013-03-01guix package: Add `--install-from-expression'....Ludovic Courtès
2013-02-27guix gc: Add `--references' and `--referrers'....Ludovic Courtès
2013-02-27store: Add queries for references & co....Ludovic Courtès
2013-02-23download: Add X.org mirrors....Andreas Enge
2013-02-22pull: Distinguish "already up to date" from "updated"....Ludovic Courtès
2013-02-22pull: Build (guix build download) first, because of the (gnutls) autoload....Ludovic Courtès
2013-02-20Add "guix pull"....Ludovic Courtès
2013-02-20ui: Factorize `show-what-to-build'....Ludovic Courtès
2013-02-20ui: Add temporary file handling and atomic symlink switch....Ludovic Courtès
2013-02-20download: Adjust to `http-get*' deprecation....Ludovic Courtès
2013-02-20derivations: Add a search path parameter for module derivations....Ludovic Courtès
2013-02-18store: Add the `%daemon-socket-file' parameter....Ludovic Courtès
2013-02-17scripts: Remove hyphen in the command name shown by `--version'....Ludovic Courtès
2013-02-17scripts: Remove initialization now redundant with `initialize-guix'....Ludovic Courtès
2013-02-16Replace individual scripts with master 'guix' script....Mark H Weaver
2013-02-16packages: Add `package-output'....Ludovic Courtès
2013-02-14build-system/gnu: Make the strip behavior of `static-package' configurable....Ludovic Courtès
2013-02-12Add version-compare and version>? to utils.scm....Mark H Weaver
2013-02-11gnu: Add tmux. licenses: add ISC....Cyril Roelandt
2013-02-10Re-export `%current-system' from (guix packages)....Ludovic Courtès
2013-02-08build-system/gnu: Clarify docstring of `package-with-extra-configure-variable'....Ludovic Courtès
2013-02-06union: Don't warn when colliding leaves point to the same file....Ludovic Courtès
2013-02-06union: Delete duplicates when passed the same input several times....Ludovic Courtès
2013-02-05licenses: Add new meta-license fsf-free....Andreas Enge
2013-02-04store: Add substitute-related procedures....Ludovic Courtès
2013-02-04store: Update to protocol 1.12....Ludovic Courtès
2013-02-04store: Write string length as a 32-bit integer....Ludovic Courtès
2013-02-01guix-package: Report `--search' matches in recutils format....Ludovic Courtès
2013-01-31store: Don't expect build logs to be UTF-8-encoded....Ludovic Courtès
2013-01-30derivations: Memoize `read-derivation'....Ludovic Courtès
2013-01-30store: Slightly improve memoization hashing....Ludovic Courtès
2013-01-30store: Remove the `fixed?' parameter from `add-to-store'....Ludovic Courtès
2013-01-30store: Avoid use of `set!'....Ludovic Courtès
2013-01-30store: Micro-optimize `write-string'....Ludovic Courtès
2013-01-30Gracefully handle failure to install the current locale....Ludovic Courtès
2013-01-30store: Cache `add-text-to-store' results....Ludovic Courtès
2013-01-30store: Make the `add-to-store' cache per-connection....Ludovic Courtès
2013-01-29store: Make `add-to-store' memoizing....Ludovic Courtès
2013-01-25download: Add Apache mirrors....Ludovic Courtès
2013-01-25download: Follow HTTP redirection upon 301 "moved permanently"....Ludovic Courtès
2013-01-24packages: Mark the `inputs' field of <package> as thunked....Ludovic Courtès
2013-01-24gnu: Add OCaml. licenses: Add QPL....Cyril Roelandt
2013-01-23packages: Mark the `arguments' field of <package> as thunked....Ludovic Courtès
2013-01-23define-record-type*: Add the `thunked' field definition keyword....Ludovic Courtès