diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-17 11:39:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-17 11:39:36 +0000 |
commit | be7efadaf29805cb31069f5880a1e1bca6890260 (patch) | |
tree | 535986e9587960ffbab9e6ed4bfa3558bfd3e2b5 /lib | |
parent | d2caf6a98c29b30d5ebe7979b0de3fa8e7056a2e (diff) | |
download | coreutils-be7efadaf29805cb31069f5880a1e1bca6890260.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index f74ff7174..f5cbccc3f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2000-04-17 Jim Meyering <meyering@lucent.com> + + * 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 <meyering@lucent.com> Use `C' to denote so-called `contiguous' files, the same way @@ -18,7 +24,7 @@ 2000-03-28 Bruno Haible <haible@clisp.cons.org> * 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 <meyering@lucent.com> |