X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2FChangeLog;h=a59accb6b826cd6bee664b1eb77f3dba0f9d452f;hb=6882ff1359de0c4812a62e1bfcdfbf8e68474de5;hp=98df4a36e43af697f9ac6ac697ab1f7e09eebf5e;hpb=115c7ddfdd16e742de67b00844d0d09e11c88d5f;p=pspp diff --git a/src/language/expressions/ChangeLog b/src/language/expressions/ChangeLog index 98df4a36e4..a59accb6b8 100644 --- a/src/language/expressions/ChangeLog +++ b/src/language/expressions/ChangeLog @@ -1,3 +1,41 @@ +2007-10-12 Ben Pfaff + + Patch #6224. + + * helpers.c: Don't need our own trunc function implementation + anymore, since we now use the one from gnulib. + +2007-07-17 Ben Pfaff + + Patch #19335. Reviewed by John Darrington. + + * evaluate.h.pl: Use strict and all warnings. Fix warnings that + this triggers. + + * evaluate.inc.pl: Ditto. + + * generate.pl: Ditto. + + * operations.h.pl: Ditto. + + * optimize.inc.pl: Ditto. + + * parse.inc.pl: Ditto. + +2007-04-15 Ben Pfaff + + * parse.c (expr_get_function): New function. + (expr_get_function_cnt): New function. + (expr_operation_get_name): New function. + (expr_operation_get_prototype): New function. + (expr_operation_get_arg_cnt): New function. + +Thu Feb 1 06:59:27 2007 Ben Pfaff + + * parse.c (parse_function): Accept TO in any case for use with + n-ary functions. Fixes bug #18923. Thanks to John Darrington for + reporting this bug. + Sat Dec 16 12:20:14 2006 Ben Pfaff * operations.def: Reverse order of arguments to DATEDIFF, for