Add yet another expression test and fix the bugs it found.
[pspp-builds.git] / src / expressions / ChangeLog
index 94063e7acff932707325824c90c03b1bd3ca94f4..9de71dafe8c4c3b9c5bb83425b39952ecf7095fa 100644 (file)
@@ -1,3 +1,11 @@
+Sun Mar  6 19:33:24 2005  Ben Pfaff  <blp@gnu.org>
+
+       * operations.def: (VEC_ELEM_NUM) Treat user-missing values as
+       system-missing.
+
+       * parse.c: (parse_vector_element) Fix order of arguments in call
+       to expr_allocate_binary().
+
 Sun Mar  6 17:51:05 2005  Ben Pfaff  <blp@gnu.org>
 
        * optimize.c: (optimize_tree) Fix optimization bug for x**2.