Added CFLAGS for more compiler warnings/errors
qtree: Enabled item removal while iterating
Merge branch 'master' into sf.net
Replaced an int with an enum, minor code and co...
bsearch: removed duplicate comparison, improved...
qtree, vmap: Loop & flow control improvements
Added CFLAGS for more compiler warnings/errors
qtree, vmap: Loop & flow control improvements
Fixed comments broken in the last commit
Replaced an int with an enum, minor code and co...
bsearch.h: prototype for bsearch_uint64() fixed
Improvement of implementation details; vmap_ins...
Function names changed for better consistency
typedefs for return codes and function pointers...
some more minor code cleanups
code cleanup for clarity and readability
New simplified iterator implementation for QTree
vmap: added vmap_unlinknode(...)
BUGFIX: non-root insert skips initialization of...
added qtree_clear(...) and vmap_clear(...)
experimental; added more support for static mem...
added functions for handling preallocated tree ...
fixed the version info in the source code comme...
added qtree_insertnode(...), changed existing k...
corrected version strings, header comments, etc.
Initial commit - qtree, vmap, bsearch and a bas...