]> Dogcows Code - chaz/tar/commitdiff
* src/xheader.c (strtoimax, strtoumax): Remove decls; now done
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Nov 2005 22:48:34 +0000 (22:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Nov 2005 22:48:34 +0000 (22:48 +0000)
in system.h.

ChangeLog
src/xheader.c

index 0a6f136971db01938d334f1f98f32d9f70776ae2..0af84dd9a6c82d90e5bdf346b5d5440776ee2283 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/xheader.c (strtoimax, strtoumax): Remove decls; now done
+       in system.h.
+
 2005-11-06  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * doc/tar.texi: Properly document incremental dumps
@@ -7,7 +12,7 @@
 2005-11-05  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        Improve listed incremental format:
-       
+
        * src/common.h (update_parent_directory): New prototype.
        * src/create.c (dump_file): Call update_parent_directory.
        * src/incremen.c (struct directory.mtime): New member.
@@ -15,7 +20,7 @@
        (scan_directory): Updated to use more metadata. In particular,
        this allows to correctly detect renamed files.
        (read_directory_file,write_directory_file)
-       (write_directory_file_entry): Support new directory file format. 
+       (write_directory_file_entry): Support new directory file format.
        * tests/listed01.at: Sleep 1 sec before creating second file.
        * tests/listed02.at: Never skip the test. It should work on any
        filesystem.
        * doc/snapshot.texi: New file
        * doc/tar.texi: Update.
        * doc/Makefile.am: Update.
-       
+
+2005-11-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/extract.c (set_stat): Rewrite to avoid bug in Forte
+       Developer 7 C 5.4 Patch 111708-09 (2004-02-19).
+
 2005-11-04  Sergey Poznyakoff  <gray@gnu.org.ua>
 
        * bootstrap: Fix quoting in help output.
index 34b3c61656df30b9a111cc3432505dc365eda22d..b8d4bfb7a7c80f40b128657eff39cb0d79554337 100644 (file)
 
 #include <fnmatch.h>
 
-#if !HAVE_DECL_STRTOIMAX && !defined strtoimax
-intmax_t strtoimax ();
-#endif
-#if !HAVE_DECL_STRTOUMAX && !defined strtoumax
-uintmax_t strtoumax ();
-#endif
-
 static bool xheader_protected_pattern_p (char const *pattern);
 static bool xheader_protected_keyword_p (char const *keyword);
 static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));
This page took 0.036179 seconds and 4 git commands to generate.