diff options
author | DJ Delorie <dj@redhat.com> | 2001-08-23 16:38:09 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-08-23 16:38:09 +0000 |
commit | dc67663583f5a61819e68f968e20c0e19491fd75 (patch) | |
tree | 1a60a0d5c2b7c5dc35db5cf713bbc5919fa10599 /libiberty/ChangeLog | |
parent | 60b89a18787c3bef019482b96d4735184deea9d0 (diff) | |
download | gdb-dc67663583f5a61819e68f968e20c0e19491fd75.zip gdb-dc67663583f5a61819e68f968e20c0e19491fd75.tar.gz gdb-dc67663583f5a61819e68f968e20c0e19491fd75.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 11 |
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. |