Change the magic number used to introduce a trie file, so that instead
[sgt/agedu] / trie.c
2012-12-08 simonChange the magic number used to introduce a trie file... master
2012-10-29 simonFix a memory access bug in the trie construction. When...
2010-04-25 simonMinor code cleanups suggested by NetBSD lint:
2009-06-29 simonAdd the --files option, to list individual files in...
2009-06-17 simonAfter incrementing an unsigned char value, don't cast...
2008-11-25 simonFix a segfault in the case where the entire recursive...
2008-11-07 simonWith the new cut-down index, my previous upper-bound...
2008-11-05 simonPortability enhancements to make better use of autoconf...
2008-11-02 simonRename malloc.c to alloc.c, and my master Makefile...
2008-11-02 simonInvent a cunning means of faking plausible atimes for...
2008-11-02 simonCentralise the program name into the main header file...
2008-11-02 simonProbably about time I had a central header file contain...
2008-11-01 simonFix the various issues centring around the anomaly...
2008-11-01 simonChange the index file format to explicitly indicate...
2008-11-01 simonPrepare to have a parametrisable path separator charact...
2008-10-29 simonInitial commit of a basically working but severely...