aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-08-23 16:38:09 +0000
committerDJ Delorie <dj@redhat.com>2001-08-23 16:38:09 +0000
commitdc67663583f5a61819e68f968e20c0e19491fd75 (patch)
tree1a60a0d5c2b7c5dc35db5cf713bbc5919fa10599 /libiberty/ChangeLog
parent60b89a18787c3bef019482b96d4735184deea9d0 (diff)
downloadgdb-dc67663583f5a61819e68f968e20c0e19491fd75.zip
gdb-dc67663583f5a61819e68f968e20c0e19491fd75.tar.gz
gdb-dc67663583f5a61819e68f968e20c0e19491fd75.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 9978675..dab5db8 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,14 @@
+2001-08-23 Ulrich Drepper <drepper@redhat.com>
+
+ * regex.c (truncate_wchar): Use wcrtomb not wctomb.
+
+2001-08-23 Ulrich Drepper <drepper@redhat.com>
+
+ * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
+ instead of mbrtowc.
+ [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
+ wcslen, and __wcscoll instead of wcscoll.
+
2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* fibheap.c (fibheap_init, fibnode_init): Remove.