Fix typo.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 241e606749d44a003d5ebb5d766c8a482d0bb0ef..5a77a93081c5cea4cdfa01519bc237811d2f0f4f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,8 @@
-Time-stamp: <2004-03-29 16:56:25 blp>
+Time-stamp: <2004-04-24 22:23:04 blp>
 
 What Ben's working on now.
 --------------------------
 
-Procedures need to be modified to make multiple passes and use the moments
-class.
-
 Update q2c input format description.
 
 Rewrite output subsystem, break into multiple processes.
@@ -19,6 +16,8 @@ other procedures).
 TODO
 ----
 
+Add compression to casefiles.
+
 Expressions need to be able to abbreviate function names.  XDATE.QUARTER
 abbreviates to XDA.QUA, etc.
 
@@ -43,8 +42,6 @@ strd.itl.nist.gov/div898/strd
 
 In debug mode hash table code should verify that collisions are reasonably low.
 
-Use posix_fadvise(POSIX_FADV_SEQUENTIAL) where available.
-
 Use AFM files instead of Groff font files, and include AFMs for our default
 fonts with the distribution.
 
@@ -369,7 +366,7 @@ For each case we read from the input program:
 3. Write case to replacement active file.
 4. Execute temporary transformations.  If these drop the case, stop.
 5. Post-TEMPORARY N OF CASES.  If we have already analyzed N cases, stop.
-6. FILTER, PROCESS IF.  If these drop the case, go to 5.
+6. FILTER, PROCESS IF.  If these drop the case, stop.
 7. Pass case to procedure.
 
 Ugly cases: