X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=13f839f08f8bc3f34637db7db2514846c4d09dcc;hb=b0bf9b1b0f727fafac4296a048e3f45db5936f81;hp=8d1c99f88edda923530153110e6d7b2b0fae1d1a;hpb=2766c2d47448010527d52dd304213d0bb563dd00;p=pspp-builds.git diff --git a/TODO b/TODO index 8d1c99f8..13f839f0 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,18 @@ -Time-stamp: <2006-04-26 15:15:36 blp> +Time-stamp: <2006-05-03 22:28:57 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. Get rid of need for GNU diff in `make check'.