diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-15 01:09:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-15 01:09:34 +0000 |
commit | b3e09193c5d405ed48ad92a3a96afe0007fcefec (patch) | |
tree | 395f5f6ace47c510d8b63e793560f97fe3bc1156 /ChangeLog | |
parent | ccadf7b5346a3e21c692dfcbfcf38a63433bc36a (diff) | |
download | glibc-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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |