1 Sat Oct 7 11:04:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
3 * automake.mk fail.c: Added a debug transformation which always fails.
5 Sat May 6 16:02:55 2006 Ben Pfaff <blp@gnu.org>
7 Get rid of `char *c' member in union value, for cleanliness.
9 * recode.c: (union recode_value) New union.
10 (struct map_in) Change x, y types to union recode_value.
11 (struct map_out) Change value type to union recode_value.
12 (find_src_string) Wrap data_in() call so it uses a real `union
15 Sat May 6 14:08:42 2006 Ben Pfaff <blp@gnu.org>
17 * select-if.c (cmd_filter): Make FILTER without any further
18 keywords turn off filtering, with a warning, for compatibility.
19 Change errors from cascading failures to ordinary failures. Check
20 for command terminator.
22 Sat May 6 13:25:57 2006 Ben Pfaff <blp@gnu.org>
24 Continue reforming procedure execution. In this phase, remove
25 PROCESS IF, which was deprecated anyway and can be easily
26 simulated with TEMPORARY followed by SELECT IF.
28 * select-if.c (cmd_process_if): Removed.
29 (global var process_if_expr) Removed, along with all references
32 Tue Apr 25 13:23:25 2006 Ben Pfaff <blp@gnu.org>
34 * select-if.c (cmd_process_if): Use SW instead of MW for warning
35 associated with a syntax file command.
37 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
39 * Moved files from src directory