Use strict and all warnings. Fix warnings that this triggers.
[pspp] / src / language / expressions / ChangeLog
index 98df4a36e43af697f9ac6ac697ab1f7e09eebf5e..a5895b66a9da8d4f2e46678e312856145c6f430b 100644 (file)
@@ -1,3 +1,34 @@
+2007-07-17  Ben Pfaff  <blp@gnu.org>
+
+       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  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
+
+       * 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  <blp@gnu.org>
 
        * operations.def: Reverse order of arguments to DATEDIFF, for