8e099a969e06cc72b1375ea12908900857415c06
[pspp-builds.git] / src / language / xforms / ChangeLog
1 Sat Dec  9 18:48:20 2006  Ben Pfaff  <blp@gnu.org>
2
3         * compute.c (struct compute_trns): Remove `fv' member, which was
4         redundant with `variable'.
5
6 Thu Nov 30 22:46:50 2006  Ben Pfaff  <blp@gnu.org>
7
8         * compute.c: Fix bug #17422, which reports that a variable created
9         by assignment in a COMPUTE command could not be used in the
10         computation expression.
11         (struct lvalue) Drop `var_name' member in favor of `variable'
12         pointer.  Add `is_new_variable' member to allow us to know whether
13         to delete the variable at destruction time, in case of an error.
14         (lvalue_parse) Create variable whose name is specified, if it does
15         not already exist, as a numeric variable.
16         (lvalue_get_type) Rewrite to work with revised lvalue structure.
17         New `dict' parameter, which propagates back up its call chain.
18         (lvalue_finalize) No need to create variable here since we did so
19         at parse time.
20         (lvalue_destroy) Destroy variable if `is_new_variable' set.
21
22 Sat Oct  7 11:04:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
23
24         * automake.mk fail.c: Added a debug transformation which always fails.
25
26 Sat May  6 16:02:55 2006  Ben Pfaff  <blp@gnu.org>
27
28         Get rid of `char *c' member in union value, for cleanliness.
29
30         * recode.c: (union recode_value) New union.
31         (struct map_in) Change x, y types to union recode_value.
32         (struct map_out) Change value type to union recode_value.
33         (find_src_string) Wrap data_in() call so it uses a real `union
34         value'.
35
36 Sat May  6 14:08:42 2006  Ben Pfaff  <blp@gnu.org>
37
38         * select-if.c (cmd_filter): Make FILTER without any further
39         keywords turn off filtering, with a warning, for compatibility.
40         Change errors from cascading failures to ordinary failures.  Check
41         for command terminator.
42
43 Sat May  6 13:25:57 2006  Ben Pfaff  <blp@gnu.org>
44
45         Continue reforming procedure execution.  In this phase, remove
46         PROCESS IF, which was deprecated anyway and can be easily
47         simulated with TEMPORARY followed by SELECT IF.
48
49         * select-if.c (cmd_process_if): Removed.
50         (global var process_if_expr) Removed, along with all references
51         globally.
52
53 Tue Apr 25 13:23:25 2006  Ben Pfaff  <blp@gnu.org>
54
55         * select-if.c (cmd_process_if): Use SW instead of MW for warning
56         associated with a syntax file command.
57
58 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
59         
60         * Moved files from src directory