From: Jim Meyering Date: Sat, 22 Mar 2003 21:32:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.12~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27b3065db161a7b2e60a6b7ce22613e0faaa48ef;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d93848bd53..16110bd61b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2003-03-20 Jim Meyering +2003-03-22 Jim Meyering * Version 4.5.12. + * src/stat.c: Don't include . + That is already done via system.h. Otherwise, the multiple + inclusion would evoke redefinition warnings from Cray's /bin/cc, + aka Cray Standard C Version 4.0.3 (057126) Mar 22 2003 22:02:28. + (human_fstype): Factor some directives `up', out of this function. + Cast away `const' to avoid error from Cray's /bin/cc. + +2003-03-20 Jim Meyering + * announce-gen (print_changelog_deltas): Ensure that a newline precedes each row of `*'s.