Eliminate temp_case, and a few other cleanups.
[pspp-builds.git] / TODO
diff --git a/TODO b/TODO
index 7486135df0f3e85850cd365f63919e89d2e71715..a4c5c7c25ee20a61c1d6fb3ae98480ed39427944 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,11 +1,16 @@
-Time-stamp: <1999-12-30 22:58:42 blp>
+Time-stamp: <2004-03-05 15:22:29 blp>
 
 TODO
 ----
 
-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.
+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.
 
 Add libplot output driver.  Suggested by Robert S. Maier
 <rsm@math.arizona.edu>: "it produces output in idraw-editable PS format, PCL5
@@ -55,10 +60,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().