From: Jim Meyering Date: Mon, 17 Apr 2000 11:39:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0r~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be7efadaf29805cb31069f5880a1e1bca6890260;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f74ff7174f..f5cbccc3f9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-04-17 Jim Meyering + + * strftime.c (my_strftime) [strftime]: Declare strftime here, since + the definition of it to rpl_strftime also defined-away the system's + declaration. + 2000-04-15 Jim Meyering Use `C' to denote so-called `contiguous' files, the same way @@ -18,7 +24,7 @@ 2000-03-28 Bruno Haible * unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv - bug. Deal with the different error behaviour of Irix iconv. + bug. Deal with the different error behavior of Irix iconv. 2000-04-07 Jim Meyering