glibc/include
Ulrich Drepper 17427edd1f Update.
2000-11-20  Ulrich Drepper  <drepper@redhat.com>

	* csu/gmon-start.c: Always have prototype for __gmon_start.
	* csu/version.c: Add prototypes for __libc_print_version and
	__libc_main.
	* iconv/gconv.c: Include gconv_int.h and gconv.h.
	* iconv/gconv.h (struct __gconv_step): Remove const from __from_name
	and __to_name.
	* iconv/gconv_builtin.h: Add ASCII module definitions.
	* iconv/gconv_conf.c (__gconv_path_elem): Remove const.
	(add_module): Add cast to avoid warning.  Rework construction of
	strings for new module.
	* iconv/gconv_db.c (__gconv_alias_compare): Make s1 and s2 const.
	(derivation_compare): Likewise.
	* iconv/gconv_dl.c (do_release_shlib): Remove const from nodep.
	(__gconv_release_shlib): Cast do_release_shlib as parameter for twalk.
	* iconv/gconv_int.h (__gconv_path_elem): Remove const.
	(struct gconv_alias): Remove const from fromname and toname.
	* iconv/gconv_simple.c: Include gconv_builtin.h to get prototypes
	for loop functions.
	(internal_ucs4_loop): Use correct const-ness.
	(ucs4_internal_loop): Likewise.
	(internal_ucs4le_loop): Likewise.
	(ucs4le_internal_loop_single): Likewise.
	* iconv/gconv_trans.c (__gconv_transliterate): Make from_idx, from_tbl,
	to_idx, to_tbl, winbuf, winbufend const.  Change casts in
	assignments appropriately.
	(struct known_trans): Remove const from fname.
	(trans_compare): Make s1 and s2 const.
	* iconv/loop.c (LOOPFC): Make outend parameter const.  Add cast to
	avoid warning.
	* iconv/skeleton.c: Remove cast in calls of loop functions.
	* iconvdata/gconv-modules: Remove US-ASCII definitions.
	* iconvdata/iso646.c: Remove US_ASCII support.
	* include/set-hooks.h (DEFINE_HOOK): Also generate prototype.
	* include/unistd.h: Add __libc_check_standard_fds prototype.
	* string/bits/string2.h (__mempcpy_args): Add const to casts.
	* sysdeps/generic/initfini.c: Add prototypes for dummy, _init, and
	_fini.
	* sysdeps/generic/libc-start.c: Add prototype for __libc_start_main.
	* sysdeps/i386/i486/bits/string.h (strcmp): Add const to casts.
	* sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Add cast to avoid
	warning.
	* sysdeps/unix/sysv/linux/init-first.c: Add prototypes for
	__libc_init_first and _dl_start.

	* sysdeps/unix/sysv/linux/mips/clone.S: Fix comments.
2000-11-20 09:16:41 +00:00
..
arpa Update. 2000-04-04 06:38:32 +00:00
bits Update. 2000-10-21 00:02:39 +00:00
gnu Update. 1999-11-23 17:31:31 +00:00
netinet
protocols
rpc
rpcsvc
sys Update. 2000-09-09 07:59:23 +00:00
aio.h Update. 1999-11-23 17:22:17 +00:00
aliases.h
alloca.h Update. 1999-11-23 17:22:17 +00:00
argp.h
argz.h
assert.h
byteswap.h
complex.h
ctype.h
des.h
dirent.h Add some pure attributes. 2000-08-23 07:23:46 +00:00
dlfcn.h Update. 2000-07-21 04:12:25 +00:00
elf.h Update. 2000-06-08 04:48:56 +00:00
endian.h
envz.h
err.h
errno.h Update. 2000-09-14 01:43:19 +00:00
error.h
execinfo.h Update. 1999-11-23 17:22:17 +00:00
fcntl.h Update. 1999-12-19 19:51:55 +00:00
features.h Update. 2000-11-08 21:20:06 +00:00
fenv.h
fnmatch.h
fpu_control.h Update. 1999-11-23 17:22:17 +00:00
ftw.h
gconv.h
getopt.h
glob.h Update. 2000-08-19 16:58:09 +00:00
gnu-versions.h
grp.h Update. 1999-11-23 17:22:17 +00:00
iconv.h
langinfo.h Undo last patch. 2000-09-26 17:19:47 +00:00
libc-symbols.h Update. 2000-10-15 06:50:42 +00:00
libgen.h
libintl.h Update. 2000-08-28 23:52:21 +00:00
limits.h Update. 2000-10-21 00:02:39 +00:00
linewrap.h
link.h (struct link_map): Add l_idx field. 2000-10-24 07:24:28 +00:00
locale.h
malloc.h
math.h Update. 1999-11-23 17:22:17 +00:00
mcheck.h
memory.h
mntent.h Update. 1999-11-23 17:22:17 +00:00
monetary.h
netdb.h Update. 2000-08-01 16:05:21 +00:00
netgroup.h
nl_types.h
nss.h
nsswitch.h
obstack.h
poll.h Update. 2000-08-21 16:02:48 +00:00
printf.h
pwd.h Update. 1999-11-23 17:22:17 +00:00
regex.h
resolv.h Update. 2000-07-19 22:03:58 +00:00
sched.h Update. 2000-07-27 22:01:07 +00:00
search.h Update. 1999-11-23 17:31:31 +00:00
set-hooks.h Update. 2000-11-20 09:16:41 +00:00
setjmp.h Update. 1999-11-23 17:31:31 +00:00
sgtty.h
shadow.h Update. 1999-11-23 17:22:17 +00:00
shlib-compat.h Update. 2000-03-31 05:50:02 +00:00
signal.h Declare __libc_sigaction. 2000-07-07 00:44:21 +00:00
spawn.h Update. 2000-10-01 19:15:29 +00:00
stab.h
stdio.h Update. 2000-09-14 01:43:19 +00:00
stdlib.h Update. 2000-08-23 07:22:48 +00:00
string.h Update. 2000-10-20 06:16:38 +00:00
strings.h
stub-tag.h
syscall.h
sysexits.h
syslog.h
tar.h
termios.h Update. 1999-11-23 17:22:17 +00:00
tgmath.h
time.h Update. 2000-11-01 08:10:10 +00:00
ttyent.h
ucontext.h Update. 1999-10-12 18:17:41 +00:00
ulimit.h Update. 1999-11-23 17:22:17 +00:00
unistd.h Update. 2000-11-20 09:16:41 +00:00
utime.h
utmp.h Update. 1999-11-23 17:22:17 +00:00
values.h
wchar.h Update. 2000-09-14 01:43:19 +00:00
wctype.h Update. 1999-10-19 13:53:34 +00:00
wordexp.h
xlocale.h