summaryrefslogtreecommitdiff
path: root/guix/utils.scm
Commit message (Expand)AuthorAge
* Add (guix build syscalls).Ludovic Courtès2014-05-10
* offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès2014-04-14
* utils: Make 'errno' procedure more robust.Ludovic Courtès2014-04-07
* utils: Add 'call-with-decompressed-port' and 'call-with-compressed-output-port'.Ludovic Courtès2014-03-24
* utils: Add 'filtered-output-port' and 'compressed-output-port'.Ludovic Courtès2014-03-24
* utils: Add 'decompressed-port' and 'compressed-port'.Ludovic Courtès2014-03-22
* utils: 'filtered-port' doesn't leave dangling processes behind.Ludovic Courtès2014-03-22
* utils: Add a non-blocking option for 'fcntl-flock'.Ludovic Courtès2014-03-08
* utils: 'fcntl-flock' passes an errno when throwing an exception.Ludovic Courtès2014-03-06
* utils: Add 'fcntl-flock'.Ludovic Courtès2014-01-24
* Move 'with-atomic-file-output' to (guix utils).Ludovic Courtès2013-12-29
* utils: Add 'string-replace-substring'.Ludovic Courtès2013-11-13
* packages: Add 'patches' and related fields to <origin>.Ludovic Courtès2013-10-09
* utils: Add `guile-version>?', and use it.Ludovic Courtès2013-08-23
* Move `sha256' to (guix hash).Ludovic Courtès2013-07-01
* packages: Implement `package-cross-derivation'.Ludovic Courtès2013-05-24
* substitute-binary: Pass `filtered-port' an unbuffered port.Ludovic Courtès2013-05-15
* Move record utilities to (guix records).Ludovic Courtès2013-05-12
* Merge branch 'core-updates'Ludovic Courtès2013-04-30
|\
| * utils: Add `string-tokenize*'.Ludovic Courtès2013-04-28
* | substitute-binary: Support decompression from non-file ports.Ludovic Courtès2013-04-29
|/
* Add `guix refresh' and related auto-update tools.Ludovic Courtès2013-04-25
* utils: Fix column number returned by `source-properties->location'.Ludovic Courtès2013-04-25
* Factorize `download-and-store'.Ludovic Courtès2013-04-21
* utils: Add `fold2'.Ludovic Courtès2013-04-14
* Add version-compare and version>? to utils.scm.Mark H Weaver2013-02-12
* define-record-type*: Add the `thunked' field definition keyword.Ludovic Courtès2013-01-23
* Update license headers.Ludovic Courtès2013-01-06
* Merge branch 'nix-integration'Ludovic Courtès2012-12-13
|\
| * build: Capture configure-time settings in (guix config).Ludovic Courtès2012-12-06
* | Have `%nixpkgs-directory' default to #f when $NIXPKGS is the empty string.Ludovic Courtès2012-12-10
|/
* guix-package: Add `--list-available'.Ludovic Courtès2012-11-19
* Move base32 code to (guix base32).Ludovic Courtès2012-11-11
* utils: Add `default-keyword-arguments' and `substitute-keyword-arguments'.Ludovic Courtès2012-11-05
* utils: Add `package-name->name+version'.Ludovic Courtès2012-11-04
* build: Require GNU libgcrypt.Ludovic Courtès2012-11-03
* build: Produce (guix config) instead of using compile-time tricks.Ludovic Courtès2012-11-03
* build: Clearly mark Nixpkgs as optional.Ludovic Courtès2012-11-03
* utils: Remove stuff committed by error.Ludovic Courtès2012-11-01
* location: Start column numbers at 1.Ludovic Courtès2012-10-27
* Add a `system' parameter to `nixpkgs-derivation'.Ludovic Courtès2012-10-25
* distro: Add a statically-linked, relocatable Guile 2.0 package.Ludovic Courtès2012-10-13
* Move <location> to (guix utils).Ludovic Courtès2012-09-03
* define-record-type*: Add the `inherit' syntactic constructor keyword.Ludovic Courtès2012-08-30
* build: Add `--with-libgcrypt-prefix'; capture the path to libgcrypt.Ludovic Courtès2012-08-17
* build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès2012-08-14
* Add `nixpkgs-derivation*'; use it in the distro.Ludovic Courtès2012-07-11
* define-record-type*: Add `letrec*' behavior.Ludovic Courtès2012-07-03
* Make `define-record-type*' error messages more informative.Ludovic Courtès2012-07-02
* Add a libgcrypt-based implementation of `sha256'.Ludovic Courtès2012-06-29