Age | Commit message (Expand) | Author | Files | Lines |
2007-11-21 | * New primop `readFile' to get the contents of a file as a string. | Eelco Dolstra | 1 | -0/+12 |
2007-10-31 | * Documented multi-user Nix. | Eelco Dolstra | 1 | -0/+3 |
2007-10-26 | * "trace" primop: write the trace to standard error. | Eelco Dolstra | 1 | -6/+7 |
2007-10-09 | * listToAttrs: the list now should consist of {name, value} attribute | Eelco Dolstra | 1 | -28/+29 |
2007-09-18 | * Pass various options to the worker so that flags like -K or -j work | Eelco Dolstra | 1 | -2/+1 |
2007-09-17 | * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the | Eelco Dolstra | 1 | -2/+2 |
2007-08-18 | primop functions listToAttrs (+test), __isAttrs, __trace added | Marc Weber | 1 | -0/+53 |
2007-08-07 | * Don't allocate input files on the stack. | Eelco Dolstra | 1 | -14/+2 |
2007-05-16 | * New builtin function "isFunction". You're not supposed to use it | Eelco Dolstra | 2 | -1/+14 |
2007-05-15 | * Allow empty argument lists in function definitions (e.g., `{}: | Eelco Dolstra | 1 | -0/+1 |
2007-05-01 | * Give unpacked channels more sensible names than 0, 1, ... They now | Eelco Dolstra | 1 | -3/+12 |
2007-05-01 | * nix-env -i: instead of breaking package ties by version, break them | Eelco Dolstra | 2 | -0/+10 |
2007-04-16 | * New primop "throw <string>" to throw an error. This is like abort, | Eelco Dolstra | 3 | -0/+13 |
2007-02-27 | * Greatly reduced the amount of stack space used by the Nix expression | Eelco Dolstra | 1 | -188/+274 |
2007-02-27 | * When NIX_SHOW_STATS=1, show the amount of stack space consumed by | Eelco Dolstra | 1 | -2/+10 |
2007-02-02 | * nix-env now maintains meta info (from the `meta' derivation | Eelco Dolstra | 4 | -2/+17 |
2007-01-29 | * computeStorePathForText: take the references into account when | Eelco Dolstra | 1 | -1/+1 |
2007-01-29 | * Don't capitalise the primop functions. | Eelco Dolstra | 1 | -76/+81 |
2007-01-29 | * Organise primops.cc a bit better. | Eelco Dolstra | 1 | -321/+376 |
2007-01-29 | New primitives: | Eelco Dolstra | 1 | -1/+43 |
2007-01-29 | * filterSource: pass strings to the predicate function instead of | Eelco Dolstra | 1 | -1/+1 |
2007-01-15 | * Handle multiple indirect symlinks when loading a Nix expression. | Eelco Dolstra | 1 | -3/+6 |
2007-01-15 | * builtins.filterSource: pass the type of the file ("regular", | Eelco Dolstra | 1 | -1/+18 |
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | 3 | -2/+51 |
2007-01-13 | * Canonicalise ASTs in `nix-instantiate --eval': remove position | Eelco Dolstra | 2 | -0/+44 |
2007-01-13 | * Memoize strict evaluation. | Eelco Dolstra | 2 | -13/+29 |
2007-01-13 | * printTermAsXML: treat derivations specially; emit an element | Eelco Dolstra | 1 | -11/+55 |
2007-01-13 | * Make printing an expression as XML interruptible. | Eelco Dolstra | 2 | -0/+7 |
2007-01-13 | * Cleanup. | Eelco Dolstra | 5 | -15/+15 |
2006-12-13 | * Remove debug message. | Eelco Dolstra | 1 | -1/+0 |
2006-12-12 | * New primop builtins.filterSource, which can be used to filter files | Eelco Dolstra | 1 | -0/+38 |
2006-12-12 | * New built-in function `builtins.attrNames' that returns the | Eelco Dolstra | 1 | -0/+21 |
2006-12-02 | * Remove SwitchToOriginalUser, we're not going to need it anymore. | Eelco Dolstra | 1 | -2/+0 |
2006-12-01 | * Replace read-only calls to addTextToStore. | Eelco Dolstra | 1 | -1/+3 |
2006-12-01 | * Merge addToStore and addToStoreFixed. | Eelco Dolstra | 1 | -1/+4 |
2006-11-30 | * Put building in the store API. | Eelco Dolstra | 1 | -2/+1 |
2006-11-30 | * Refactoring. There is now an abstract interface class StoreAPI | Eelco Dolstra | 2 | -5/+5 |
2006-11-03 | * Fix importing of derivation outputs. | Eelco Dolstra | 1 | -2/+9 |
2006-10-23 | * Some better error messages. | Eelco Dolstra | 2 | -5/+12 |
2006-10-19 | * Better message. | Eelco Dolstra | 1 | -1/+1 |
2006-10-19 | * toFile: maintain the references. | Eelco Dolstra | 1 | -10/+4 |
2006-10-17 | * Backwards compatibility hack for user environments made by Nix <= 0.10. | Eelco Dolstra | 1 | -0/+7 |
2006-10-17 | * Backwards compatibility with old user environment manifests. | Eelco Dolstra | 1 | -1/+2 |
2006-10-17 | * Print out the offending path. | Eelco Dolstra | 1 | -2/+3 |
2006-10-17 | * An awful backwards compatibility hack. | Eelco Dolstra | 1 | -0/+24 |
2006-10-17 | * baseNameOf: paths don't have to be absolute. | Eelco Dolstra | 1 | -1/+1 |
2006-10-17 | * toPath: should be the identity on paths. | Eelco Dolstra | 1 | -3/+1 |
2006-10-17 | * dirOf: return a path if the argument is a path. | Eelco Dolstra | 1 | -2/+6 |
2006-10-17 | * toString: don't copy paths. So toString can be used to pass | Eelco Dolstra | 1 | -3/+4 |
2006-10-17 | * Do the path check on the normal form. | Eelco Dolstra | 1 | -2/+5 |