X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=fa97f215ed69598f5fd7fe0909b4c9c80bdce7e5;hb=f88c997cea8d197c66095ccad2289e887603cc42;hp=fd4bd6891166bdce143e518cc6116a1d96c54c2a;hpb=5da3677581de0e41efa4dccb61a9bf82181e725d;p=pspp diff --git a/TODO b/TODO index fd4bd68911..fa97f215ed 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,13 @@ -Time-stamp: <2003-12-15 22:51:49 blp> +Time-stamp: <2004-02-03 18:31:06 blp> TODO ---- +random.c should not know about set_seed. + +Probably should get rid of approx.h. The user really needs to be responsible +for his own precision. + Use AFM files instead of Groff font files, and include AFMs for our default fonts with the distribution. @@ -58,10 +63,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().