Fix a couple of code paths on which, if fxp_readdir returned an error,
[sgt/putty] / tree234.c
2013-07-11 simonFixes for the tree234 unit test: break its dependencies...
2006-12-30 jacobPatch from Colin Watson intended to give a clean Unix...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-05-03 simonRemove diagnostics and attempt to work around VC compil...
2001-05-02 simonExtra diagnostics in the hope that we can track down...
2001-04-17 simonHaving now compiled the last few days' changes with...
2001-04-16 simoncountnode234() should politely return 0 when passed...
2001-04-16 simonReplace PuTTY's 2-3-4 tree implementation with the...
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