Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-15 | * Refactoring: move all database manipulation into store.cc. | Eelco Dolstra | 1 | -7/+4 | |
* Removed `--query --generators'. | |||||
2003-10-10 | * Performance improvement: don't register already registered terms, | Eelco Dolstra | 1 | -5/+8 | |
thus greatly reducing the number of db transactions. | |||||
2003-10-08 | * Get rid of identifiers since they are redundant now. This greatly | Eelco Dolstra | 1 | -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 Dolstra | 1 | -0/+263 | |
fstate -> Nix expression). * Fix src/test.cc. |