From 0a79415a97a8e48cd3bd8845df8ea9c1d2836a11 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 11 May 2004 14:25:18 +0000 Subject: [PATCH] Updated --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 49f6879..b900d95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,22 @@ 2004-05-11 Sergey Poznyakoff + * src/system.c (sys_child_open_for_uncompress): Do not + set read_full_records_option: the compressed archive is + likely not to contain integer number of records. Should + the user wish to use reblocking, he may always give tar + -B option. This is a minor improvement over the change + 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. -- 2.45.2