* compute-dialog.c (function_list_populate): Use new accessor
[pspp-builds.git] / src / language / expressions / ChangeLog
index a55b977f863d8c1ccefc8ea275e0b941edd90490..a2bdf3858a94170e43882d5cd419ad8bea837488 100644 (file)
@@ -1,4 +1,22 @@
-Wed Dec 13 19:33:52 2006  Ben Pfaff  <blp@gnu.org>
+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
+       compatibility.  Thanks to Daniel Williams
+       <Daniel.E.Williams@state.or.us> for reporting this bug.
 
 Wed Dec 13 19:30:26 2006  Ben Pfaff  <blp@gnu.org>