Add heap data structure to src/libpspp, and a test to tests/libpspp.
authorBen Pfaff <blp@gnu.org>
Wed, 10 Jan 2007 14:50:16 +0000 (14:50 +0000)
committerBen Pfaff <blp@gnu.org>
Wed, 10 Jan 2007 14:50:16 +0000 (14:50 +0000)
commit756e3feab0a2dab6be0a96164079fce2a2d8f9b4
treeb0d9b4fecfd24defeb32ef258a29131b0bb13e19
parent4517b68e7248f22e7b7ed81f0d73179351a53047
Add heap data structure to src/libpspp, and a test to tests/libpspp.
Thanks to John Darrington for review.
src/libpspp/ChangeLog
src/libpspp/automake.mk
src/libpspp/heap.c [new file with mode: 0644]
src/libpspp/heap.h [new file with mode: 0644]
tests/ChangeLog
tests/automake.mk
tests/libpspp/heap-test.c [new file with mode: 0644]