Require month names to be spelled out as English words, so that single
[pspp-builds.git] / src / data / ChangeLog
index bb4d7414c7ee089a76e4fb8ec2492c1b08cf4a0c..f209233b1bbc0db32ed065a7d8465bf7c426eba3 100644 (file)
@@ -1,3 +1,10 @@
+2008-03-06  Ben Pfaff  <blp@gnu.org>
+
+       * format-guesser.c (syntax): Require month names to be spelled out
+       as English words, so that single characters that happen to be
+       Roman numerals don't get detected as months.  Thanks to John
+       Darrington for reporting this bug.
+
 2008-03-04  Ben Pfaff  <blp@gnu.org>
 
        Patch #6441.  Reviewed by John Darrington.
@@ -6,6 +13,15 @@
        (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.