summaryrefslogtreecommitdiff
path: root/tests/utils.scm
Commit message (Expand)AuthorAge
* utils: Add 'strip-keyword-arguments'.Ludovic Courtès2014-10-05
* guix: utils: Add fold-tree and fold-tree-leaves.Eric Bavier2014-07-20
* offload: '{send,receive}-files' wait for completion of the transfer.Ludovic Courtès2014-04-14
* tests: Avoid buffering in 'fcntl-flock' tests.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
* tests: Rewrite 'fcntl-lock' test.Ludovic Courtès2014-03-06
* utils: Add 'fcntl-flock'.Ludovic Courtès2014-01-24
* utils: Add 'string-replace-substring'.Ludovic Courtès2013-11-13
* utils: Add `guile-version>?', and use it.Ludovic Courtès2013-08-23
* substitute-binary: Try hard to avoid port buffering.Ludovic Courtès2013-08-22
* 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
|/
* utils: Add `fold2'.Ludovic Courtès2013-04-14
* Augment `.dir-locals.el'.Ludovic Courtès2013-02-01
* define-record-type*: Add the `thunked' field definition keyword.Ludovic Courtès2013-01-23
* Update license headers.Ludovic Courtès2013-01-06
* tests: Remove hard-coded /nix/store.Ludovic Courtès2012-12-05
* Move base32 code to (guix base32).Ludovic Courtès2012-11-11
* utils: Add `package-name->name+version'.Ludovic Courtès2012-11-04
* store: Add `store-path-package-name'.Ludovic Courtès2012-11-01
* define-record-type*: Add the `inherit' syntactic constructor keyword.Ludovic Courtès2012-08-30
* build: Pass $(NIX_INSTANTIATE) to the build and test environments.Ludovic Courtès2012-08-14
* define-record-type*: Add `letrec*' behavior.Ludovic Courtès2012-07-03
* Add `define-record-type*'.Ludovic Courtès2012-06-27
* Add a `%current-system' fluid.Ludovic Courtès2012-06-11
* Add `base16-string->bytevector'.Ludovic Courtès2012-06-09
* Add `base32-string->bytevector' and `nix-base32-string->bytevector'.Ludovic Courtès2012-06-09
* Fix `bytevector->nix-base32-string'.Ludovic Courtès2012-06-03
* Add (guix utils), with `bytevector->base32-string'.Ludovic Courtès2012-06-01