Age | Commit message (Expand) | Author |
2013-12-14 | guix package: allow multiple arguments after -i, -r, and -u. | Mark H Weaver |
2013-12-11 | build: Skip one 'package-source-derivation' test when networking is missing. | Ludovic Courtès |
2013-12-11 | store: Add tests for 'store-path-package-name'. | Ludovic Courtès |
2013-12-10 | monads: Fix 'anym'. | Ludovic Courtès |
2013-12-04 | derivations: Use more keyword parameters for 'build-expression->derivation'. | Ludovic Courtès |
2013-11-20 | Merge branch 'master' into core-updates | Ludovic Courtès |
2013-11-18 | packages: 'package-field-location' returns a relative file name. | Ludovic Courtès |
2013-11-18 | guix build: '-e' can be passed a monadic thunk. | Ludovic Courtès |
2013-11-16 | tests: Adjust to bootstrap tarball updates. | Ludovic Courtès |
2013-11-13 | derivations: Allow 'map-derivations' to replace sources. | Ludovic Courtès |
2013-11-13 | packages: Suitably cope with indirect store paths as package sources. | Ludovic Courtès |
2013-11-13 | store: Make 'direct-store-path?' public. | Ludovic Courtès |
2013-11-13 | derivations: Add 'map-derivation'. | Ludovic Courtès |
2013-11-13 | utils: Add 'string-replace-substring'. | Ludovic Courtès |
2013-11-12 | guix build: Add '--log-file'. | Ludovic Courtès |
2013-11-12 | store: Add 'log-file' procedure. | Ludovic Courtès |
2013-11-08 | Merge branch 'master' into core-updates | Ludovic Courtès |
2013-11-07 | packages: Add a 'snippet' field to <origin>. | Ludovic Courtès |
2013-11-04 | tests: Fix max-silent-time test. | Ludovic Courtès |
2013-11-04 | tests: Add the builder as an input to raw derivations. | Ludovic Courtès |
2013-11-01 | guix package: Allow removal of a specific package output. | Ludovic Courtès |
2013-11-01 | ui: Factorize package specification parsing. | Ludovic Courtès |
2013-10-30 | derivations: 'derivation-path->output-path' honors the 'output' parameter. | Ludovic Courtès |
2013-10-15 | records: define-record-type*: Field bindings are bound with 'let*'. | Ludovic Courtès |
2013-10-03 | monads: Allow resolution of a monad's bind/return at expansion time. | Ludovic Courtès |
2013-10-03 | Add (guix monads). | Ludovic Courtès |
2013-09-27 | guix package: '--delete-generations' deletes generations older than specified. | Ludovic Courtès |
2013-09-27 | tests: Fix typo. | Ludovic Courtès |
2013-09-27 | build-system/trivial: Take the 'source' field into account. | Ludovic Courtès |
2013-09-26 | guix package: Add '--delete-generations'. | Nikita Karetnikov |
2013-09-25 | guix package: Show which generation is the current one. | Nikita Karetnikov |
2013-09-25 | tests: Use 'test -z' to check that a string equals zero. | Nikita Karetnikov |
2013-09-25 | guix package: Do not list the zeroth generation. | Nikita Karetnikov |
2013-09-25 | guix package: Exit with 1 when a generation cannot be listed. | Nikita Karetnikov |
2013-09-23 | guix-register: Expect closures to refer to the original store. | Ludovic Courtès |
2013-09-23 | Add 'guix-register'. | Ludovic Courtès |
2013-09-19 | guix package: Add '--list-generations'. | Nikita Karetnikov |
2013-09-18 | derivations: 'derivation' and related procedures return a single value. | Ludovic Courtès |
2013-09-18 | tests: Clarify filtering of the "debug" output. | Ludovic Courtès |
2013-09-17 | derivations: Keep the .drv file name in <derivation> objects. | Ludovic Courtès |
2013-09-11 | store: The 'references' parameter of 'add-text-to-store' is now optional. | Ludovic Courtès |
2013-09-02 | union: Don't traverse sub-directories only found in one element of the union. | Ludovic Courtès |
2013-08-28 | derivations: Rename #:dependency-graphs to #:references-graphs. | Ludovic Courtès |
2013-08-26 | derivations: Add #:dependency-graphs to `build-expression->derivation'. | Ludovic Courtès |
2013-08-26 | derivations: Add #:dependency-graphs `derivation' parameter. | Ludovic Courtès |
2013-08-26 | derivations: Move 3 positional parameters into keyword parameters. | Ludovic Courtès |
2013-08-24 | packages: Allow file names as package sources. | Ludovic Courtès |
2013-08-23 | utils: Add `guile-version>?', and use it. | Ludovic Courtès |
2013-08-22 | substitute-binary: Try hard to avoid port buffering. | Ludovic Courtès |
2013-07-10 | records: `recutils->alist' recognizes lines starting with a `+'. | Ludovic Courtès |