From: Ben Pfaff Date: Thu, 25 Mar 2004 03:53:20 +0000 (+0000) Subject: Add a list of what I'm working on now. X-Git-Tag: v0.4.0~305 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=564f1eac7ce351b863dba65b75d71fdf3c92b73e;p=pspp-builds.git Add a list of what I'm working on now. --- diff --git a/TODO b/TODO index 147f526a..c5a488fe 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,26 @@ -Time-stamp: <2004-03-20 19:16:04 blp> +Time-stamp: <2004-03-24 19:52:48 blp> + +What Ben's working on now. +-------------------------- + +Expression parser/optimizer/evaluator revisions: + + * Testing. + + * Add random distributions. + + * Get rid of Boolean/integer type mismatch errors. + +Procedures need to be able to make multiple passes. + +Write a better descriptive stats evaluator based on NR two-pass technique, +revise all existing code to use it. + +Update q2c input format description. + +Rewrite output subsystem, break into multiple processes. + +CROSSTABS needs to be re-examined. TODO ----