X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=531eaac84661d01b5cc5b32bfa2b2f211e34ed79;hb=82416874657e741c91aded91d3462b38f26e4be4;hp=6e0db4ac0588d6bf0ff98c64d613986570b7cf09;hpb=908d78d2082f605318be6b6a774676e3319cf650;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 6e0db4a..531eaac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2006-12-12 Paul Eggert + + Port to Forte Developer 7 C 5.4 and C99. + * src/common.h (add_exclude_tag): Add decl; C99 requires this + and Forte warns about it. + * src/incremen.c: Include for mkdtemp prototype, + for same reason. + * src/misc.c (get_max_open_files): Rewrite to avoid code that + Forte C complains about as being unreachable. + * src/xheader.c (mtime_code): Rewrite to avoid Forte error + reported by Trond Hasle Amundsen. + + * src/incremen.c (compare_dirnames): Rewrite to avoid casts. + * src/utf8.c (string_ascii_p): Likewise. + * src/xheader.c (mtime_coder, volume_size_coder, volume_offset_coder): + Likewise. + +2006-12-08 Sergey Poznyakoff + + * bootstrap: Add paxutils files to dot_ignore. + + * configure.ac: Raise version number to 1.16.1 + * bootstrap (slurp): Create .(cvs|git)ignore if not present + * po/.cvsignore, m4/.cvsignore: Remove automatically generated + files. + +2006-12-07 Sergey Poznyakoff + + * NEWS: Update + * Makefile.am (distclean-local): Fixed + * doc/tar.texi: Update documentation of --exclude-tag + * src/create.c (dump_dir0): Move checks for exclude tags to + dump_file0. + (dump_dir): Move calls to ensure_slash to dump_file0 + * src/extract.c (extract_file): Call skip_member if open fails. + Patch proposed by Jan-Benedict Glaw + * tests/truncate.at: Use genfile instead of dd, because on some + systems /dev/zero is not available. + 2006-12-04 Paul Eggert * NEWS: Fix some race conditions with tar -x --same-owner.