guix package: Export generation procedures.
[jackhill/guix/guix.git] / tests / utils.scm
2014-07-28 Mark H WeaverMerge branch 'master' into core-updates
2014-07-20 Eric Bavierguix: utils: Add fold-tree and fold-tree-leaves.
2014-05-27 Ludovic CourtèsMerge branch 'master' into core-updates
2014-04-13 Ludovic Courtèsoffload: '{send,receive}-files' wait for completion...
2014-04-07 Ludovic Courtèstests: Avoid buffering in 'fcntl-flock' tests.
2014-03-26 Ludovic CourtèsMerge branch 'core-updates'
2014-03-24 Ludovic Courtèsutils: Add 'call-with-decompressed-port' and 'call...
2014-03-24 Ludovic Courtèsutils: Add 'filtered-output-port' and 'compressed-outpu...
2014-03-22 Ludovic Courtèsutils: Add 'decompressed-port' and 'compressed-port'.
2014-03-22 Ludovic Courtèsutils: 'filtered-port' doesn't leave dangling processes...
2014-03-10 Ludovic CourtèsMerge branch 'master' into core-updates
2014-03-07 Ludovic Courtèsutils: Add a non-blocking option for 'fcntl-flock'.
2014-03-06 Ludovic Courtèstests: Rewrite 'fcntl-lock' test.
2014-01-25 Ludovic CourtèsMerge branch 'master' into core-updates
2014-01-23 Ludovic Courtèsutils: Add 'fcntl-flock'.
2013-11-20 Ludovic CourtèsMerge branch 'master' into core-updates
2013-11-12 Ludovic Courtèsutils: Add 'string-replace-substring'.
2013-08-23 Ludovic Courtèsutils: Add `guile-version>?', and use it.
2013-08-22 Ludovic Courtèssubstitute-binary: Try hard to avoid port buffering.
2013-05-15 Ludovic Courtèssubstitute-binary: Pass `filtered-port' an unbuffered...
2013-05-12 Ludovic CourtèsMove record utilities to (guix records).
2013-04-30 Ludovic CourtèsMerge branch 'core-updates'
2013-04-29 Ludovic Courtèssubstitute-binary: Support decompression from non-file...
2013-04-28 Ludovic Courtèsutils: Add `string-tokenize*'.
2013-04-26 Ludovic CourtèsMerge branch 'master' into core-updates
2013-04-14 Ludovic Courtèsutils: Add `fold2'.
2013-02-01 Ludovic CourtèsAugment `.dir-locals.el'.
2013-01-23 Ludovic Courtèsdefine-record-type*: Add the `thunked' field definition...
2013-01-06 Ludovic CourtèsMerge branch 'master' into core-updates
2013-01-05 Ludovic CourtèsUpdate license headers.
2012-12-13 Ludovic CourtèsMerge branch 'nix-integration'
2012-12-09 Ludovic CourtèsMerge branch 'master' into nix-integration
2012-12-05 Ludovic Courtèstests: Remove hard-coded /nix/store.
2012-11-11 Ludovic CourtèsMove base32 code to (guix base32).
2012-11-04 Ludovic Courtèsutils: Add `package-name->name+version'.
2012-11-01 Ludovic Courtèsstore: Add `store-path-package-name'.
2012-08-29 Ludovic Courtèsdefine-record-type*: Add the `inherit' syntactic constr...
2012-08-14 Ludovic Courtèsbuild: Pass $(NIX_INSTANTIATE) to the build and test...
2012-07-03 Ludovic Courtèsdefine-record-type*: Add `letrec*' behavior.
2012-06-27 Ludovic CourtèsAdd `define-record-type*'.
2012-06-11 Ludovic CourtèsAdd a `%current-system' fluid.
2012-06-09 Ludovic CourtèsAdd `base16-string->bytevector'.
2012-06-09 Ludovic CourtèsAdd `base32-string->bytevector' and `nix-base32-string...
2012-06-03 Ludovic CourtèsFix `bytevector->nix-base32-string'.
2012-06-01 Ludovic CourtèsAdd (guix utils), with `bytevector->base32-string'.