Age | Commit message (Expand) | Author | Files | Lines |
2008-12-03 | * Unify the treatment of sources copied to the store, and recursive | Eelco Dolstra | 3 | -7/+51 |
2008-11-20 | * Urgh. | Eelco Dolstra | 1 | -0/+2 |
2008-11-20 | * Blindly doing a replacement of occurences of $bindir (when running | Eelco Dolstra | 1 | -1/+0 |
2008-11-20 | * Don't set the prefix to /nix by default, rather use the Autoconf | Eelco Dolstra | 1 | -2/+2 |
2008-08-14 | * Added an experimental feature suggested by Andres: ellipses ("...") | Eelco Dolstra | 7 | -5/+20 |
2008-08-14 | * @-patterns as in Haskell. For instance, in a function definition | Eelco Dolstra | 5 | -0/+32 |
2008-08-14 | * Refactoring: combine functions that take an attribute set and | Eelco Dolstra | 5 | -10/+16 |
2008-08-14 | * Increase the sleep periods a bit to make the test less likely to | Eelco Dolstra | 3 | -12/+17 |
2008-08-11 | * Removed the "valid values" feature. Nobody uses it anyway. | Eelco Dolstra | 8 | -34/+4 |
2008-08-04 | * Fix the tests. | Eelco Dolstra | 2 | -0/+2 |
2008-08-02 | * Make nix-env --dry-run print the paths to be substituted correctly | Eelco Dolstra | 2 | -16/+37 |
2008-07-18 | * Fix the tests. | Eelco Dolstra | 1 | -0/+6 |
2008-07-11 | * Generalised the dependencyClosure primop to builtins.genericClosure, | Eelco Dolstra | 3 | -0/+380 |
2008-07-01 | * Export the nix-env derivation name parsing and version comparison | Eelco Dolstra | 3 | -0/+43 |
2008-06-15 | * Test instrumentation. | Eelco Dolstra | 1 | -0/+1 |
2008-06-10 | * Fixed compatibility with old versions of "wc" that print whitespace | Eelco Dolstra | 1 | -2/+2 |
2008-06-09 | * Merged the no-bdb branch (-r10900:HEAD | Eelco Dolstra | 5 | -8/+78 |
2008-02-05 | * Doh. | Eelco Dolstra | 1 | -1/+1 |
2008-02-05 | * Regression test. | Eelco Dolstra | 2 | -2/+9 |
2008-01-04 | * New primop `unsafeDiscardStringContext' to get rid of string | Eelco Dolstra | 2 | -0/+7 |
2007-12-31 | (no commit message) | Eelco Dolstra | 2 | -1/+1 |
2007-12-30 | * Fix the hashDerivationModulo test. I should really investigate | Eelco Dolstra | 1 | -2/+4 |
2007-12-14 | * Another insane Mac OS X 10.5 compatibility hack. | Eelco Dolstra | 1 | -0/+14 |
2007-12-14 | * Mac OS X 10.5 compatibility: `echo -n foo' suddenly prints `-n foo' | Eelco Dolstra | 1 | -1/+1 |
2007-12-06 | * Syntax to escape '', ${. | Eelco Dolstra | 2 | -2/+8 |
2007-11-30 | * Added a new kind of multi-line string literal delimited by two | Eelco Dolstra | 2 | -0/+108 |
2007-11-29 | * nix-env -e: support uninstalling by path, so that one can say | Eelco Dolstra | 1 | -0/+11 |
2007-11-21 | * New primop `readFile' to get the contents of a file as a string. | Eelco Dolstra | 2 | -0/+2 |
2007-09-11 | * Test the impureEnvVars feature. | Eelco Dolstra | 3 | -0/+6 |
2007-09-04 | * nix-push / generate-patches: bzip the manifest. | Eelco Dolstra | 3 | -2/+5 |
2007-08-28 | * Doh! Broken test. | Eelco Dolstra | 1 | -3/+3 |
2007-08-28 | * Test case to show that parallel builds of different fixed-output | Eelco Dolstra | 3 | -1/+28 |
2007-08-18 | primop functions listToAttrs (+test), __isAttrs, __trace added | Marc Weber | 2 | -0/+9 |
2007-08-14 | * Hopefully this fixes the test on FreeBSD. | Eelco Dolstra | 2 | -3/+3 |
2007-08-13 | * A test for the nix-worker. | Eelco Dolstra | 4 | -2/+24 |
2007-08-13 | * Fix the tests. | Eelco Dolstra | 12 | -63/+67 |
2007-05-15 | * Allow empty argument lists in function definitions (e.g., `{}: | Eelco Dolstra | 2 | -0/+2 |
2007-02-21 | * Don't use $SHELL. | Eelco Dolstra | 3 | -10/+2 |
2007-01-29 | New primitives: | Eelco Dolstra | 6 | -4/+41 |
2007-01-15 | * builtins.filterSource: pass the type of the file ("regular", | Eelco Dolstra | 2 | -1/+5 |
2007-01-14 | * Don't forget the .flags files. | Eelco Dolstra | 1 | -1/+1 |
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | 4 | -1/+22 |
2007-01-13 | * Canonicalise ASTs in `nix-instantiate --eval': remove position | Eelco Dolstra | 4 | -4/+4 |
2006-12-12 | * New primop builtins.filterSource, which can be used to filter files | Eelco Dolstra | 3 | -1/+23 |
2006-12-12 | * New built-in function `builtins.attrNames' that returns the | Eelco Dolstra | 2 | -0/+12 |
2006-12-02 | * Clear NIX_REMOTE in the tests. | Eelco Dolstra | 1 | -0/+2 |
2006-10-19 | * Checks for allowedReferences and some other features. | Eelco Dolstra | 4 | -2/+100 |
2006-10-17 | * Another test. | Eelco Dolstra | 1 | -0/+1 |
2006-10-17 | * Fix the tests wrt the AST changes, i.e., Str(s) -> Str(s, []), and | Eelco Dolstra | 19 | -22/+22 |
2006-10-11 | * Removed URIs from the evaluator (NIX-66). They are now just another | Eelco Dolstra | 3 | -3/+3 |