glibc/stdlib
Roland McGrath 1ab62b326e * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
with no __ prefix.
	* locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
	* ctype/ctype.h [__USE_GNU]: Add declarations and macros for
	all *_l functions with no __ prefix.
	* wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
	* ctype/ctype_l.c: Likewise.
	* locale/nl_langinfo.c: Likewise.
	* string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
	* stdlib/stdlib.h [__USE_GNU]: Likewise.
	* wcsmbs/wchar.h [__USE_GNU]: Likewise.
	* wctype/wctype.h [__USE_GNU]: Likewise.
	* string/strcoll_l.c (strcoll_l): Define as weak alias.
	* string/strxfrm_l.c (strxfrm_l): Define as weak alias.
	* sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
	* sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
	* stdlib/strtod_l.c (strtod_l): Define as weak alias.
	* stdlib/strtof_l.c (strtof_l): Define as weak alias.
	* stdlib/strtold_l.c (strtold_l): Define as weak alias.
	* wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
	(__wcscasecmp_l): Add libc_hidden_def.
	* wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
	(__wcsncasecmp_l): Add libc_hidden_def.
	* wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
	* wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
	* wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
	* wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
	* wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
	* sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
	* sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
	* sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
	* sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
	* sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
	* sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
	* wctype/wctrans_l.c (wctrans_l) Define as weak alias.
	* wctype/towctrans_l.c (towctrans_l) Define as weak alias.
	* wctype/wctype_l.c (wctype_l) Define as weak alias.
2002-08-06 08:40:20 +00:00
..
sys Update. 2002-07-20 01:14:41 +00:00
.cvsignore
a64l.c
abs.c
alloca.h
atexit.c
atof.c
atoi.c
atol.c
atoll.c
bsearch.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
bug-strtod.c
canonicalize.c Update. 2002-07-11 16:34:20 +00:00
cxa_atexit.c Update. 2002-04-09 20:36:24 +00:00
cxa_finalize.c
drand48_r.c
drand48-iter.c
drand48.c Update. 2002-03-12 20:04:56 +00:00
erand48_r.c
erand48.c Update. 2002-03-12 20:04:56 +00:00
errno.h Update. 2002-07-20 01:14:41 +00:00
exit.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
exit.h Update. 2002-03-12 20:04:56 +00:00
fmtmsg.c
fmtmsg.h
fpioconst.c
fpioconst.h
gen-mpn-copy
getsubopt.c
gmp-impl.h
gmp.h
grouping.h
isomac.c * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command. 2002-08-05 04:59:44 +00:00
jrand48_r.c
jrand48.c Update. 2002-03-12 20:04:56 +00:00
l64a.c
lcong48_r.c
lcong48.c Update. 2002-03-12 20:04:56 +00:00
longlong.h
lrand48_r.c 2002-08-04 Roland McGrath <roland@redhat.com> 2002-08-05 02:18:42 +00:00
lrand48.c Update. 2002-03-12 20:04:56 +00:00
Makefile Update. 2002-07-20 01:14:41 +00:00
mblen.c
mbstowcs.c
mbtowc.c Update. 2002-03-13 08:59:47 +00:00
monetary.h
mrand48_r.c
mrand48.c Update. 2002-03-12 20:04:56 +00:00
msort.c * include/stdlib.h: Use libc_hidden_proto for qsort. 2002-08-03 22:26:33 +00:00
nrand48_r.c
nrand48.c Update. 2002-03-12 20:04:56 +00:00
old_atexit.c
on_exit.c
qsort.c
rand_r.c
rand.c
random_r.c Update. 2002-07-06 06:36:39 +00:00
random.c Update. 2002-07-06 06:36:39 +00:00
rpmatch.c
secure-getenv.c Update. 2002-08-03 07:02:10 +00:00
seed48_r.c
seed48.c Update. 2002-03-12 20:04:56 +00:00
srand48_r.c
srand48.c Update. 2002-03-12 20:04:56 +00:00
stdlib.h * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strfmon_l.c
strfmon.c Update. 2002-08-03 07:02:10 +00:00
strtod_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strtod.c * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
strtof_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strtof.c
strtold_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
test-a64l.c
test-canon2.c
test-canon.c Update. 2002-05-16 06:14:36 +00:00
testdiv.c
testdiv.input
testmb.c
testrand.c
testsort.c
tst-bsearch.c
tst-environ.c
tst-fmtmsg.c
tst-fmtmsg.sh
tst-limits.c
tst-qsort.c
tst-rand48.c
tst-random.c
tst-setcontext.c
tst-strtod.c
tst-strtol.c
tst-strtoll.c
tst-xpg-basename.c
ucontext.h
Versions Update. 2002-07-11 16:34:20 +00:00
wcstombs.c
wctomb.c * include/stdlib.h: Use libc_hidden_proto for wctomb. 2002-08-06 05:10:45 +00:00
xpg_basename.c