sparse-array: Use __builtin_ctzl on GCC 4.0 or later, as an optimization.
[pspp-builds.git] / src / libpspp / heap.c
2007-07-07 Ben PfaffChange license from GPLv2+ to GPLv3+.
2007-06-08 John DarringtonDelete trailing whitespace at end of lines.
2007-01-10 Ben PfaffAdd heap data structure to src/libpspp, and a test...