diff options
author | Jim Meyering <jim@meyering.net> | 2002-08-08 16:36:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-08-08 16:36:52 +0000 |
commit | 23fd377567932c4078554496164e6c5d8d3fffb8 (patch) | |
tree | f90f0c13a656c24ef36bfa40cd580ef23ba3e9ea /ChangeLog | |
parent | 4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9 (diff) | |
download | coreutils-23fd377567932c4078554496164e6c5d8d3fffb8.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ -2002-08-07 Jim Meyering <meyering@lucent.com> +2002-08-08 Jim Meyering <meyering@lucent.com> * Version 0.1.0. + * src/date.c: Guard inclusion of <langinfo.h> with + `#if HAVE_LANGINFO_CODESET', not `#if HAVE_LANGINFO_H'. + * src/sort.c: Likewise. + Patch from From: GOTO Masanori. + 2002-08-05 Paul Eggert <eggert@twinsun.com> Fix some minor time-related bugs with POSIX time arguments. |