summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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
2013-01-22packages: Remove redundant test for inputs-as-procedures.Ludovic Courtès
2013-01-20download: Add HTTPS support.Ludovic Courtès
2013-01-20packages: Have `package-derivation' return a <derivation> as a second value.Ludovic Courtès
2013-01-19gnu: Add Freetype.Andreas Enge
2013-01-18licenses: Add 'vim'.Andreas Enge
2013-01-18distro: Change the module name space to (gnu ...).Ludovic Courtès
2013-01-17packages: Change `base32' to allow non-literal strings.Ludovic Courtès
2013-01-16doc: Start documenting derivations.Ludovic Courtès
2013-01-15doc: Start documenting (guix store).Ludovic Courtès
2013-01-15licenses: Add 'psfl'.Nikita Karetnikov
2013-01-15build-system/gnu: Allow the `source' argument to be #f.Ludovic Courtès
2013-01-14snix: When unable to determine the version number, leave the URI unchanged.Ludovic Courtès
2013-01-13licenses: Add 'openldap2.8'.Andreas Enge
2013-01-13store: In `open-connection', process all the server's stderr.Ludovic Courtès
2013-01-11Merge branch 'core-updates'Ludovic Courtès
2013-01-11download: Abbreviate URLs when displaying the progress report.Ludovic Courtès
2013-01-10build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès
2013-01-09union: Detect collisions, and delete duplicate leaves.Ludovic Courtès