X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=TODO;h=794ed43a4a50ea31999ffd824cf68eca7f03c6b3;hb=f500c9c2989d63465b9a93fe6f7e1600207681af;hp=09eb73c80f2b539efe6287189c8b094e4d974e1e;hpb=fa33e52b61bc3cb1018ad2759880f5ecaf65653e;p=pspp-builds.git diff --git a/TODO b/TODO index 09eb73c8..794ed43a 100644 --- a/TODO +++ b/TODO @@ -1,11 +1,13 @@ -Time-stamp: <2004-04-19 20:52:04 blp> +Time-stamp: <2004-05-31 13:14:29 blp> What Ben's working on now. -------------------------- -Update q2c input format description. +Workspace exhaustion heuristics. + +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 +20,12 @@ 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 @@ -368,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: