]> Dogcows Code - chaz/tar/blobdiff - ChangeLog
Updated
[chaz/tar] / ChangeLog
index 5d0c2e1e066074a1abecfa248c535fac1099b6de..8190e13a2c3687bef49600e4dcb3c58f5f54ef01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,163 @@
-2003-10-04  Sergey Poznyakoff  
+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/extract.c: Likewise.
        * src/rtapelib.c: Likewise.
        
-2003-10-04  Sergey Poznyakoff 
+2003-10-04  Sergey Poznyakoff  <gray@Mirddin.farlep.net> 
 
        Implemented --occurrence option.
        
        (names_done): Removed
        (all_names_found,names_notfound): Rewritten.
 
-2003-10-02  Sergey Poznyakoff 
+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
+2003-10-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 
        * src/common.h (names_done): New function.
        * src/names.c: Likewise.
This page took 0.026871 seconds and 4 git commands to generate.