Fix memory leaks.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index c0f3871ad9b3c5db4bc7b13567079f546e574274..794ed43a4a50ea31999ffd824cf68eca7f03c6b3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,11 @@
-Time-stamp: <2004-03-29 17:04:40 blp>
+Time-stamp: <2004-05-31 13:14:29 blp>
 
 What Ben's working on now.
 --------------------------
 
-Procedures need to be modified to make multiple passes and use the moments
-class.
+Workspace exhaustion heuristics.
+
+Does SET work correctly?
 
 Update q2c input format description.
 
@@ -19,6 +20,14 @@ other procedures).
 TODO
 ----
 
+Make valgrind --leak-check=yes --show-reachable=yes work.
+
+Add Boolean type.
+
+Add NOT_REACHED() macro.
+
+Add compression to casefiles.
+
 Expressions need to be able to abbreviate function names.  XDATE.QUARTER
 abbreviates to XDA.QUA, etc.
 
@@ -367,7 +376,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: