about summary refs log tree commit diff
path: root/src/expr.hh
AgeCommit message (Collapse)AuthorFilesLines
2003-10-16 * Substitutes and nix-pull now work again.Eelco Dolstra1-3/+0
* Fixed a segfault caused by the buffering of stderr. * Fix now allows the specification of the full output path. This should be used with great care, since it by-passes the normal hash generation. * Incremented the version number to 0.4 (prerelease).
2003-10-08 * Get rid of identifiers since they are redundant now. This greatlyEelco Dolstra1-14/+10
simplifies stuff. * The format of Nix expressions and the database schema changed because of this, so it's best to delete old Nix installations.
2003-10-07 * Synchronise terminology with the ICSE paper (e.g., slice -> closure,Eelco Dolstra1-0/+73
fstate -> Nix expression). * Fix src/test.cc.