| Commit message (Expand) | Author | Age |
* | utils: Add `string-tokenize*'. | Ludovic Courtès | 2013-04-28 |
* | Add `guix refresh' and related auto-update tools. | Ludovic Courtès | 2013-04-25 |
* | utils: Fix column number returned by `source-properties->location'. | Ludovic Courtès | 2013-04-25 |
* | Factorize `download-and-store'. | Ludovic Courtès | 2013-04-21 |
* | utils: Add `fold2'. | Ludovic Courtès | 2013-04-14 |
* | Add version-compare and version>? to utils.scm. | Mark H Weaver | 2013-02-12 |
* | define-record-type*: Add the `thunked' field definition keyword. | Ludovic Courtès | 2013-01-23 |
* | Update license headers. | Ludovic Courtès | 2013-01-06 |
* | Merge branch 'nix-integration' | Ludovic Courtès | 2012-12-13 |
|\ |
|
| * | build: Capture configure-time settings in (guix config). | Ludovic Courtès | 2012-12-06 |
* | | Have `%nixpkgs-directory' default to #f when $NIXPKGS is the empty string. | Ludovic Courtès | 2012-12-10 |
|/ |
|
* | guix-package: Add `--list-available'. | Ludovic Courtès | 2012-11-19 |
* | Move base32 code to (guix base32). | Ludovic Courtès | 2012-11-11 |
* | utils: Add `default-keyword-arguments' and `substitute-keyword-arguments'. | Ludovic Courtès | 2012-11-05 |
* | utils: Add `package-name->name+version'. | Ludovic Courtès | 2012-11-04 |
* | build: Require GNU libgcrypt. | Ludovic Courtès | 2012-11-03 |
* | build: Produce (guix config) instead of using compile-time tricks. | Ludovic Courtès | 2012-11-03 |
* | build: Clearly mark Nixpkgs as optional. | Ludovic Courtès | 2012-11-03 |
* | utils: Remove stuff committed by error. | Ludovic Courtès | 2012-11-01 |
* | location: Start column numbers at 1. | Ludovic Courtès | 2012-10-27 |
* | Add a `system' parameter to `nixpkgs-derivation'. | Ludovic Courtès | 2012-10-25 |
* | distro: Add a statically-linked, relocatable Guile 2.0 package. | Ludovic Courtès | 2012-10-13 |
* | Move <location> to (guix utils). | Ludovic Courtès | 2012-09-03 |
* | define-record-type*: Add the `inherit' syntactic constructor keyword. | Ludovic Courtès | 2012-08-30 |
* | build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt. | Ludovic Courtès | 2012-08-17 |
* | build: Pass $(NIX_INSTANTIATE) to the build and test environments. | Ludovic Courtès | 2012-08-14 |
* | Add `nixpkgs-derivation*'; use it in the distro. | Ludovic Courtès | 2012-07-11 |
* | define-record-type*: Add `letrec*' behavior. | Ludovic Courtès | 2012-07-03 |
* | Make `define-record-type*' error messages more informative. | Ludovic Courtès | 2012-07-02 |
* | Add a libgcrypt-based implementation of `sha256'. | Ludovic Courtès | 2012-06-29 |
* | Add a sha256 fallback that uses Coreutils instead of libchop. | Ludovic Courtès | 2012-06-28 |
* | Introduce `compile-time-value' and use it. | Ludovic Courtès | 2012-06-28 |
* | Add `define-record-type*'. | Ludovic Courtès | 2012-06-27 |
* | Add a `%current-system' fluid. | Ludovic Courtès | 2012-06-11 |
* | Add `base16-string->bytevector'. | Ludovic Courtès | 2012-06-09 |
* | Add `base32-string->bytevector' and `nix-base32-string->bytevector'. | Ludovic Courtès | 2012-06-09 |
* | Allow derivations with input derivations. | Ludovic Courtès | 2012-06-07 |
* | Add `bytevector->base16-string'. | Ludovic Courtès | 2012-06-03 |
* | Fix `bytevector->nix-base32-string'. | Ludovic Courtès | 2012-06-03 |
* | Move `sha256' to (guix utils). | Ludovic Courtès | 2012-06-03 |
* | Add (guix utils), with `bytevector->base32-string'. | Ludovic Courtès | 2012-06-01 |