X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2FChangeLog;h=7f21130e74bcd0f132cb9cb823eaad606a196859;hb=aacb81b15f6b8b34def3ef7b76c7d069a64bc5d8;hp=5b04f9ffdb49806ca7b1b92c47a371708da4ba56;hpb=9c8c1170e3b3cb59f9bf8fe6b27ecba7067b8cfa;p=pspp diff --git a/src/language/expressions/ChangeLog b/src/language/expressions/ChangeLog index 5b04f9ffdb..7f21130e74 100644 --- a/src/language/expressions/ChangeLog +++ b/src/language/expressions/ChangeLog @@ -1,3 +1,21 @@ +Mon May 1 15:11:48 2006 Ben Pfaff + + Prohibit LAG following TEMPORARY. This both matches SPSS behavior + and fixes a bug: we saved the cases for LAG before TEMPORARY but + allowed access to variables created afterward anyhow (which could + cause a segfault). + + * generate.pl: Parse "perm_only" flag on operations. + + * operations.def: Add "perm_only" flag to LAG operations. + + * parse.c: Disallow OPF_PERM_ONLY operations after TEMPORARY. + + * parse.inc.pl: Output OPF_PERM_ONLY flag for "perm_only" + operations. + + * private.h: Add OPF_PERM_ONLY flag. + Sun Apr 23 22:06:45 2006 Ben Pfaff Continue reforming error message support. In this phase, get rid