Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support ALL)
[pspp-builds.git] / src / language / lexer / ChangeLog
index 3d5768b61058660f74da1843ad877d312ac91e45..fbab8e4bb140f3e7cec3758a11de0b570b97bdf2 100644 (file)
@@ -1,3 +1,18 @@
+Tue Jul  4 09:45:12 2006  Ben Pfaff  <blp@gnu.org>
+
+       Fix bug #15766 (/KEEP subcommand on SAVE doesn't fully support
+       ALL) and additional underlying system file issues.
+       
+       * variable-parser.c (add_variable): Move test earlier for clarity
+       and efficiency.
+       (parse_var_set_vars) Accept ALL within a variable list, not just
+       at the beginning of one.
+
+Tue Jun 27 22:54:30 2006  Ben Pfaff  <blp@gnu.org>
+
+       * automake.mk (src_language_lexer_liblexer_a_SOURCES): Add
+       variable-parser.h.
+
 Tue Jun 27 19:15:33 2006  Ben Pfaff  <blp@gnu.org>
 
        Add auxiliary data pointer to q2c parse_<command> function, and