Check for posix_fadvise, update TODO.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 7fb66b1deaf50320332571822d0da7b4a045bc65..d3adff4a07a9c69394f39a0ff3a364b6950b7940 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,36 @@
-Time-stamp: <2004-03-14 22:12:02 blp>
+Time-stamp: <2004-03-29 15:22:28 blp>
+
+What Ben's working on now.
+--------------------------
+
+Procedures need to be modified to make multiple passes and use the moments
+class.
+
+Update q2c input format description.
+
+Rewrite output subsystem, break into multiple processes.
+
+CROSSTABS needs to be re-examined.
+
+RANK, which is needed for the Wilcoxon signed-rank statistic, Mann-Whitney U,
+Kruskal-Wallis on NPAR TESTS and for Spearman (in another procedure).
 
 TODO
 ----
 
+Expressions need to be able to abbreviate function names.  XDATE.QUARTER
+abbreviates to XDA.QUA, etc.
+
+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,
+probably by just backing up the "current position" in the command buffer.
+
 Scratch variables should not be available for use following TEMPORARY.
 
 Details of N OF CASES, SAMPLE, FILTER, PROCESS IF, TEMPORARY, etc., need to be
@@ -16,8 +44,6 @@ In debug mode hash table code should verify that collisions are reasonably low.
 
 Use posix_fadvise(POSIX_FADV_SEQUENTIAL) where available.
 
-random.c should not know about set_seed.
-
 Use AFM files instead of Groff font files, and include AFMs for our default
 fonts with the distribution.
 
@@ -73,11 +99,6 @@ Eliminate private data in struct variable through use of pointers.
 
 Fix som_columns().
 
-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.  This would vastly simplify the
-(yet-to-be-implemented) logging mechanism and other stuff as well.
-
 Has glob.c been pared down enough?
 
 Improve interactivity of output by allowing a `commit' function for a page.