7f21130e74bcd0f132cb9cb823eaad606a196859
[pspp-builds.git] / src / language / expressions / ChangeLog
1 Mon May  1 15:11:48 2006  Ben Pfaff  <blp@gnu.org>
2
3         Prohibit LAG following TEMPORARY.  This both matches SPSS behavior
4         and fixes a bug: we saved the cases for LAG before TEMPORARY but
5         allowed access to variables created afterward anyhow (which could
6         cause a segfault).
7
8         * generate.pl: Parse "perm_only" flag on operations.
9
10         * operations.def: Add "perm_only" flag to LAG operations.
11
12         * parse.c: Disallow OPF_PERM_ONLY operations after TEMPORARY.
13
14         * parse.inc.pl: Output OPF_PERM_ONLY flag for "perm_only"
15         operations.
16
17         * private.h: Add OPF_PERM_ONLY flag.
18
19 Sun Apr 23 22:06:45 2006  Ben Pfaff  <blp@gnu.org>
20
21         Continue reforming error message support.  In this phase, get rid
22         of message "titles" and put the message text in `struct error'.
23         Now `struct error' encapsulates a message more properly.
24         
25         * helpers.c: (expr_error) Use err_msg() instead of err_vmsg().
26         Format message ourselves.
27
28 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
29         
30         * Moved files from src directory