"casewindow" data structure that extends the deque (from libpspp) of
[pspp-builds.git] / src / data / ChangeLog
index 554148ff88947ebb52e8dfd63a85b0e199298ad3..1e723f113427089fff06f07b24090d8e35666b1f 100644 (file)
@@ -1,3 +1,15 @@
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       "casewindow" data structure that extends the deque (from libpspp)
+       of cases with the ability to dump cases to disk if we get too many
+       of them in memory.
+
+       * automake.mk: Add new files.
+
+       * casewindow.c: New file.
+
+       * casewindow.h: New file.
+
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
        sparse_cases data structure that augments a sparse_array of cases