From: Ben Pfaff Date: Fri, 19 Dec 2003 07:02:52 +0000 (+0000) Subject: Update. X-Git-Tag: v0.4.0~424 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=5da3677581de0e41efa4dccb61a9bf82181e725d Update. --- diff --git a/TODO b/TODO index 7486135d..fd4bd689 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,11 @@ -Time-stamp: <1999-12-30 22:58:42 blp> +Time-stamp: <2003-12-15 22:51:49 blp> TODO ---- +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.