]> asedeno.scripts.mit.edu Git - PuTTY.git/history - tree234.c
first pass
[PuTTY.git] / tree234.c
2013-07-11 Simon TathamFixes for the tree234 unit test: break its dependencies...
2006-12-30 Jacob NevinsPatch from Colin Watson intended to give a clean Unix...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-05-03 Simon TathamRemove diagnostics and attempt to work around VC compil...
2001-05-02 Simon TathamExtra diagnostics in the hope that we can track down...
2001-04-17 Simon TathamHaving now compiled the last few days' changes with...
2001-04-16 Simon Tathamcountnode234() should politely return 0 when passed...
2001-04-16 Simon TathamReplace PuTTY's 2-3-4 tree implementation with the...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-10-02 Simon TathamMake the new test suite's comment more accurate :-)
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