]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Make xhdr_tab extern, not static.
[chaz/tar] / ChangeLog
index e4e7de9083c4b1cc340cbce31f3537ba8c7b4a6c..0f8a6d6499eb3e19e3a9d84132ee019517169d5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+2003-11-04  Paul Eggert  <eggert@twinsun.com>
+
+       * src/xheader.c (xhdr_tab): Make it extern, not static, as C89 and
+       C99 require this.
+
+2003-10-26  Paul Eggert  <eggert@twinsun.com>
+
+       * src/system.c (sys_spawn_shell): Cast trailing null to (char *).
+       Bug reported by Christian Weisgerber.
+
+2003-10-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * AUTHORS: Updated
+       * NEWS: Updated
+       * src/tar.c (decode_options): Removed superfluous archive format
+       check
+       * doc/tar.texi: Documented new features.
+
+2003-10-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * NEWS: Updated
+       * THANKS: Added Wojciech Polak
+       * configure.ac: Added checks for missing functions. Raised
+       version number to indicate alpha release.
+       * lib/Makefile.am: Added missing headers
+       * lib/waitpid.c: Added missing includes.
+       * src/extract.c: Likewise.
+       * src/names.c: Removed spurious includes.
+       * src/xheader.c: Likewise.
+       * src/system.h [MSDOS]: Fixed spelling of EACCES. Added
+       macro overriding broken mkdir prototypes.
+
+2003-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  
+
+       * configure.ac: Check for dev_t and ino_t.
+       * m4/Makefile.am: Added missing files.
+       * src/system.c: New file.
+       * src/Makefile.am: Added system.c
+       * src/common.h: Prototypes for functions from system.c
+       * src/system.h (SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
+       * src/buffer.c: Moved system dependencies to system.c
+       * src/compare.c: Likewise.
+       * src/create.c: Likewise.
+       * src/delete.c: Likewise.
+       * src/extract.c: Likewise.
+       * src/rtapelib.c: Likewise.
+       
+2003-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net> 
+
+       Implemented --occurrence option.
+       
+       * NEWS: Updated.
+       * src/tar.c: New option --occurrence.
+       * src/common.h (occurrence_option): New global
+       (struct name): Changed `found' member to `uintmax_t
+       found_count'.
+       (names_done): Removed
+       (all_names_found): Changed prototype.
+       (ISFOUND,WASFOUND): New macros
+       * src/delete.c (delete_archive_members): Honor --occurrence
+       option.
+       * src/list.c (read_and): Likewise.
+       * src/names.c: Count number of occurrences of each name in the
+       archive.
+       (name_match): Honor --occurrence option.
+       (names_done): Removed
+       (all_names_found,names_notfound): Rewritten.
+
+2003-10-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net> 
+
+       * src/tar.c: Removed extra precaution regarding
+       subcommand_option == CAT_SUBCOMMAND
+       * lib/Makefile.am: Updated
+       
+2003-10-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/common.h (names_done): New function.
+       * src/names.c: Likewise.
+       * src/list.c (read_and): Use all_names_found() as `while'
+       condition.
+       * src/tar.c: New option --first-copy
+       * NEWS: Updated
+       
+2003-09-24  Paul Eggert  <eggert@twinsun.com>
+
+       * src/rmt.c (main): Don't translate Copyright string; international
+       law says the word "Copyright" should be in English.
+       * src/tar.c (decode_options): Likewise.
+
+2003-09-22  Paul Eggert  <eggert@twinsun.com>
+
+       * doc/tar.texi (extracting untrusted archives): New section.
+
+       * src/common.h (stripped_path_len): Renamed from cut_path_elements.
+       Return size_t, not pointer, so that we don't have to worry about
+       violating the C standard by converting char const * to char *.
+       All callers changed.
+       * src/names.c (stripped_path_len): Likewise.  Strip file system
+       prefix, too.  Count adjacent slashes as if they were one slash;
+       that is the POSIX standard.
+
+2003-09-17  Paul Eggert  <eggert@twinsun.com>
+
+       * README-alpha: Document maintainer tool assumptions a bit.  GNU
+       'sed' is no longer required.  For GNU m4 1.4, suggest the patch in
+       Debian bug 211447.  Fix minor misspellings/whitespace nits.
+
+       * configure.ac (AC_AIX, AC_MINIX): Remove; subsumed by
+       gl_USE_SYSTEM_EXTENSIONS.
+
+       * lib/.cvsignore: Add exit.h, time_r.c, time_r.h.
+       * m4/.cvsignore: Add restrict.m4, time_r.m4.
+
+2003-09-17  Paul Eggert  <eggert@twinsun.com>
+
+       * bootstrap: Don't use "for option; do";
+       Solaris 8 /bin/sh doesn't like that.
+
+2003-09-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * README-alpha: Updated
+       * bootstrap: Updated
+
+2003-09-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * README-alpha: Updated
+       * bootstrap: Updated
+       * po/POTFILES.in: Added src/xheader.c
+       * src/common.h (cut_path_elements): Added proto.
+
 2003-09-05  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/buffer.c: Use ngettext where appropriate.
        * src/extract.c (extract_archive): Implemented --strip-path
        * src/names.c (cut_path_elements): New functon.
        * src/tar.c: New option --strip-path=NUM.
-       (decode_options) Assign boolean values to bool variables. 
+       (decode_options) Assign boolean values to bool variables.
 
 2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        disappear when GNU extended header keywords are working.
        * tests/multiv01.sh: Likewise
        * tests/volume.sh: Likewise
-       
+
 2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/create.c: Support for "linkpath" extended keyword.
        * README: Updated.
        * NEWS: Updated.
        * TODO: Updated.
-       
+
 2003-09-02  Paul Eggert  <eggert@twinsun.com>
 
        * src/common.h (destroy_stat, xheader_decode, xheader_store,
        * src/list.c (read_and): Abort if HEADER_SUCCESS_EXTENDED
        occurs, as it's not possible.
        * src/update.c (update_archive): Likewise.
-       
+
        Use "const" when possible in new code.
        * src/tar.c (struct fmttab.name): Now char const *.  All uses changed.
        (fmttab): Now const.  All uses changed.
 
        * src/tar.c (set_archive_format): Now static.
        * src/xheader.c (xhdr_tab, format_uintmax): Now static.
-       
+
        * src/xheader.c (dummy_coder, dummy_decoder, atime_coder,
        atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
        linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
        Remove forward decls; no longer needed.
        (xhdr_tab): Move to end, so that the forward decls aren't needed.
        Add a forward declaration.
-       
+
        Use 'bool' in new code, when appropriate.
        * src/xheader.c (decode_record): Return bool, not int.
        * src/common.h (read_header): Since it accepts bool, change
 
        Minor style fixes.
        (xheader_store): Avoid parentheses around object operand of sizeof.
-       
+
 2003-09-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
         * src/create.c (start_header): Store long file names
        Update from gnulib modules alloca, fnmatch, getline, stdbool.
        * m4/.cvsignore: Add utimes-null.m4.  Sort.
 
-2003-09-01  Sergey Poznyakoff 
+2003-09-01  Sergey Poznyakoff
 
        Added initial support for creating POSIX headers.
-       
+
        * src/common.h (MAXOCTAL11,MAXOCTAL7): New defines
        (string_to_chars): New functions
        (struct xheader): Changed structure
        * m4/.cvsignore: Likewise.
        * TODO: Minor formatting change
 
-2003-08-31  Sergey Poznyakoff 
+2003-08-31  Sergey Poznyakoff
 
        Added initial support for POSIX extended and STAR headers
        (only for listing/extracting).
-       
+
        * src/xheader.c: New file.
        * src/Makefile.am: Added xheader.c
        * src/tar.h (struct star_header): New datatype
        -o to comply to UNIX98 when extracting and to its previous
        semantics otherwise.
        (main): Call check_links if --check-links. was given.
-       
+
 2003-07-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/list.c (print_header): Revised
-       * NEWS: Started the entry for 1.13.26 
+       * NEWS: Started the entry for 1.13.26
        * doc/Makefile.am (tar.dvi): Fixed TEXINPUTS value.
 
 2003-07-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
        current_trailing_slash was set (extrac03.sh,extrac04.sh tests).
        * tests/multiv01.sh: Minor changes.
        * m4/Makefile.am: Added missing files.
-       
+
 2003-07-05  Paul Eggert  <eggert@twinsun.com>
 
        Finish the checkin begin yesterday.
This page took 0.029454 seconds and 4 git commands to generate.