]> asedeno.scripts.mit.edu Git - PuTTY.git/history - tree234.c
Deletion case 2c can shift the root; case 3b is not the only case that
[PuTTY.git] / tree234.c
2000-10-02 Simon TathamDeletion case 2c can shift the root; case 3b is not...
2000-10-02 Simon TathamShiny new test harness for the 2-3-4 tree
2000-09-28 Simon TathamKeep parent pointers valid during deletion
2000-09-26 Simon TathamFix tree corruption in the "really easy" case on deletion
2000-09-26 Simon TathamFix a small bug in 2-3-4 tree enumeration
2000-09-15 Simon TathamDelete should be void not void *; also use correct...
2000-09-14 Simon Tatham2-3-4 tree routines