about summary refs log tree commit diff
path: root/src/expr.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-10-15 * Refactoring: move all database manipulation into store.cc.Eelco Dolstra1-7/+4
* Removed `--query --generators'.
2003-10-10 * Performance improvement: don't register already registered terms,Eelco Dolstra1-5/+8
thus greatly reducing the number of db transactions.
2003-10-08 * Get rid of identifiers since they are redundant now. This greatlyEelco Dolstra1-54/+21
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/+263
fstate -> Nix expression). * Fix src/test.cc.