X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=9534d4be2e687f63a941ce02f7e675adcb536a1b;hb=54e4a0df6506b2a8c60f28c42bc1a02093a3c026;hp=284041ef398cf688718cdbf7000afdf039682071;hpb=240a4ed90aeec8825259d515a7c81e6921dc7200;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 284041e..9534d4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,71 @@ +2004-08-08 Sergey Poznyakoff + + * bootstrap: Extended --update-po option to take an + optional argument specifying the po file to update. + * src/create.c: Improved compatibility with 1.13.25 + * tests/link01.sh: New file. + * tests/Makefile.am: Added link01.sh + +2004-08-06 Paul Eggert + + Merge from gnulib. + + * patches/argp.diff: Remove; no longer needed. + + * lib/.cvsignore: Add stat-macros.h. + Remove addext.c, malloc.c, realloc.c. + + * src/extract.c: Include . + (extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME. + * src/extract.c (make_directories): + FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN. + * src/misc.c (must_be_dot_or_slash): Likewise. + * src/names.c (excluded_name, safer_name_suffix, stripped_prefix_len): + Likewise. + * src/tar.c (parse_opt): Likewise. + * src/incremen.c (purge_directory): Fix format buffer typos in warning + strings. + * src/tar.c (options): Add missing initializers to pacify gcc. + (decode_options): Remove unused var. + +2004-08-02 Paul Eggert + + * bootstrap (gnulib_modules): Add getpagesize. + * configure.ac (valloc): Remove check; valloc no longer used. + * lib/.cvsignore: Add getpagesize.h. + * m4/.cvsignore: Add getpagesize.m4. + * src/buffer.c (record_buffer): New var. + (open_archive): Don't use valloc; on older or buggy hosts, you can't + free the result. Use page_aligned_alloc instead. + * src/compare.c (diff_init): Likewise. + * src/buffer.c (open_archive): Record the pointer to be freed + into record_buffer. + (close_archive): Free record_buffer. + * src/common.h (page_aligned_alloc): New decl. + * src/misc.c (quote_n, quote): Remove these redundant functions. + (ptr_align): New function, from coreutils/src/system.h. + (page_aligned_alloc): New function. + * src/system.h (valloc): Remove. + +2004-07-09 Paul Eggert + + * src/extract.c (extract_archive): Do not report an error + when hard-linking X to X when X exists. Problem reported by + Toby Peterson. + * lib/.cvsignore: Add fchown-stub.c. + +2004-06-29 Sergey Poznyakoff + + * NEWS: Updated + * src/common.h (root_device): New global. + (gnu_restore): Renamed to purge_directory(). + * src/extract.c (extr_init): Save the device number + of the root device. + (extract_archive): Renamed gnu_restore() to purge_directory(). + * src/incremen.c (gnu_restore): Renamed to purge_directory(). + Do not attempt to purge the directory if it is on a different + device and one_file_system_option is set. + 2004-06-25 Sergey Poznyakoff * doc/tar.texi: The actual default for exclude patterns @@ -22,11 +90,11 @@ (options): New option -n (--seek). * src/update.c: Determine type of the archive before appending to it. - + * TODO: Updated. 2004-05-19 Sergey Poznyakoff - + * bootstrap: New option --update-po * src/tar.c: New option -H (short alias to --format) * doc/tar.texi: Document -H option @@ -78,23 +146,23 @@ dated 2004-03-22. * src/buffer.c (open_archive): Removed assignment to read_full_records_option. - + * src/names.c (safer_name_suffix): (safer_name_suffix): Use "%s" as the format argument, rather than a possibly-translated variable string. Patch provided by Jim Meyering * src/tar.c (decode_options): Fixed typo in the comment. * tests/star/README: Minor correction - + 2004-05-11 Sergey Poznyakoff - + * directory: New file. GNU directory entry for tar. * doc/Makefile.am: Rewritten. Added rules for generating documentation for the project's website. * doc/.cvsignore: Updated * doc/index.html.in: New file. - + 2004-05-11 Sergey Poznyakoff - + * configure.ac: Raised version number to 1.14 * NEWS: Updated. * tests/after: Added copyleft statement @@ -103,7 +171,7 @@ Tar 1.14 is released. Sources up to this point are tagged release_1_14 - + 2004-05-10 Sergey Poznyakoff * configure.ac: Fixed prerequisite headers for sys/buf.h @@ -134,7 +202,7 @@ * src/list.c (read_and): Print block number before issuing 'Skipping to next header' diagnostics, if requested by block_number_option. - * src/rtapelib.c: Use rmt_command_option instead of + * src/rtapelib.c: Use rmt_command_option instead of hardcoded "/etc/rmt". * src/tar.c: New option --rmt-command. (decode_options): Handle --rmt-command. Initialize @@ -192,7 +260,7 @@ * tests/star/ustar-big-8g.sh: Likewise * doc/.cvsignore: Updated - + 2004-05-06 Sergey Poznyakoff * configure.ac: Check whether date accepts +format argument @@ -207,7 +275,7 @@ * scripts/backup-specs: Updated * scripts/Makefile.am: Updated for new directory contents. * scripts/.cvsignore: Updated - + 2004-05-05 Sergey Poznyakoff * TODO: Updated @@ -229,7 +297,7 @@ * lib/.cvsignore: Updated * m4/.cvsignore: Updated * src/xheader.c: Include stpcpy.h - + * src/create.c: Produce an error, not warning, if the filename is too long. * tests/longv7.sh: Synchronized with the recent changes. @@ -237,7 +305,7 @@ 2004-04-20 Sergey Poznyakoff * configure.ac: Fixed test for iconv_t - * src/rmt.h: Bugfix by Jürgen Weigert + * src/rmt.h: Bugfix by Jürgen Weigert * THANKS: Add Jürgen Weigert * tests/star/README: Fixed typo