glibc/include
Roland McGrath 30c14c31ae * locale/setlocale.c (_nl_current_names): Variable moved ...
* locale/localename.c (_nl_current_names): ... here, new file.
	Make it global, with attribute_hidden.
	* locale/localeinfo.h: Declare it.
	* locale/Makefile (aux): Add localename.
	* locale/localename.c (__current_locale_name): New function.
	* include/locale.h (__current_locale_name): Declare it.
	* intl/dcigettext.c (guess_category_value): Use that instead of
	calling setlocale.

	* locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
	[__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
	[__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
	* locale/newlocale.c: Add alias to __ name.
	* locale/duplocale.c: Likewise.
	* locale/freelocale.c: Likewise.
	* locale/uselocale.c: New file.
	* locale/Makefile (routines): Add it.
	* locale/Versions (libc: GLIBC_2.3): New set.
	Add newlocale, duplocale, freelocale, uselocale.
	(libc: GLIBC_PRIVATE): Add __uselocale.

	* locale/localeinfo.h [SHARED]
	(_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
	(_NL_CURRENT_DATA): Define using that.
	(_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
	(_NL_CURRENT_DEFINE): Define to empty.
	[! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
	conditionalized on this.
	* locale/xlocale.c (NL_C_INTIIALIZER): New macro,
	taking initializer of _nl_C_locobj.
	[SHARED] (_nl_global_locale): New variable, using that initializer.
	(_nl_C_locobj): Use new macro for initialzier.
	* locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
	[! SHARED] (CATEGORY_USED): New macro.
	[SHARED] (CATEGORY_USED, _nl_C): New macros.
	(setdata, setlocale): Use that macro instead of examining _nl_current.
	(setdata): Set the slot in _nl_global_locale.
	Conditionalize setting of _nl_current on [! SHARED].
	* locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
	declaration as an extern.
	* locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.

	* include/locale.h: Use libc_hidden_proto for setlocale.
	* locale/setlocale.c: Add libc_hidden_def.

	* locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2002-08-04 01:41:55 +00:00
..
arpa * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
bits Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gnu Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
netinet Update. 2002-05-15 00:22:23 +00:00
protocols
rpc * include/rpc/rpc.h: Declare RPC_VARS tsd as extern. 2002-08-03 05:03:14 +00:00
rpcsvc
sys * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
aio.h
aliases.h Declare __getaliasent_r as hidden. 2002-03-18 23:38:37 +00:00
alloca.h
argp.h
argz.h 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-04 01:28:06 +00:00
assert.h Update. 2002-08-03 07:02:10 +00:00
byteswap.h
complex.h
ctype.h
des.h
dirent.h Update. 2001-08-20 07:17:10 +00:00
dlfcn.h Update. 2002-02-03 00:31:37 +00:00
elf.h
endian.h
envz.h 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-04 01:28:06 +00:00
err.h * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
errno.h Don't include tls.h if _ISOMAC is defined. 2002-08-02 19:58:24 +00:00
error.h
execinfo.h
fcntl.h Update. 2002-08-03 07:02:10 +00:00
features.h (__GLIBC_MINOR__): Bump to 3. 2002-01-03 00:43:43 +00:00
fenv.h
fnmatch.h
fpu_control.h
ftw.h
gconv.h
getopt.h
glob.h
gmp.h
gnu-versions.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
grp.h Update. 2002-03-15 09:30:44 +00:00
iconv.h
langinfo.h
libc-internal.h Update. 2002-08-03 07:02:10 +00:00
libc-symbols.h 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-04 01:28:04 +00:00
libgen.h
libintl.h (__ngettext, __dngettext, __dcngettext): New declarations. (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add attribute declarations. 2002-05-01 16:41:24 +00:00
libio.h Update. 2002-08-03 19:46:32 +00:00
limits.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
linewrap.h
link.h 2002-06-02 Roland McGrath <roland@frob.com> 2002-06-04 18:35:03 +00:00
locale.h * locale/setlocale.c (_nl_current_names): Variable moved ... 2002-08-04 01:41:55 +00:00
malloc.h Update. 2002-03-13 02:17:12 +00:00
math.h Update. 2002-04-24 21:09:14 +00:00
mcheck.h * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
memory.h
mntent.h Update. 2002-04-09 20:36:24 +00:00
monetary.h
netdb.h * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>. 2002-08-02 03:32:24 +00:00
netgroup.h
nl_types.h
nss.h
nsswitch.h
obstack.h
poll.h
printf.h Update. 2002-08-03 07:02:10 +00:00
pthread.h
pwd.h Update. 2002-03-15 09:30:44 +00:00
regex.h
resolv.h Update. 2002-08-03 07:02:10 +00:00
sched.h Update. 2002-08-03 07:02:10 +00:00
search.h * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
set-hooks.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setjmp.h
sgtty.h
shadow.h Update. 2002-03-15 09:30:44 +00:00
shlib-compat.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
signal.h 2002-08-03 Roland McGrath <roland@redhat.com> 2002-08-03 22:26:02 +00:00
spawn.h
stab.h
stdio_ext.h Update. 2002-04-09 20:36:24 +00:00
stdio.h Update. 2002-05-14 21:29:42 +00:00
stdlib.h * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
string.h (__stpcpy): Add libc_hidden_def. 2002-08-04 01:22:11 +00:00
strings.h
stub-tag.h
syscall.h
sysexits.h
syslog.h
tar.h
termios.h
tgmath.h
time.h * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
ttyent.h * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
ucontext.h
ulimit.h
unistd.h Update. 2002-08-03 07:02:10 +00:00
utime.h * include/stdlib.h: Use libc_hidden_proto for qsort. 2002-08-03 22:26:33 +00:00
utmp.h
values.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wchar.h * include/search.h: Use libc_hidden_proto for hsearch_r, lfind. 2002-08-04 01:29:29 +00:00
wctype.h Update. 2002-04-14 20:15:40 +00:00
wordexp.h
xlocale.h