X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2FChangeLog;h=dc3941f8ca28bf0d9eba0580c746863493fca55c;hb=29e712969d0d5bc1ee20458309dee7df2c38f1ae;hp=f8dee811d6825272954cc8a3fe5964ff1660c67d;hpb=e960014e8e7990f140b3e118b10ab95ff5870723;p=pspp-builds.git diff --git a/src/language/xforms/ChangeLog b/src/language/xforms/ChangeLog index f8dee811..dc3941f8 100644 --- a/src/language/xforms/ChangeLog +++ b/src/language/xforms/ChangeLog @@ -1,3 +1,30 @@ +Sat May 6 16:02:55 2006 Ben Pfaff + + Get rid of `char *c' member in union value, for cleanliness. + + * recode.c: (union recode_value) New union. + (struct map_in) Change x, y types to union recode_value. + (struct map_out) Change value type to union recode_value. + (find_src_string) Wrap data_in() call so it uses a real `union + value'. + +Sat May 6 14:08:42 2006 Ben Pfaff + + * select-if.c (cmd_filter): Make FILTER without any further + keywords turn off filtering, with a warning, for compatibility. + Change errors from cascading failures to ordinary failures. Check + for command terminator. + +Sat May 6 13:25:57 2006 Ben Pfaff + + Continue reforming procedure execution. In this phase, remove + PROCESS IF, which was deprecated anyway and can be easily + simulated with TEMPORARY followed by SELECT IF. + + * select-if.c (cmd_process_if): Removed. + (global var process_if_expr) Removed, along with all references + globally. + Tue Apr 25 13:23:25 2006 Ben Pfaff * select-if.c (cmd_process_if): Use SW instead of MW for warning