aboutsummaryrefslogtreecommitdiff
path: root/tree234.c (unfollow)
Commit message (Expand)Author
2023-04-02Move other test main()s out of library source files.Simon Tatham
2023-02-18Fix missing statics and #includes on variables.Simon Tatham
2023-02-18Mark many more function (and some objects) staticBen Harris
2021-12-11tree234: avoid an uninitialised-variable warning.Simon Tatham
2021-12-11malloc.c: check allocation sizes against PTRDIFF_MAX.Simon Tatham
2021-05-25Build a lot of conditioned-out test and helper programs.Simon Tatham
2018-11-13Use C99 bool within source modules.Simon Tatham
2018-11-13Adopt C99 bool in the tree234 API.Simon Tatham
2010-04-18Patch from Ben Hutchings: explicitly initialise something which someSimon Tatham
2009-11-10Add a precautionary pair of initialisations to placate optimisers,Simon Tatham
2007-01-11Rather to my surprise given the amount of testing this code has had,Simon Tatham
2005-10-12Yikes! I've only just noticed that this copy of tree234.c was stillSimon Tatham