Beginning of VFM cleanup.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index fd4bd6891166bdce143e518cc6116a1d96c54c2a..9eba34965b903668d9a6127c6dcddeff90a607ad 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,15 +1,15 @@
-Time-stamp: <2003-12-15 22:51:49 blp>
+Time-stamp: <2004-02-24 19:22:15 blp>
 
 TODO
 ----
 
+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.
 
-The way that data-in.c and data-out.c deal with strings is wrong.  Instead of
-the way it's done now, we should make it dynamically allocate a buffer and
-return a pointer to it.  This is a much safer interface.
-
 Add libplot output driver.  Suggested by Robert S. Maier
 <rsm@math.arizona.edu>: "it produces output in idraw-editable PS format, PCL5
 format, xfig-editable format, Illustrator format,..., and can draw vector
@@ -58,10 +58,6 @@ Remove ccase * argument from procfunc argument to procedure().
 
 See if process_active_file() has wider applicability.
 
-Looks like there's a potential problem with value labels--we use free_val_lab
-from avl_destroy(), but free_val_lab doesn't decrement the reference count, it
-just frees the label.  Check into this sometime soon.
-
 Eliminate private data in struct variable through use of pointers.
 
 Fix som_columns().