Fix invalid read when fetching sys files with very long string variables.
[pspp-builds.git] / src / data / ChangeLog
index 5369faa8b7e9318c057a4a8edf064c8a155c2183..63bdd402d1a5675aa667344e55c028cbca1e8fb3 100644 (file)
@@ -1,3 +1,23 @@
+Thu May  4 13:47:06 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * sys-file-reader.c: Fixed invalid read problems.
+
+Tue May  2 15:57:10 2006  Ben Pfaff  <blp@gnu.org>
+
+       * storage-stream.c: Add missing function comments.
+
+Tue May  2 15:50:21 2006  Ben Pfaff  <blp@gnu.org>
+
+       Continue reforming procedure execution.  In this phase, add some
+       new, needed functionality to storage-stream.
+
+       * storage-stream.c: (storage_source_decapsulate) New function.
+
+Tue May  2 15:43:36 2006  Ben Pfaff  <blp@gnu.org>
+
+       * variable.c (width_to_bytes): Declarations must precede
+       statements for C90 compliance.
+
 Tue May  2 10:42:05 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * data-out.c, data-in.c, variable.c, variable.h: New functions