(ds_read_line): Add argument to limit the length of the line to be
[pspp-builds.git] / src / libpspp / ChangeLog
index d237d1fe277ff4308af7292672f5aa1017730643..7f22461015354ef809cacf86114490aa0406032e 100644 (file)
@@ -1,3 +1,25 @@
+2008-02-18  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6426.  Thanks to John Darrington for review.
+
+       * str.c (ds_read_line): Add argument to limit the length of the
+       line to be read.  Update all callers.
+
+2008-02-01  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6386.  Thanks to John Darrington for review.
+
+       * str.c (str_format_26adic): New function.
+
+2007-12-24  John Darrington <john@darrington.wattle.id.au>
+
+        * taint.c (taint_destroy): Return true if pointer is null.
+
+2007-11-25  Ben Pfaff  <blp@gnu.org>
+
+       * float-format.c (assemble_number): Only store 32 bits for Z short
+       format.  Partial fix for bug #21590.
+
 2007-11-08  Ben Pfaff  <blp@gnu.org>
 
        * str.c (ds_read_stream): Change return value semantics to be more