glibc/stdlib
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
..
sys
.cvsignore
a64l.c
abs.c
alloca.h
atexit.c
atof.c
atoi.c
atol.c
atoll.c
bsearch.c
bug-strtod.c
canonicalize.c Update. 2004-03-10 09:29:17 +00:00
cxa_atexit.c
cxa_finalize.c Update. 2003-04-19 18:26:10 +00:00
drand48_r.c
drand48-iter.c
drand48.c
erand48_r.c
erand48.c
errno.h
exit.c
exit.h
fmtmsg.c (CFLAGS-oldtmpfile.c): Add -fexceptions. 2003-09-02 07:14:15 +00:00
fmtmsg.h (CFLAGS-oldtmpfile.c): Add -fexceptions. 2003-09-02 07:14:15 +00:00
fpioconst.c * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs 2003-03-14 03:59:59 +00:00
fpioconst.h * stdlib/fpioconst.h: Include gmp.h with angle brackets. 2003-03-14 04:21:27 +00:00
gen-mpn-copy
getsubopt.c
gmp-impl.h
gmp.h
grouping.c Update. 2003-06-11 23:22:36 +00:00
grouping.h Update. 2003-06-11 23:22:36 +00:00
groupingwc.c Update. 2003-06-11 23:22:36 +00:00
isomac.c
jrand48_r.c
jrand48.c
l64a.c
lcong48_r.c
lcong48.c
longlong.h
lrand48_r.c
lrand48.c
Makefile Update. 2004-02-23 23:30:12 +00:00
mblen.c
mbstowcs.c
mbtowc.c
monetary.h
mrand48_r.c
mrand48.c
msort.c Update. 2004-02-07 15:57:44 +00:00
nrand48_r.c
nrand48.c
old_atexit.c Update. 2004-03-10 09:29:17 +00:00
on_exit.c
qsort.c [BZ #16] 2004-03-10 06:46:51 +00:00
rand_r.c
rand.c
random_r.c
random.c
rpmatch.c Update. 2003-06-11 23:22:36 +00:00
secure-getenv.c
seed48_r.c
seed48.c
srand48_r.c
srand48.c
stdlib.h (CFLAGS-oldtmpfile.c): Add -fexceptions. 2003-09-02 07:14:15 +00:00
strfmon_l.c Update. 2004-03-14 21:12:06 +00:00
strfmon.c Update. 2004-03-14 21:12:06 +00:00
strtod_l.c Update. 2004-03-14 21:12:06 +00:00
strtod.c Update. 2004-03-14 21:12:06 +00:00
strtof_l.c Update. 2004-03-14 21:12:06 +00:00
strtof.c Update. 2004-03-14 21:12:06 +00:00
strtold.c Update. 2004-03-14 21:12:06 +00:00
test-a64l.c
test-canon2.c
test-canon.c Update. 2004-02-17 07:08:51 +00:00
testdiv.c
testdiv.input
testmb2.c Update. 2004-02-23 23:30:12 +00:00
testmb.c
testrand.c
testsort.c
tst-bsearch.c Update. 2003-09-17 08:47:44 +00:00
tst-environ.c
tst-fmtmsg.c
tst-fmtmsg.sh
tst-limits.c Update. 2003-07-31 19:26:38 +00:00
tst-qsort.c Update. 2003-09-17 18:23:49 +00:00
tst-rand48.c
tst-random.c
tst-setcontext.c
tst-strtod.c Update. 2003-06-25 14:21:44 +00:00
tst-strtol.c
tst-strtoll.c
tst-system.c
tst-xpg-basename.c
ucontext.h
Versions
wcstombs.c
wctomb.c
xpg_basename.c