summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-11-11 09:09:55 +0000
committerJim Meyering <jim@meyering.net>2000-11-11 09:09:55 +0000
commitdd55ac296706e9f702972072e2def149e935b0ba (patch)
treeaf3e645e7b9fd98e1134497aeab71d50b661d362 /lib/ChangeLog
parent0a8f8a7f96d16bdd09c20f20c70c1678d2671a6d (diff)
downloadcoreutils-dd55ac296706e9f702972072e2def149e935b0ba.tar.xz
Remove Paul's entries for unicodeio.c: then I don't have to justify
backing out the nov8/9 changes.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog20
1 files changed, 0 insertions, 20 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f0be38c5a..455e0ba9d 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -3,26 +3,6 @@
* obstack.h: Update from GNU libc.
* obstack.c: Likewise.
-2000-11-09 Paul Eggert <eggert@twinsun.com>
-
- * unicodeio.c (ENOTSUP): Define to EINVAL if not defined.
-
-2000-11-09 Paul Eggert <eggert@twinsun.com>
-
- * unicodeio.c (MB_LEN_MAX): Make sure it's at least 6,
- to avoid buggy C libraries.
-
-2000-11-08 Paul Eggert <eggert@twinsun.com>
-
- * unicodeio.c (<wchar.h>): Do not include; no longer needed,
- since we no longer use wcrtomb.
- (<limits.h>): Include if HAVE_LIMITS_H.
- (MB_LEN_MAX): Define if limits.h doesn't.
- (convert_unicode_char): New function, with the conversion part of the
- old print_unicode_char. Use wctomb, not wcrtomb. Depend on
- HAVE_WCTOMB, not HAVE_WCRTOMB.
- (print_unicode_char): Use convert_unicode_char to do the conversion.
-
2000-11-03 Bruno Haible <haible@clisp.cons.org>
* unicodeio.c: Include wchar.h.