Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-21 | * GCC 4.3.0 (Fedora 9) compatibility fixes. Reported by Gour and | Eelco Dolstra | 1 | -0/+2 | |
Armijn Hemel. | |||||
2006-10-16 | * Big cleanup of the semantics of paths, strings, contexts, string | Eelco Dolstra | 1 | -0/+10 | |
concatenation and string coercion. This was a big mess (see e.g. NIX-67). Contexts are now folded into strings, so that they don't cause evaluation errors when they're not expected. The semantics of paths has been clarified (see nixexpr-ast.def). toString() and coerceToString() have been merged. Semantic change: paths are now copied to the store when they're in a concatenation (and in most other situations - that's the formalisation of the meaning of a path). So "foo " + ./bla evaluates to "foo /nix/store/hash...-bla", not "foo /path/to/current-dir/bla". This prevents accidental impurities, and is more consistent with the treatment of derivation outputs, e.g., `"foo " + bla' where `bla' is a derivation. (Here `bla' would be replaced by the output path of `bla'.) | |||||
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -6/+8 | |
* Optimise header file usage a bit. * Compile the parser as C++. | |||||
2004-11-03 | * string2ATerm -> overloaded toATerm. | Eelco Dolstra | 1 | -0/+12 | |
2004-10-29 | * Drop ATmake / ATMatcher also in handling store expressions. | Eelco Dolstra | 1 | -89/+0 | |
2003-11-25 | * Allow integer bindings in derivations. | Eelco Dolstra | 1 | -0/+12 | |
2003-11-18 | * "Nix expression" -> "store expression". | Eelco Dolstra | 1 | -0/+13 | |
* More refactoring. | |||||
2003-11-18 | * Source tree refactoring. | Eelco Dolstra | 1 | -0/+93 | |