X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=7dec878d3b7f9163dab04156b6a36783f2960843;hb=c434e369b6695f8135a2914e9a425edcdd09ef35;hp=a790250a2fe8949bb85f3d35ad4cff0e8974467f;hpb=6dce32fd36df874826cbcac0e5e9b4efd218d32c;p=pspp-builds.git diff --git a/src/ChangeLog b/src/ChangeLog index a790250a..7dec878d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,50 @@ +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 + -Wformat. + (check_output_specifier) Ditto. + +Sat Jul 30 22:43:57 2005 Ben Pfaff + + * file-handle.q: (cmd_file_handle) Fix msg() bug found by + -Wformat. + +Sat Jul 30 22:41:44 2005 Ben Pfaff + + * data-in.c: (parse_Z) [WORDS_BIGENDIAN] Don't declare buf[], to + avoid "unused variable" warning. + +Sat Jul 30 22:38:46 2005 Ben Pfaff + + * command.c: (find_word) Cast `char' to `unsigned char' before + passing to isspace(). + +Sat Jul 30 22:36:29 2005 Ben Pfaff + + * case.c: (case_compare) Implement as delegating to + case_compare_2dict(). + Sat Jul 30 22:34:18 2005 Ben Pfaff * algorithm.c: Inclusion of is unneeded. @@ -5,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