]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
[chaz/tar] / ChangeLog
index 1efa0b35c1a52c5c86ddd7cd5276e4a4c79f1401..48bf6a7c386d5ec9f080761c40a9c446e22aa627 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,508 @@
-2003-09-01  Sergey Poznyakoff 
+2003-12-26  Paul Eggert  <eggert@twinsun.com>
 
-       Added initial support for creating POSIX headers.
+       Synchronize with Gettext 0.13.1, Automake 1.8, Autoconf 2.59,
+       and translation website.
+       
+       * bootstrap: Don't bother skipping codeset.m4, glibc21.m4,
+       intdiv0.m4, inttypes_h.m4, inttypes.m4, inttypes-pri.m4,
+       isc-posix.m4, and lcmessage.m4 from gnulib.  This list of files is
+       a bit obsolete anyway, now that gettext 0.13.1 is out.  Also, the
+       files are replaced by autoreconf.  Also, there seems to be a bug
+       in gettext/autoconf/automake if we try to omit these files after
+       autoreconf has replaced them, even though the gettext manual says
+       they're optional.  So give up and just include them for now, even
+       though they make 'configure' longer and slower.
+
+       Change translation URL from
+       <http://www.iro.umontreal.ca/contrib/po/maint/tar/> to
+       <http://www2.iro.umontreal.ca/~gnutra/po/maint/tar/> to
+       accommodate translator website revamp.
+
+       Fail if autoreconf fails.
+
+       * m4/.cvsignore: Add intmax.m4, longdouble.m4, printf-posix.m4,
+       signed.m4, size_max.m4, wchar_t.m4, wint_t.m4, xsize.m4, to
+       ignore files now supplied by gettext 0.13.1.
+
+2003-12-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       Synchronized with the backup repository on Mirddin
+
+2003-12-19  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Check for varios members of struct stat
+       that may represent file modification times with a subsecond
+       precision.
+       Check for utimes (for future use)
+       * src/buffer.c (short_read): Issue a warning on short reads.
+       * src/common.h (sys_stat_nanoseconds): New function
+       * src/create.c (dump_file0): Use sys_stat_nanoseconds().
+       * src/list.c (read_and): Treat only two successive zero
+       filled blocks as an EOF indicator. Issue a warning if
+       a single one is encountered.
+       * src/system.c (sys_stat_nanoseconds): New function
+       * src/tar.h (tar_stat_info.atime_nsec,mtime_nsec,ctime_nsec): New
+       members.
+       * src/xheader.c (code_time,decode_time): Support for subsecond
+       precision.
+       (atime_coder,atime_decoder,ctime_coder,ctime_decoder)
+       (mtime_coder,mtime_decoder): Update invocations of code_time and
+       decode_time.
+       (gid_decoder,size_decoder,uid_decoder,sparse_size_decoder)
+       (sparse_numblocks_decoder,sparse_offset_decoder)
+       (sparse_numbytes_decoder): Updated
+
+2003-12-18  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/names.c (safer_name_suffix): Reverted change made
+       2003-11-14. Reason: Discussion with Paul Eggert and
+       Jean-Louis Martineau. See also ChangeLog entry from
+       1999-08-14.
+       * tests/delete03.sh: Likewise.
+       * tests/extrac04.sh: Likewise.
+       * tests/multiv01.sh: Likewise.
+       
+2003-12-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/incremen.c (write_directory_file): Use sys_truncate
+       * src/list.c (print_header): Use archive_file_size member
+       when printing real file size.
+       * src/sparse.c (sparse_scan_file): Correctly handle files with
+       a hole at the end.
+       (sparse_dump_region,sparse_extract_region): Allow for zero size
+       trailing blocks
+
+2003-12-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Raised version number to 1.13.92
+       * src/list.c (decode_header): Discern between pax and ustar
+       formats
+       Initialize current_stat_info.archive_file_size.
+
+       NOTE: Modifications from this date on are temporarily
+       stored on local CVS on mirddin. This repository will
+       be synchronized with Savannah as soon as the latter
+       becomes operational again.
+       
+2003-12-01  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * TODO: Updated
+       * src/sparse.c: Initial implementation of GNU/pax sparse
+       file format.
+       * src/common.h (xheader_store): Changed prototype.
+       * src/create.c: Update calls to xheader_store
+       * src/extract.c (extract_archive): Check reported size vs.
+       archive file size to determine if we have to do with a
+       sparse file.
+       * src/tar.c (usage): Cleaned up the sample argument to --newer
+       option.
+       (decode_options): Allow --sparse for POSIX_FORMAT archives.
+       * src/xheader.c (struct xhdr_tab.coder; all coder function): Added
+       extra argument
+       Implemented GNU.sparse.* keywords.
+
+2003-11-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Check for setlocale. Thanks Bruno Haible for
+       reporting.
+
+2003-11-25  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/create.c (write_gnu_long_link): Use oldgnu
+       magic with @LongLink blocks.
+
+2003-11-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/tar.h: Support for star sparse format.
+       * src/sparse.c: Likewise.
+
+2003-11-17  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/sparse.c (sparse_diff_file): New function
+       * src/common.h (sys_compare_uid,sys_compare_gid): New functions
+       (sys_compare_uid_gid): Removed.
+       (sys_compare_links,report_difference): Changed prototype
+       (sparse_diff_file): New function
+       * src/system.c (sys_compare_uid,sys_compare_gid): New functions
+       (sys_compare_uid_gid): Removed.
+       (sys_compare_links): Changed declaration
+       * src/compare.c (diff_archive): Use sparse_diff_file.
+
+2003-11-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       Rewritten sparse file handling.
+       
+       * src/sparse.c: New file. Provides a universal framework
+       for various methods for sparse files handling.  
+       * src/Makefile.am: Added sparse.c
+       * src/common.h (struct sp_array,sparsearray,sp_array_size)
+       (init_sparsearray,fill_in_sparse_array): Removed
+       (enum dump_status): New data type
+       (pad_archive,close_diag,open_diag,read_diag_details)
+       (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
+       functions.
+       (sparse_file_p,sparse_dump_file,sparse_extract_file): New
+       functions.
+       (print_header): Changed prototype declaration.
+       * src/tar.h (struct sp_array): Declaration from common.h
+       (struct tar_stat_info): New members archive_file_size,
+       sparse_map_avail,sparse_map.
+       * src/create.c: Major rewrite.
+       * src/extract.c: Use new sparse file interface.
+       * src/compare.c (diff_sparse_files): Temporary placeholder.
+
+       * src/buffer.c: Minor changes
+       * src/tar.c: Likewise.
+       * src/list.c: Likewise.
+       * src/misc.c (close_diag,open_diag,read_diag_details)
+       (readlink_diag,savedir_diag,seek_diag_details,stat_diag): New
+       diagnostics functions.
+       * src/incremen.c: Use new diagnostics functions.
+       * src/names.c: Likewise.
+       
+2003-11-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Fixed check for setsockopt
+
+       * src/create.c: Do not zero-terminate name field if
+       the name is exactly 100 characters long. 
+       (write_ustar_long_name): Fixed cheking for unsplittable
+       names.
+       
+2003-11-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/create.c (start_header): Removed debugging hook
+       (dump_file): Fixed handling of linkname field.
+       * src/names.c (safer_name_suffix): If the input
+       file name ends with a slash, output one should do so
+       as well.
+       * doc/tar.texi: Documented --format=ustar
+
+2003-11-14  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/tar.h (archive_format): USTAR_FORMAT: New type.
+       * src/create.c: Added POSIX.1-1988 support.
+       * src/names.c (safer_name_suffix): Skip leading ./
+       * src/tar.c: New option --format=ustar forces
+       POSIX.1-1988 archive format.
+       * tests/delete03.sh: Updated.
+       * tests/extrac04.sh: Updated.
+       * tests/multiv01.sh: Updated.
+
+2003-11-13  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (read_and): Initialize current_stat_info
+       and extended_header at the start of the loop.
+       * src/names.c (all_names_found): Check if the argument
+       contains valid filename. Fixes coredump on `not_a_tar_file'
+       * src/xheader.c (atime_decoder,gid_decoder,ctime_decoder)
+       (mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
+       Fixes `pax-big-10g' bug.
+       
+2003-11-12  Paul Eggert  <eggert@twinsun.com>
+
+       Fix some C compatibility bugs reported by Joerg Schilling.
+
+       * src/common.h (stripped_prefix_len): Fix misspelling
+       "stripped_path_len" in declaration.
+       * src/rmt.c (main): Use "return FOO;" rather than
+       "exit (FOO);"; we no longer have to worry about
+       pre-ANSI hosts that mishandled returned values from "main".
+       * src/tar.c (main): Likewise.  This avoids warnings on some
+       compilers.
+       * src/system.c: Include signal.h, for 'kill'.
+       * src/system.h (DEV_BSIZE): Remove.
+       (DEFAULT_ST_BLKSIZE): New macro.
+       (ST_BLKSIZE): Use it, instead of DEV_BSIZE.
+       * src/tar.c (enum): Remove comma just before }.
+       
+2003-11-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/list.c (decode_header): Initialize st_atime and
+       st_ctime.
+
+2003-11-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac (tar_save_LIBS): Bugfix. Thanks Adrian
+       Bunk <bunk@fs.tum.de> for reporting.
+       * doc/tar.texi: Fixed spelling. Thanks Martin Buchholz
+       <martin@xemacs.org> for spotting.
+
+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/compare.c: Likewise.
+       * src/create.c: Likewise.
+       * src/misc.c: Likewise.
+       * src/tar.c: Likewise.
+       * src/update.c: Likewise.
+
+2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * .cvsignore: Added *.shar.gz
+       * NEWS: Updated
+       * TODO: Updated
+       * src/common.h (strip_path_elements): New variable.
+       * 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.
+
+2003-09-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * src/delete.c: Fixed deletion from the POSIX archives.
+       * src/list.c (read_header): Minor change.
+       * src/tar.c (main): Do not check for volume_label_option
+       if subcommand_option is not CREATE_SUBCOMMAND.
+       * src/xheader.c (xheader_decode): Store the header as
+       well (for eventual delete).
+
+       * tests/incremen.sh: Explicitly request GNU format. This will
+       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.
+       * src/xheader.c (decode_record): Reversed the return
+       condition.
+
+2003-09-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
+
+       * configure.ac: Allow to redefine the default output format.
+       * src/tar.c: Use DEFAULT_ARCHIVE_FORMAT macro
+       (archive_format_string): New function.
+       (usage): Updated help output.
+       * README: Updated.
+       * NEWS: Updated.
+       * TODO: Updated.
+
+2003-09-02  Paul Eggert  <eggert@twinsun.com>
+
+       * src/common.h (destroy_stat, xheader_decode, xheader_store,
+       xheader_read, xheader_finish, xheader_destroy): Add decls;
+       C99 requires this.
+
+       * src/create.c (write_extended): Remove unused local 'bufsize'.
+
+       * src/delete.c (delete_archive_members): Handle case of
+       HEADER_SUCCESS_EXTENDED followed by HEADER_FAILURE.
+       * 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/xheader.c (struct xhdr_tab.keyword): Now pointer to const.
+       (struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
+       decode_record, xheader_store, xheader_print, code_string, code_time,
+       code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
+       gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
+       linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
+       mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
+       uid_coder, uid_decoder, uname_coder, uname_decoder):
+       Use pointers to const when possible.
+       (xhdr_tab): Now const.
+
+       * src/tar.c (fmttab): Avoid GCC warning by not eliding initializers.
+       (set_archive_format): Report an error if no format name matches,
+       instead of returning an undefined value.
+
+       * src/xheader.c (struct xhdr_tab.decoder, dummy_decoder,
+       atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
+       ctime_decoder, mtime_decoder, path_decoder, size_decoder,
+       uid_decoder, uname_decoder): Remove unused keyword arg.
+       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,
+       ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
+       size_decoder, uid_coder, uid_decoder, uname_coder, uname_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
+       all callers to use false and true rather than 0 and 1.
+
+       * src/xheader.c (decode_record): Fix misspelling in diagnostic
+       "extended headed" -> "extended header".
+
+       GNU coding style fixes.
+       * src/xheader.c (decode_record, xheader_decode):
+       Do not use decls like "char *p, *q;".
+
+       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
+        in "path" keyword of an extended header if in POSIX
+        mode.
+        (finish_header): print header before calling write_extended().
+        * src/list.c (list_archive): Always decode the header. This
+        is necessary so the extended header is processed and the correct
+        filename is printed no matter what the state of verbose_option.
+        * src/xheader.c (xhdr_tab): Reserved GNU keywords (commented out
+        for the time being).
+
+2003-09-01  Paul Eggert  <eggert@twinsun.com>
+
+       Update from gnulib, and correct fnmatch to fnmatch-gnu.
+       * bootstrap (gnulib_modules): Change fnmatch to fnmatch-gnu.
+       Sort.
+       * configure.ac (gl_USE_SYSTEM_EXTENSIONS): Use this instead
+       of AC_GNU_SOURCE.
+       * lib/.cvsignore: Add alloca.h, stdbool.h.  Sort.  Append newline.
+       * lib/Makefile.am (lib_OBJECTS): New macro, for convenience when
+       copying rules from gnulib module descriptions.
+       (BUILT_SOURCES, EXTRA_DIST, all-local, alloca.h):
+       Update from gnulib modules alloca, fnmatch, getline, stdbool.
+       * m4/.cvsignore: Add utimes-null.m4.  Sort.
+
+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.031928 seconds and 4 git commands to generate.