Update.
commit01beb5b9ff8fb38f6517837b42eea8f5ff7060d9
authorUlrich Drepper <drepper@redhat.com>
Thu, 29 Aug 2002 06:50:10 +0000 (29 06:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 29 Aug 2002 06:50:10 +0000 (29 06:50 +0000)
tree5c1b871d23c7d13cf5f6cdcbccb13c1ca281e09c
parent653e58951271cf55a3b2d778ea02107b9ea44d78
Update.

2002-08-28  Ulrich Drepper  <drepper@redhat.com>

* include/wchar.h: Declare __mbsrtowcs_l.
* wcsmbs/Makefile (routines): Add mbsrtowcs_l.
* wcsmbs/mbsrtowcs.c: Add support for compilation with
USE_IN_EXTENDED_LOCALE_MODEL.
* wcsmbs/mbsrtowcs_l: New file.
* wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
define as static.  Change all uses.
(__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
Change all callers.
* wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
* time/strftime.c: When translating for the extended locale model
use the _l functions.
* time/Makefile (tests): Add tst-ftime_l.
* time/tst-ftime_l.c: New file.
ChangeLog
include/wchar.h
time/Makefile
time/strftime.c
wcsmbs/Makefile
wcsmbs/mbsrtowcs.c
wcsmbs/mbsrtowcs_l.c [new file with mode: 0644]
wcsmbs/wcsmbsload.c
wcsmbs/wcsmbsload.h