summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2007-10-18 21:36:38 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2007-10-18 21:36:38 +0000
commit3c4f4ca4235a000068817ea54f80b32002a1010c (patch)
tree1e8727c4535f8605fada7aa33dd3ff504988783d /ChangeLog
parent506b4db5d0b8b24c7c8c7b74a21e23bf87971e3e (diff)
downloadtar-3c4f4ca4235a000068817ea54f80b32002a1010c.tar.gz
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". expired. SCALAR(0x830b08c)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c3b16ecc..9b954df8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,15 @@
+2007-10-18 Jim Meyering <jim@meyering.net>
+
+ 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 <gray@gnu.org.ua>
* doc/tar.texi (gzip): Remove compression patent
warning. According to Brett Smith, the patent is
- expired.
+ expired.
2007-10-17 Sergey Poznyakoff <gray@gnu.org.ua>
@@ -16,7 +23,7 @@
* THANKS: Add Lasse Collin and Jean-Pierre Demailly.
* NEWS: Update
* doc/tar.texi: Update
-
+
2007-10-12 Paul Eggert <eggert@cs.ucla.edu>
* src/utf8.c (string_ascii_p): Recode to avoid bogus GCC 4.2.1