X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=TODO;h=5f4a0d30d62b51d67f872760c55fd94f06dadb77;hb=027eba771a7ef9d25e97f0026d6469ea34c06523;hp=7486135df0f3e85850cd365f63919e89d2e71715;hpb=4944c86a9318bc5b5578ab145a95c116ffd2c9fd;p=pspp-builds.git diff --git a/TODO b/TODO index 7486135d..5f4a0d30 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,14 @@ -Time-stamp: <1999-12-30 22:58:42 blp> +Time-stamp: <2003-12-27 12:03:42 blp> TODO ---- +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. + 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. @@ -55,10 +61,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().