(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp-builds.git] / src / ChangeLog
index acf999028c0fa63cbf4cc8927af7ce39be05b97b..7dec878d3b7f9163dab04156b6a36783f2960843 100644 (file)
@@ -1,3 +1,16 @@
+Sat Jul 30 22:58:33 2005  Ben Pfaff  <blp@gnu.org>
+
+       * rank.q: (parse_rank_function) Fix msg() bug found by -Wformat.
+
+Sat Jul 30 22:56:12 2005  Ben Pfaff  <blp@gnu.org>
+
+       * postscript.c: (postopen) Cast `char' to `unsigned char' before
+       passing to isspace().
+
+Sat Jul 30 22:52:09 2005  Ben Pfaff  <blp@gnu.org>
+
+       * pfm-read.c: (read_variables) Fix msg() bug found by -Wformat.
+
 Sat Jul 30 22:50:57 2005  Ben Pfaff  <blp@gnu.org>
 
        * histogram.c: Include <config.h>.
@@ -39,11 +52,11 @@ Sat Jul 30 22:34:18 2005  Ben Pfaff  <blp@gnu.org>
 Sat Jul 30 22:01:32 2005  Ben Pfaff  <blp@gnu.org>
 
        * Make.build: Don't append -ansi to AM_CFLAGS for GCC.  Using
-       -ansi changes the behavior of header files significantly.
-       It causes __STRICT_ANSI__ to be defined, and some headers
-       interpret that as cause to e.g. not use `long long' or
-       __attribute__.  The former example is bad when off_t is supposed
-       to be `long long'.
+       -ansi changes the behavior of header files significantly.  It
+       causes __STRICT_ANSI__ to be defined, and some headers interpret
+       that as cause to e.g. not use `long long' or __attribute__.  The
+       former example is bad when off_t is supposed to be `long long',
+       and the latter prevents -Wformat from working.
 
 Sun Jul 24 20:26:59 2005  Ben Pfaff  <blp@gnu.org>