Abstract the documents within a dictionary a little better. Thanks to
[pspp-builds.git] / src / language / lexer / ChangeLog
index 8d69b868f7feb75660863a8c3e083f10922dea4d..792bf087757b1a23c71cb2b54c4bfc7b72816e3d 100644 (file)
@@ -1,3 +1,25 @@
+2007-05-06  Ben Pfaff  <blp@gnu.org>
+
+       Abstract the documents within a dictionary a little better.
+       Thanks to John Darrington for suggestion, initial version, and
+       review.  Patch #5917.
+
+       * lexer.c (lex_entire_line): Add const to parameter.
+       (lex_entire_line_ds): Ditto.
+       (lex_rest_of_line): Drop end_dot parameter.  Update all callers to
+       use lex_end_dot instead.
+       (lex_end_dot): New function.
+
+2007-05-03  John Darrington <john@darrington.wattle.id.au>
+       
+       * lexer.c lexer.h: Added lex_is_string function.
+       
+2007-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * q2c.c: Fully support lists of integer values.  Add support for
+       lists of string values.  Add some more needed declarations to
+       headers.
+
 Fri Feb 16 11:14:42 2007  Ben Pfaff  <blp@gnu.org>
 
        Better support cross-compiling by using CC_FOR_BUILD and