Added the ability to resize string variables from the GUI. Thanks to
[pspp-builds.git] / src / language / lexer / ChangeLog
index c10e681b4ca628d71bbf62a8a246416a9c88c259..fdc293758c0b2346c2104615e53caca7618a9263 100644 (file)
@@ -1,3 +1,25 @@
+2007-06-03  Ben Pfaff  <blp@gnu.org>
+
+       Implement missing functions for subcommand integer lists.
+       
+       * subcommand-list.c (subc_list_int_create): New function.
+       (subc_list_int_push): New function.
+       (subc_list_int_count): New function.
+       (subc_list_int_at): New function.
+       (subc_list_int_destroy): New function.
+
+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.