glibc/locale
Roland McGrath da4cfe381c * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
* ctype/ctype-extn.c (isblank_l): Add weak alias.
	* sysdeps/generic/strtol_l.c (strtol_l): Likewise.
	* sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
	* sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
	* sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
	* wctype/iswctype_l.c (iswctype_l): Likewise.

	* time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.

	* ctype/ctype.h (__exctype_l): Don't declare __ name.
	* stdlib/stdlib.h: Don't declare __*_l names.
	* include/stdlib.h: Declare them here instead.
	* include/string.h: Don't declare __*_l names.
	* string/string.h: Declare them here instead.
	* time/time.h: Don't declare __*_l names.
	* include/time.h: Declare them here instead.
	* wcsmbs/wchar.h: Don't declare __*_l names.
	* include/wchar.h: Declare them here instead.
	* wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
	Don't declare __*_l names.
	* include/wctype.h: Declare them here instead.
	* stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
	* stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
	* locale/langinfo.h: Don't declare __nl_langinfo_l.
	* include/langinfo.h: Declare it here with __typeof.
2002-08-27 23:36:31 +00:00
..
bits
programs 2002-08-26 Roland McGrath <roland@redhat.com> 2002-08-26 11:36:04 +00:00
.cvsignore
broken_cur_max.c
C_name.c
C-address.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-collate.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-ctype.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-identification.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-measurement.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-messages.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-monetary.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-name.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-numeric.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-paper.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-telephone.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-time.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
C-translit.h
C-translit.h.in
categories.def
coll-lookup.h
duplocale.c * locale/setlocale.c (_nl_current_names): Variable moved ... 2002-08-04 01:41:55 +00:00
elem-hash.h
findlocale.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
freelocale.c * locale/setlocale.c (_nl_current_names): Variable moved ... 2002-08-04 01:41:55 +00:00
gen-translit.pl
hashval.h * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
indigits.h
indigitswc.h
iso-639.def Update. 2002-08-02 20:32:21 +00:00
iso-3166.def
iso-4217.def
langinfo.h * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
lc-address.c
lc-collate.c
lc-ctype.c 2002-08-02 Roland McGrath <roland@redhat.com> 2002-08-02 21:04:06 +00:00
lc-identification.c
lc-measurement.c
lc-messages.c
lc-monetary.c
lc-name.c
lc-numeric.c
lc-paper.c
lc-telephone.c
lc-time.c
loadarchive.c Update. 2002-08-25 04:51:08 +00:00
loadlocale.c Update. 2002-08-25 04:51:08 +00:00
locale.h * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call 2002-08-08 01:33:05 +00:00
localeconv.c
localeinfo.h * locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops. 2002-08-11 20:04:32 +00:00
localename.c * locale/setlocale.c (_nl_current_names): Variable moved ... 2002-08-04 01:41:55 +00:00
locarchive.h * locale/locarchive.h (struct locale_category_data): Give this name to 2002-08-15 07:02:19 +00:00
Makefile Update. 2002-08-27 12:10:11 +00:00
mb_cur_max.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
newlocale.c * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale 2002-08-10 06:22:37 +00:00
nl_langinfo_l.c
nl_langinfo.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
outdigits.h
outdigitswc.h
setlocale.c 2002-08-10 Roland McGrath <roland@redhat.com> 2002-08-10 23:55:20 +00:00
strlen-hash.h
SYS_libc.c
tst-C-locale.c
uselocale.c * locale/setlocale.c (_nl_current_names): Variable moved ... 2002-08-04 01:41:55 +00:00
Versions 2002-08-27 Roland McGrath <roland@redhat.com> 2002-08-27 22:05:50 +00:00
weight.h
weightwc.h
xlocale.c Update. 2002-08-27 06:41:29 +00:00
xlocale.h