From: Jim Meyering Date: Mon, 4 Apr 2005 21:57:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~1122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63a63316a1c98934aab4e894f4bd52df5a9518fe;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 98e7b5cf42..ebde85be57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ -2005-04-03 Jim Meyering +2005-04-04 Jim Meyering * Version 5.3.1. + * src/kill.c (usage): Mention that some shells provide a + built-in function by the same name. + * src/printf.c (usage): Likewise. + * src/pwd.c (usage): Likewise. + * src/stat.c (usage): Likewise. + * src/test.c (usage): Likewise. + * src/true.c (usage): + * src/system.h (USAGE_BUILTIN_WARNING): New macro. + +2005-04-03 Jim Meyering + * src/pr.c (main): Fix off-by-one error. pr -$(perl -e 'print "0"x63 . 1') would write one byte beyond the end of a malloc'd buffer.