X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=9b954df882c5ee7cfd5aafdcd0816a2da7e60fa3;hb=3c4f4ca4235a000068817ea54f80b32002a1010c;hp=34088562a74f4adc440a5679abcd31e96280394f;hpb=3f12066739fdda1a387948717897876c1dcb25e7;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 3408856..9b954df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2007-10-18 Jim Meyering + + Avoid compiler warnings. + * src/list.c (read_header_primitive): Define two locals, to + avoid incorrect "may be used uninitialized" warnings. + * src/incremen.c (procdir): Remove decl of unused local, "len". + +2007-10-18 Sergey Poznyakoff + + * doc/tar.texi (gzip): Remove compression patent + warning. According to Brett Smith, the patent is + expired. + +2007-10-17 Sergey Poznyakoff + + * src/suffix.c: New file. Compress format detection by archive + suffix (when creating). Suggested by Jean-Pierre Demailly. + * src/Makefile.am: Add suffix.c + * src/buffer.c (magic): Add an entry for new lzma format. Proposed + by Lasse Collin. + * src/common.h (set_comression_program_by_suffix): New prototype. + * src/tar.c: New options --auto-compress (-a) and --lzma + * THANKS: Add Lasse Collin and Jean-Pierre Demailly. + * NEWS: Update + * doc/tar.texi: Update + +2007-10-12 Paul Eggert + + * src/utf8.c (string_ascii_p): Recode to avoid bogus GCC 4.2.1 + warning about "comparison is always true due to limited range of + data type" when char is unsigned. + 2007-10-11 Paul Eggert Adjust to recent gnulib changes.