Reform string library.
[pspp-builds.git] / src / data / ChangeLog
index 329c688b9d4d0ff1ec3b8bf784a9dca04d444199..238601c6d9bd838d6e8076580fb20dcd5c7a9c1e 100644 (file)
@@ -1,3 +1,27 @@
+Fri Jun  9 12:20:09 2006  Ben Pfaff  <blp@gnu.org>
+
+       Reform string library.
+       
+       * file-name.c (fn_interp_vars): Change interface to take a
+       substring as input.  Updated all users.
+       
+Fri Jun  9 12:11:24 2006  Ben Pfaff  <blp@gnu.org>
+
+       * format.c (measure_is_valid): Really return false when m >=
+       n_MEASURES.
+
+Tue Jun  6 18:46:26 2006  Ben Pfaff  <blp@gnu.org>
+
+       Implement random access to casefiles, for use in GUI.
+       
+       * casefile.c: (struct casereader) Add `random', `file_ofs',
+       `buffer_ofs' members.
+       (casefile_get_random_reader) New function.
+       (read_open_file) Break part into new function
+       seek_and_fill_buffer().
+       (fill_buffer) Update buffer_ofs, file_ofs.
+       (casereader_seek) New function.
+
 Tue May 30 19:52:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * settings.c: Added call to i18n{done, init}.