X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=ChangeLog;h=26079a70dcd6752d4bbec82be87424626d743d40;hb=445d95be07e497f6b1e3c94d20c5a80cfbf23af5;hp=4f852e5af8f53a2520614f808cc6cf8f73e5cdc0;hpb=e70e63612a1fc798f4e32c0c433604eb01e22e41;p=chaz%2Ftar diff --git a/ChangeLog b/ChangeLog index 4f852e5..26079a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2007-01-04 Sergey Poznyakoff + + * src/compare.c (read_and_process): Fix type of "size" + +2006-12-13 Sergey Poznyakoff + + * tests/T-null.at: Skip the test if genfile is not able to create + the filename with an embedded newline. + +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. @@ -19,7 +45,7 @@ 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.