X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=aa34520026eb1fb16eff6f897b2f1e90a4992957;hb=b7ed63880698fde6c4aa8bb525f3cb382dc6b9f4;hp=5d0c2e1e066074a1abecfa248c535fac1099b6de;hpb=1e7d274cd8125901600d2f302b9a108933b0c57a;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 5d0c2e1..aa34520 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,31 @@ -2003-10-04 Sergey Poznyakoff +2003-10-26 Paul Eggert + + * 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. @@ -13,7 +40,7 @@ * src/extract.c: Likewise. * src/rtapelib.c: Likewise. -2003-10-04 Sergey Poznyakoff +2003-10-04 Sergey Poznyakoff Implemented --occurrence option. @@ -34,13 +61,13 @@ (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.