aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-15 01:09:34 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-15 01:09:34 +0000
commitb3e09193c5d405ed48ad92a3a96afe0007fcefec (patch)
tree395f5f6ace47c510d8b63e793560f97fe3bc1156 /ChangeLog
parentccadf7b5346a3e21c692dfcbfcf38a63433bc36a (diff)
downloadglibc-b3e09193c5d405ed48ad92a3a96afe0007fcefec.tar
glibc-b3e09193c5d405ed48ad92a3a96afe0007fcefec.tar.gz
glibc-b3e09193c5d405ed48ad92a3a96afe0007fcefec.tar.bz2
glibc-b3e09193c5d405ed48ad92a3a96afe0007fcefec.zip
Update.
* wcsmbs/mbsrtowcs.c: Just a wrapper around __mbsrtowcs_l. * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add real implementation here.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e41a14db2..6a8f7fe78e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2004-03-14 Ulrich Drepper <drepper@redhat.com>
+ * wcsmbs/mbsrtowcs.c: Just a wrapper around __mbsrtowcs_l.
+ * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add real implementation here.
+
Make the non-_l functions wrappers around the _l functions.
* include/monetary.h: Declare __vstrmon_l.
* include/string.h: Add libc_hidden_proto for __strcoll_l and