From 2c9e93d6e9fbdf4eccb2d43050884f2f707ad126 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 20 Mar 2004 21:56:16 +0000 Subject: [PATCH] Update TODO. --- ChangeLog | 4 ++++ TODO | 14 ++++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6616c85a..6620ea6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Mar 20 13:55:36 2004 Ben Pfaff + + * TODO: Updated. + Wed Feb 11 23:54:15 2004 Ben Pfaff * pref.h.orig: Don't meddle with __WIN32__, __MSDOS, __DJGPP__, diff --git a/TODO b/TODO index 0071c4b0..f3c4a46b 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,15 @@ -Time-stamp: <2004-03-14 22:12:02 blp> +Time-stamp: <2004-03-20 10:33:19 blp> TODO ---- +Write DATE, USE. + +There needs to be another layer onto the lexer, which should probably be +entirely rewritten anyway. The lexer needs to read entire *commands* at a +time, not just a *line* at a time. It also needs to support arbitrary putback, +probably by just backing up the "current position" in the command buffer. + Scratch variables should not be available for use following TEMPORARY. Details of N OF CASES, SAMPLE, FILTER, PROCESS IF, TEMPORARY, etc., need to be @@ -71,11 +78,6 @@ Eliminate private data in struct variable through use of pointers. Fix som_columns(). -There needs to be another layer onto the lexer, which should probably be -entirely rewritten anyway. The lexer needs to read entire *commands* at a -time, not just a *line* at a time. This would vastly simplify the -(yet-to-be-implemented) logging mechanism and other stuff as well. - Has glob.c been pared down enough? Improve interactivity of output by allowing a `commit' function for a page. -- 2.30.2