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