glibc/inet
Ulrich Drepper 230491f02c Update.
2002-08-04  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
	to access _sys_siglist.
	* string/strsignal.c: Likewise.
	* sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
	* sysdeps/gnu/siglist.c: Likewise.
	* sysdeps/unix/siglist.c: Likewise.
	* sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.

	* libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.

	* libio/wfileops.c: Add missing INTUSE for _IO_file_close.

	* intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
	alias and use it.
	* intl/bindtextdom.c: Use _nl_default_dirname_internal.

	* include/netinet/in.h: Add declaration of in6addr_loopback_internal.
	* inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
	* sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.

	* include/time.h: Add libc_hidden_proto for __gmtime_r.
	* time/gmtime.c (__gmtime_r): Add libc_hidden_def.

	* iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
	and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
	and __gconv_get_cache respectively.
	* iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
	defined static.  Change all users.
	(__gconv_get_cache): New function.
	* iconv/gconv_db.c (__gconv_get_modules_db): New function.
	(__gconv_get_alias_db): New function.
	* iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
	(__conv_modules_db): Likewise.
	Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
	and __gconv_get_alias_db.
	* iconv/iconv_prog.c: Use the new functions instead of accessing the
	variables.

	* include/stdlib.h: Add prototype and libc_hidden_proto for
	__default_morecore.
	* sysdeps/generic/morecore.c: Include <stdlib.h>.

	* malloc/obstack.c: Remove fputs macro.

	* malloc/mtrace.c: Remove fopen macro.
2002-08-04 23:32:14 +00:00
..
arpa
netinet
protocols
.cvsignore
aliases.h
ether_aton_r.c
ether_aton.c
ether_hton.c Update. 2002-04-03 00:36:12 +00:00
ether_line.c Update. 2002-05-24 08:49:00 +00:00
ether_ntoa_r.c
ether_ntoa.c
ether_ntoh.c Update. 2002-04-03 00:36:12 +00:00
getaliasent_r.c Update. 2002-08-03 07:02:10 +00:00
getaliasent.c
getaliasname_r.c Update. 2002-08-03 07:02:10 +00:00
getaliasname.c
gethstbyad_r.c Update. 2002-08-03 07:02:10 +00:00
gethstbyad.c
gethstbynm2_r.c Update. 2002-08-03 07:02:10 +00:00
gethstbynm2.c
gethstbynm_r.c Update. 2002-08-03 07:02:10 +00:00
gethstbynm.c
gethstent_r.c Update. 2002-08-03 07:02:10 +00:00
gethstent.c
getnameinfo.c Update. 2002-07-06 06:36:39 +00:00
getnetbyad_r.c Update. 2002-08-03 07:02:10 +00:00
getnetbyad.c
getnetbynm_r.c Update. 2002-08-03 07:02:10 +00:00
getnetbynm.c
getnetent_r.c Update. 2002-08-03 07:02:10 +00:00
getnetent.c
getnetgrent_r.c Update. 2002-04-03 00:36:12 +00:00
getnetgrent.c
getproto_r.c Update. 2002-08-03 07:02:10 +00:00
getproto.c
getprtent_r.c Update. 2002-08-03 07:02:10 +00:00
getprtent.c
getprtname_r.c Update. 2002-08-03 07:02:10 +00:00
getprtname.c
getrpcbyname_r.c Update. 2002-08-03 07:02:10 +00:00
getrpcbyname.c
getrpcbynumber_r.c Update. 2002-08-03 07:02:10 +00:00
getrpcbynumber.c
getrpcent_r.c Update. 2002-08-03 07:02:10 +00:00
getrpcent.c
getservent_r.c Update. 2002-08-03 07:02:10 +00:00
getservent.c
getsrvbynm_r.c Update. 2002-08-03 07:02:10 +00:00
getsrvbynm.c
getsrvbypt_r.c Update. 2002-08-03 07:02:10 +00:00
getsrvbypt.c
herrno.c * sysdeps/pthread/bits/libc-tsd.h: Include <tls.h>. 2002-08-02 03:32:24 +00:00
htontest.c
ifaddrs.h Added <ifaddrs.h> interface with functions getifaddrs', freeifaddrs'. 2002-07-24 22:56:44 +00:00
in6_addr.c Update. 2002-08-04 23:32:14 +00:00
inet_lnaof.c
inet_mkadr.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
inet_net.c
inet_netof.c * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__]. 2002-08-03 12:09:37 +00:00
inet_ntoa.c
Makefile Added <ifaddrs.h> interface with functions getifaddrs', freeifaddrs'. 2002-07-24 22:56:44 +00:00
netgroup.h
rcmd.c Update. 2002-05-15 00:22:23 +00:00
rexec.c Update. 2002-05-15 00:22:23 +00:00
ruserpass.c
test_ifindex.c
test-ifaddrs.c Added <ifaddrs.h> interface with functions getifaddrs', freeifaddrs'. 2002-07-24 22:56:44 +00:00
tst-ether_aton.c Update. 2002-05-24 08:49:00 +00:00
tst-gethnm.c
tst-network.c
tst-ntoa.c
Versions Added <ifaddrs.h> interface with functions getifaddrs', freeifaddrs'. 2002-07-24 22:56:44 +00:00