X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=1048b6c0d32f9fdf2373d3bd0391e573e7185005;hb=97d6c6f6b1922621ca013668eba9a9a9f71d60fe;hp=147f526a4bc9b56e9074c179a04e6ceb637577b9;hpb=b996647adb40b2b51f888c8e755d5f5f2c15cb37;p=pspp diff --git a/TODO b/TODO index 147f526a4b..1048b6c0d3 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,27 @@ -Time-stamp: <2004-03-20 19:16:04 blp> +Time-stamp: <2004-03-26 00:07:35 blp> + +What Ben's working on now. +-------------------------- + +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 ---- +The expression tests need tests for XDATE and a few others, see +tests/xforms/expressions.sh comments for details. + +Expressions need random distribution functions. + There needs to be another layer onto the lexer, which should probably be entirely rewritten anyway. The lexer needs to read entire *commands* at a time, not just a *line* at a time. It also needs to support arbitrary putback,