glibc/wcsmbs
Ulrich Drepper ccadf7b534 Update.
2004-03-14  Ulrich Drepper  <drepper@redhat.com>

	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
	__strxfrm_l.
	* include/time.h: Define ptime_locale_status.  Declare
	__strptime_internal.
	* include/wchar.h: Add libc_hidden_proto for __wcscoll_l and
	__wcsxfrm_l.
	* stdlib/strfmon.c: Move the code to strfmon_l.c.  Add little
	wrapper around __vstrfmon_l.
	* stdlib/strfmon_l.c: Add real implementation.  Split into new
	function __vstrfmon_l to allow calling it from strfmon.
	* stdlib/strtod.c: Move real code to strtod_l.c and add wrapper.
	* stdlib/strtod_l.c: Add real implementation.
	* stdlib/strtof.c: Adjust to changed strtod.c.
	* stdlib/strtof_l.c: Include strtod_l.c now.
	* stdlib/strtold.c: New file.
	* stdlib/strtold_l.c: Removed.
	* string/strcoll.c: Move real code to strcoll_l.c: Add wrapper.
	* string/strcoll_l.c: Add real implementation.
	* string/strxfrm.c: Move real code to strxfrm_l.c: Add wrapper.
	* string/strxfrm_l.c: Add real implementation.
	* sysdeps/generic/strtol.c: Move real implementation to strtol_l.c.
	Add wrappers.
	* sysdeps/generic/strtol_l.c: Add real implementation.
	* sysdeps/generic/strtold.c: Removed.
	* sysdeps/generic/strtold_l.c: New file.
	* sysdeps/generic/strtoll_l.c: Include strtol_l.c now.  Adjust
	#defines.
	* sysdeps/generic/strtoul_l.c: Likewise.
	* sysdeps/generic/strtoull_l.c: Likewise.
	* sysdeps/generic/wcstol_l.c: Likewise.
	* sysdeps/generic/wcstoll_l.c: Likewise.
	* sysdeps/generic/wcstoul_l.c: Likewise.
	* sysdeps/generic/wcstoull_l.c: Likewise.
	* sysdeps/ieee754/ldbl-128/strtold.c: Removed.
	* sysdeps/ieee754/ldbl-128/strtold_l.c: New file.
	* sysdeps/ieee754/ldbl-96/strtold.c: Removed.
	* sysdeps/ieee754/ldbl-96/strtold_l.c: New file.
	* sysdeps/m68k/strtold.c: Removed.
	* sysdeps/m68k/strtold_l.c: New file.
	* time/strftime.c: Move real code to strftime_l.c.  Add wrapper.
	* time/strftime_l.c: Add real implementation.
	* time/strptime.c: Move real code to strptime_l.c.  Add wrapper.
	* time/strptime_l.c: Add real implementation.
	* time/wcsftime.c: Simplify since only wrappers are defined in
	strftime.c.
	* time/wcsftime_l.c: Include strftime_l.c.
	* wcsmbs/wcscoll.c: Simplify since the file is not used by wcscoll_l.c
	anymore.
	* wcsmbs/wcscoll_l.c: Include strcoll_l.c.
	* wcsmbs/wcsxfrm.c: Simplify since the file is not used by wcsxfrm_l.c
	anymore.
	* wcsmbs/wcsxfrm_l.c: Include strxfrm_l.c.
	* wcsmbs/wcstod.c: Prepare to include new strtod.c.
	* wcsmbs/wcstod_l.c: Include strtod_l.c.
	* wcsmbs/wcstof.c: Prepare to include new strtof.c.
	* wcsmbs/wcstof_l.c: Include strtof_l.c.
	* wcsmbs/wcstold.c: Prepare to include new strtold.c.
	* wcsmbs/wcstold_l.c: Include strtold_l.c.

	* locale/uselocale.c: Use _NL_CURRENT_LOCALE instead of __libc_tsd_get.

	* sysdeps/generic/strcasecmp.c: Optimize a bit.  It's better to get
	a reference to the current locale and then use the _l functions.
	* sysdeps/generic/strncase.c: Likewise.
2004-03-14 21:12:06 +00:00
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Depend Update. 2000-09-06 22:15:07 +00:00
Makefile (tests): Add tst-wcpncpy. 2003-07-22 19:23:54 +00:00
Versions Update. 2000-10-01 18:47:09 +00:00
btowc.c Update. 2002-12-02 22:39:58 +00:00
mbrlen.c Update. 2002-08-03 07:02:10 +00:00
mbrtowc.c Update. 2004-02-23 23:30:12 +00:00
mbsinit.c Update. 2003-11-15 21:58:21 +00:00
mbsnrtowcs.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
mbsrtowcs.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
mbsrtowcs_l.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
tst-btowc.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-mbrtowc.c Update. 2003-01-16 02:27:47 +00:00
tst-wcpncpy.c (tests): Add tst-wcpncpy. 2003-07-22 19:23:54 +00:00
tst-wcrtomb.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-wcsnlen.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-wcstof.c Update. 1997-08-04 14:31:26 +00:00
wchar.h Update. 2003-06-13 05:19:10 +00:00
wcpcpy.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcpncpy.c (tests): Add tst-wcpncpy. 2003-07-22 19:23:54 +00:00
wcrtomb.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
wcscasecmp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcscasecmp_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
wcscat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcschr.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
wcschrnul.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcscmp.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
wcscoll.c Update. 2004-03-14 21:12:06 +00:00
wcscoll_l.c Update. 2004-03-14 21:12:06 +00:00
wcscpy.c Update. 2003-02-01 20:53:16 +00:00
wcscspn.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsdup.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcslen.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsmbs-tst1.c Update. 2003-07-31 19:26:38 +00:00
wcsmbsload.c Update. 2002-12-02 22:39:58 +00:00
wcsmbsload.h * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
wcsncase.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsncase_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
wcsncat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsncmp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsncpy.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsnlen.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsnrtombs.c Update. 2003-06-11 23:22:36 +00:00
wcspbrk.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
wcsrchr.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsrtombs.c Update. 2003-06-11 23:22:36 +00:00
wcsspn.c 2002-08-05 Jakub Jelinek <jakub@redhat.com> 2002-08-05 22:11:14 +00:00
wcsstr.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcstod.c Update. 2004-03-14 21:12:06 +00:00
wcstod_l.c Update. 2004-03-14 21:12:06 +00:00
wcstof.c Update. 2004-03-14 21:12:06 +00:00
wcstof_l.c Update. 2004-03-14 21:12:06 +00:00
wcstok.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcstold.c Update. 2004-03-14 21:12:06 +00:00
wcstold_l.c Update. 2004-03-14 21:12:06 +00:00
wcswidth.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcsxfrm.c Update. 2004-03-14 21:12:06 +00:00
wcsxfrm_l.c Update. 2004-03-14 21:12:06 +00:00
wctob.c Update. 2003-06-11 23:22:36 +00:00
wcwidth.c Update. 2001-08-19 01:09:06 +00:00
wcwidth.h * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass 2002-09-01 12:39:40 +00:00
wmemchr.c * include/rpc/auth.h: Use libc_hidden_proto for getnetname, 2002-08-06 06:09:28 +00:00
wmemcmp.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wmemcpy.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wmemmove.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wmempcpy.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wmemset.c * include/rpc/auth.h: Use libc_hidden_proto for getnetname, 2002-08-06 06:09:28 +00:00