73c619ca2d26105ab58613475ef17ae32fda52e8
[pspp-builds.git] / src / expressions / ChangeLog
1 Sun Mar  6 10:47:13 2005  Ben Pfaff  <blp@gnu.org>
2
3         * operations.def: Add VALUE function.
4
5         * parse.c: (parse_function) Need an unary composite node for
6         variables in A TO B, not a variable node.  Use
7         allocate_unary_variable().
8         (parse_primary) Use allocate_unary_variable().
9         (allocate_unary_variable) New function.
10
11 Thu Mar  3 23:53:32 2005  Ben Pfaff  <blp@gnu.org>
12
13         * PSPP_expressions.pm: Renamed it back to generate.pl but fixed
14         the real problem that was preventing the build from a separate
15         directory.  I liked it my way better ;-)
16         
17 Thu Mar  3 23:17:51 2005  Ben Pfaff  <blp@gnu.org>
18
19         * parse.c: (expr_parse) Fix parameter type.  Thanks to John
20         Darrington <john@darrington.wattle.id.au> for reporting this bug.
21
22 Thu Mar  3 22:10:25 WST 2005 John Darrington <john@darrington.wattle.id.au>
23
24         * Makefile.am evaluate.h.pl evaluate.inc.pl operations.h.pl
25           optimize.inc.pl parse.inc.p:  
26
27           Renamed generate.pl to PSPP_expressions.pm and adjusted *.pl
28           to suit. 
29
30           Fixed everything so that it can be built from an arbitrary
31           directory.
32
33
34 Mon Feb 28 23:52:21 2005  Ben Pfaff  <blp@gnu.org>
35
36         * New directory.
37
38 ----------------------------------------------------------------------
39 Local Variables:
40 mode: change-log
41 version-control: never
42 End: