Implemented the RANK command.
[pspp-builds.git] / src / language / xforms / ChangeLog
1 Sat Oct  7 11:04:01 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3         * automake.mk fail.c: Added a debug transformation which always fails.
4
5 Sat May  6 16:02:55 2006  Ben Pfaff  <blp@gnu.org>
6
7         Get rid of `char *c' member in union value, for cleanliness.
8
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
13         value'.
14
15 Sat May  6 14:08:42 2006  Ben Pfaff  <blp@gnu.org>
16
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.
21
22 Sat May  6 13:25:57 2006  Ben Pfaff  <blp@gnu.org>
23
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.
27
28         * select-if.c (cmd_process_if): Removed.
29         (global var process_if_expr) Removed, along with all references
30         globally.
31
32 Tue Apr 25 13:23:25 2006  Ben Pfaff  <blp@gnu.org>
33
34         * select-if.c (cmd_process_if): Use SW instead of MW for warning
35         associated with a syntax file command.
36
37 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
38         
39         * Moved files from src directory