Make memory management uniform: _everything_ now goes through the
[u/mdw/putty] / tree234.c
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-02 simonMake the new test suite's comment more accurate :-)
2000-10-02 simonDeletion case 2c can shift the root; case 3b is not...
2000-10-02 simonShiny new test harness for the 2-3-4 tree
2000-09-28 simonKeep parent pointers valid during deletion
2000-09-26 simonFix tree corruption in the "really easy" case on deletion
2000-09-26 simonFix a small bug in 2-3-4 tree enumeration
2000-09-15 simonDelete should be void not void *; also use correct...
2000-09-14 simon2-3-4 tree routines