X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=7dec878d3b7f9163dab04156b6a36783f2960843;hb=c434e369b6695f8135a2914e9a425edcdd09ef35;hp=aa4c5304cad3b6b780703db9b1ceb5f1137e5f3b;hpb=548bb686a5d9843eea4a49d3bb9f62a29f86e116;p=pspp diff --git a/src/ChangeLog b/src/ChangeLog index aa4c5304ca..7dec878d3b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +Sat Jul 30 22:58:33 2005 Ben Pfaff + + * rank.q: (parse_rank_function) Fix msg() bug found by -Wformat. + +Sat Jul 30 22:56:12 2005 Ben Pfaff + + * postscript.c: (postopen) Cast `char' to `unsigned char' before + passing to isspace(). + +Sat Jul 30 22:52:09 2005 Ben Pfaff + + * pfm-read.c: (read_variables) Fix msg() bug found by -Wformat. + +Sat Jul 30 22:50:57 2005 Ben Pfaff + + * histogram.c: Include . + +Sat Jul 30 22:48:50 2005 Ben Pfaff + + * get.c: (cmd_match_files) Fix msg() bug found by -Wformat. + Sat Jul 30 22:46:10 2005 Ben Pfaff * format.c: (check_common_specifier) Fix msg() bug found by @@ -31,11 +52,11 @@ Sat Jul 30 22:34:18 2005 Ben Pfaff Sat Jul 30 22:01:32 2005 Ben Pfaff * 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