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