X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fxforms%2FChangeLog;h=19bcf2336c938d090c9901a37079394df4fb4990;hb=799e56c0e3a9911a860607e1c07caf2acf8cc9ef;hp=b48427d55252f2b78795eb7b05a9bb70ad12ff9b;hpb=aacb81b15f6b8b34def3ef7b76c7d069a64bc5d8;p=pspp diff --git a/src/language/xforms/ChangeLog b/src/language/xforms/ChangeLog index b48427d552..19bcf2336c 100644 --- a/src/language/xforms/ChangeLog +++ b/src/language/xforms/ChangeLog @@ -1,3 +1,17 @@ +Sat Oct 7 11:04:01 WST 2006 John Darrington + + * automake.mk fail.c: Added a debug transformation which always fails. + +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