X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fexpressions%2FChangeLog;h=18c9441f8ef08207ee428642c4deba4ea2d39fcd;hb=a9afcdd223cc1c1b7889601e405cff0bd47300d7;hp=a2bdf3858a94170e43882d5cd419ad8bea837488;hpb=b37457e4db3d02fbf1e41b24baf3248bf34a02d8;p=pspp-builds.git diff --git a/src/language/expressions/ChangeLog b/src/language/expressions/ChangeLog index a2bdf385..18c9441f 100644 --- a/src/language/expressions/ChangeLog +++ b/src/language/expressions/ChangeLog @@ -1,3 +1,37 @@ +2008-05-15 Ben Pfaff + + Patch #6512. + + * evaluate.c (expr_evaluate): Use gsl_finite instead of finite, as + a stopgap measure for portability until appropriate gnulib modules + are available. + + * helpers.h (copy_string): Ditto. + +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.