X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=33f5f5f1aebce3b018f929e01d731381bbae3506;hb=30728b09540b323fef43b23dd5f1e4d1e8298c92;hp=e4e5014fe12ad4f62cbec014eded8e808930ba88;hpb=3fc7b08b53d3a07385327d6f2aff11a2f9abce08;p=pspp-builds.git diff --git a/src/ChangeLog b/src/ChangeLog index e4e5014f..33f5f5f1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +Wed Apr 26 12:58:46 2006 Ben Pfaff + + Improve the way we handle the various parsing "states". Until now + we've hard-coded the state transitions in the command definition + file, but that's error-prone and, worse, it's redundant--we can + figure out what state we're in anyhow. We can cleanly handle + INPUT PROGRAM and FILE TYPE with a nested command-processing loop. + + * procedure.c (case_source_is_complex): Removed. + (discard_variables) No need to set pgm_state anymore. + Tue Apr 25 11:06:49 2006 Ben Pfaff Finish reforming error message support. In this phase, move