X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2FChangeLog;h=ab68d8ca94128844bdaea66a9435bd4a826c14e7;hb=84e4d346b557748b62d43158c1b50f655e357f9f;hp=7f21130e74bcd0f132cb9cb823eaad606a196859;hpb=ca31bef58d82ef1dfdb00a7a65667608ddc6ec9f;p=pspp diff --git a/src/language/expressions/ChangeLog b/src/language/expressions/ChangeLog index 7f21130e74..ab68d8ca94 100644 --- a/src/language/expressions/ChangeLog +++ b/src/language/expressions/ChangeLog @@ -1,3 +1,20 @@ +Wed Jul 12 21:03:17 2006 Ben Pfaff + + * evaluate.c (cmd_debug_evaluate): Don't try to resize a null + case. + +Fri Jun 9 13:59:15 2006 Ben Pfaff + + Reform string library. + + * generate.pl (init_all_types): `struct fixed_string' is now + `struct substring'. + +Sun May 7 10:05:42 WST 2006 John Darrington + + * evaluate.c: Removed call to copy_mangle, and replaced with the + original buf_copy_rpad. + Mon May 1 15:11:48 2006 Ben Pfaff Prohibit LAG following TEMPORARY. This both matches SPSS behavior