From: Jim Meyering Date: Thu, 8 Aug 2002 16:36:52 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23fd377567932c4078554496164e6c5d8d3fffb8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 4cbc1751a4..b8d304e629 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2002-08-07 Jim Meyering +2002-08-08 Jim Meyering * Version 0.1.0. + * src/date.c: Guard inclusion of with + `#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'. + * src/sort.c: Likewise. + Patch from From: GOTO Masanori. + 2002-08-05 Paul Eggert Fix some minor time-related bugs with POSIX time arguments.