Add linked list library to PSPP.
authorBen Pfaff <blp@gnu.org>
Sat, 1 Jul 2006 22:34:26 +0000 (22:34 +0000)
committerBen Pfaff <blp@gnu.org>
Sat, 1 Jul 2006 22:34:26 +0000 (22:34 +0000)
commitdb8c531ad19eff86adbc11e5435f07d5f780ab4a
tree6b986815b9e2e810926b4b72984e82894816356c
parent3c74fd3cf9eb7f108adc9844577eba152d6e3749
Add linked list library to PSPP.
Reviewed by John Darrington, tested by Jason Stover.
ChangeLog
Makefile.am
src/libpspp/ChangeLog
src/libpspp/automake.mk
src/libpspp/ll.c [new file with mode: 0644]
src/libpspp/ll.h [new file with mode: 0644]
src/libpspp/llx.c [new file with mode: 0644]
src/libpspp/llx.h [new file with mode: 0644]
tests/automake.mk
tests/libpspp/ll-test.c [new file with mode: 0644]
tests/libpspp/llx-test.c [new file with mode: 0644]