Reworked very long string support for better encapsulation.
[pspp-builds.git] / src / language / expressions / ChangeLog
1 Sun May  7 10:05:42 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3         * evaluate.c: Removed call to copy_mangle, and replaced with the
4         original buf_copy_rpad.
5
6 Mon May  1 15:11:48 2006  Ben Pfaff  <blp@gnu.org>
7
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
11         cause a segfault).
12
13         * generate.pl: Parse "perm_only" flag on operations.
14
15         * operations.def: Add "perm_only" flag to LAG operations.
16
17         * parse.c: Disallow OPF_PERM_ONLY operations after TEMPORARY.
18
19         * parse.inc.pl: Output OPF_PERM_ONLY flag for "perm_only"
20         operations.
21
22         * private.h: Add OPF_PERM_ONLY flag.
23
24 Sun Apr 23 22:06:45 2006  Ben Pfaff  <blp@gnu.org>
25
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.
29         
30         * helpers.c: (expr_error) Use err_msg() instead of err_vmsg().
31         Format message ourselves.
32
33 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
34         
35         * Moved files from src directory