glibc/stdlib
Roland McGrath 963102971d * locale/localeinfo.h (struct locale_data): Add private.ctype.
* wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
	__wcsmbs_to_wc, update_conversion_ptrs): Removed.
	(__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
	(__wcsmbs_load_conv): Remove const from argument.
	(_nl_cleanup_ctype): New proto.
	(get_gconv_fcts): New function.
	* wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
	(__wcsmbs_to_wc): Rename back to...
	(to_wc): ... this.
	(__wcsmbs_gconv_fcts): Rename to...
	(__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
	(lock): Removed.
	(__libc_setlocale_lock): New extern.
	(__wcsmbs_load_conv): Remove const from argument.
	Initialize new_category->private.ctype instead of a global
	variable.
	(__wcsmbs_clone_conv): Use get_gconv_fcts instead of
	update_function_ptrs.  No locking is necessary.
	(_nl_cleanup_ctype): New function.
	* wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
	update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
	* wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
	* wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
	* wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
	* wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
	* wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
	* wcsmbs/wctob.c (wctob): Likewise.
	* stdlib/mblen.c (mblen): Likewise.
	* stdlib/mbtowc.c (mbtowc): Likewise.
	* stdlib/wctomb.c (wctomb): Likewise.
	* wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
	Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
	* wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
	Removed.
2002-09-02 19:34:39 +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 (strtol): Add some more casts to avoid warnings. 2002-08-28 10:16:21 +00:00
fmtmsg.h
fpioconst.c
fpioconst.h Update. 2002-03-12 10:25:36 +00:00
gen-mpn-copy
getsubopt.c
gmp-impl.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
gmp.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
grouping.h
isomac.c (get_null_defines): Treat NOT_IN_libc special. It is known to be defined. 2002-08-08 04:44:47 +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 * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
mbstowcs.c
mbtowc.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
monetary.h * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
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 Prepare headers for use in ISO C++ compliant implementations. 2002-08-28 08:01:11 +00:00
strfmon_l.c * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
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 (strtol): Add some more casts to avoid warnings. 2002-08-28 10:16:21 +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 Update. 2002-02-14 09:25:02 +00:00
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 * stdlib/tst-setcontext.c (main): If makecontext does nothing, 2002-08-31 03:21:56 +00:00
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 * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
xpg_basename.c