X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=cfc8890f7b94caf820e8cac1ad914c40f7d300bc;hb=761802e87ab7e58f4216454257f6b451ee056dfa;hp=bcbed64e0d8ccf0d2b0fb5bf4bbd0a382b825898;hpb=bbbbf42fa63094eb8eb035dd3269dfb33fa6b31e;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index bcbed64..cfc8890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,30 +1,78 @@ -2003-10-04 Sergey Poznyakoff +2003-11-03 Paul Eggert + + * src/xheader.c (xhdr_tab): Include bounds in forward declaration, + as C89 and C99 require this. + +2003-10-26 Paul Eggert + + * src/system.c (sys_spawn_shell): Cast trailing null to (char *). + Bug reported by Christian Weisgerber. + +2003-10-19 Sergey Poznyakoff + + * 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 + + * 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 + + * 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 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 --occurence + * 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 --occurence option. + (name_match): Honor --occurrence option. (names_done): Removed (all_names_found,names_notfound): Rewritten. -2003-10-02 Sergey Poznyakoff +2003-10-02 Sergey Poznyakoff * 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 * src/common.h (names_done): New function. * src/names.c: Likewise.