Patch #6441. Reviewed by John Darrington.
[pspp-builds.git] / src / data / ChangeLog
index 9c68bb3b9bf8d46cd9872d75e13bb124a29c1e48..bde3036092fb2a4a4307d55bd748fbf5f7b42bfa 100644 (file)
@@ -1,3 +1,20 @@
+2008-03-04  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6441.  Reviewed by John Darrington.
+
+       * format.c (fmt_fix): New function.
+       (fmt_fix_input): New function.
+       (fmt_fix_output): New function.
+
+       * format.def: Correct minimum width for DATETIME format.  It was
+       7, should have been 17.
+
+       * automake.mk: Add new files.
+
+       * format-guesser.c: New file.
+
+       * format-guesser.h: New file.
+
 2008-02-18  Ben Pfaff  <blp@gnu.org>
 
        Patch #6426.  Reviewed by John Darrington.