Fully implement arbitrary delimiters on DATA LIST, extending the half
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 9ee232b6d9f8373f8a12f9d25ed6788a50ddd41b..fb3d8c7e98978ec6c19e130c3fe1e8a3b743e09b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,11 @@
-Time-stamp: <2004-04-06 21:56:37 blp>
+Time-stamp: <2004-05-30 18:09:06 blp>
 
 What Ben's working on now.
 --------------------------
 
-Update q2c input format description.
+Does SET work correctly?
 
-Fix portable file description in documentation, bring code in sync.
+Update q2c input format description.
 
 Rewrite output subsystem, break into multiple processes.
 
@@ -18,6 +18,8 @@ other procedures).
 TODO
 ----
 
+Add compression to casefiles.
+
 Expressions need to be able to abbreviate function names.  XDATE.QUARTER
 abbreviates to XDA.QUA, etc.
 
@@ -366,7 +368,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: