Add CONST_CAST macro, for casting away "const" more safely.
[pspp] / src / libpspp / bt.c
2009-08-09 Ben PfaffAdd CONST_CAST macro, for casting away "const" more...
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-04-01 Ben PfaffNeed #include <limits.h>. Thanks to "John McCabe-Dansted"
2007-03-31 Ben PfaffAdd plain balanced tree structure. Patch #5827.