Update.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 8d1c99f88edda923530153110e6d7b2b0fae1d1a..67850298a6174bc83bff6159ae02253566365274 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,20 @@
-Time-stamp: <2006-04-26 15:15:36 blp>
+Time-stamp: <2006-05-04 20:39:17 blp>
+
+Procedure processing:
+
+* Should not need temporary casefile in the common case.
+
+* All of the procedure_*() variants can (and should) be implemented in terms of
+  a variant that provides "proc_func" plus an "end_func" called after all
+  processing is complete.
+
+* The "split" variants should not dump the splits to the output file
+  automatically.  There is no need for the procedure code to talk to the output
+  manager.
+
+* LAG need not be as much of a special case.
+
+* Change sources into state machines?
 
 Get rid of need for GNU diff in `make check'.