summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-08-08 16:36:52 +0000
committerJim Meyering <jim@meyering.net>2002-08-08 16:36:52 +0000
commit23fd377567932c4078554496164e6c5d8d3fffb8 (patch)
treef90f0c13a656c24ef36bfa40cd580ef23ba3e9ea /ChangeLog
parent4cb69e11ad2309b0cc1b451f26a3c4902dcf53f9 (diff)
downloadcoreutils-23fd377567932c4078554496164e6c5d8d3fffb8.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cbc1751a..b8d304e62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.