about summary refs log tree commit diff
path: root/src/references.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-20 * Argh, another short-write problem. Added wrappers aroundEelco Dolstra1-4/+3
read()/write() to fix this once and for all.
2003-07-15 * The new normaliser now passes the unit tests.Eelco Dolstra1-16/+28
2003-07-14 * After building, scan for actual file system references asEelco Dolstra1-0/+98
opposed to declared references. This prunes the reference graph, thus allowing better garbage collection and more efficient derivate distribution.