summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-04 17:07:43 +0000
committerJim Meyering <jim@meyering.net>2001-08-04 17:07:43 +0000
commit0017571134e469d4200a7d83ecf5c8340b667be1 (patch)
tree2e9d34e3c0eecccd6da51163ab88f8fe2b0b3b60 /lib/ChangeLog
parent752fb79cac4cc4b87db2c646cc87cbf0e09109a1 (diff)
downloadcoreutils-0017571134e469d4200a7d83ecf5c8340b667be1.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index d67139284..398fd6e6b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,20 @@
+2001-08-03 Paul Eggert <eggert@twinsun.com>
+
+ The following changes are from gettext 0.10.39 as maintained by
+ Bruno Haible.
+
+ * mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
+ Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
+ with inverted sense. All uses changed.
+
+ * mbswidth.c: Don't include <limits.h>.
+ Include <stdlib.h> and <string.h> unconditionally.
+ (iswcntrl, mbsinit, ISCNTRL): New macros.
+ (mbsnwidth): Use K&R style function declarations.
+ Don't bother checking for MB_LEN_MAX == 1, since the compiler
+ can optimize it when MB_CUR_MAX == 1.
+ The width of control characters is zero, not 1.
+
2001-07-15 Jim Meyering <meyering@lucent.com>
* Makefile.am (EXTRA_DIST): Add unlocked-io.hin.