From: Jim Meyering Date: Mon, 22 Aug 2005 10:31:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~103 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0037fae22000ebce1e0617960a6b013b2ef02e7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index a72aa743e2..4a0f0dc7c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2005-08-21 Jim Meyering +2005-08-22 Jim Meyering * Version 5.3.1. + * src/tail.c (xwrite_stdout): Rename from xwrite. Remove always- + equal-to-STDOUT_FILENO parameter and associated assertion. + Adjust all callers. + +2005-08-21 Jim Meyering + + * src/ln.c (do_link): If ln is invoked with --interactive (-i), + encounters an existing destination file, and gets an affirmative + response, then first try to unlink the destination file rather + than simply failing. Suggestion from Karl Berry. + * src/ln.c (main): Declare `target_directory' with const attribute. * src/du.c (time_style): Add `const' attribute. (tot_dui): Remove unnecessary (and too-short) initializer list.