glibc/stdlib
Ulrich Drepper 6b87a5642c Update.
* sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
	* sysdeps/unix/sysv/aix/chown.c: Likewise.
	* sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
	* sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
	__chown_internal.
	* sysdeps/unix/sysv/linux/s390/s390-32//chown.c: Likewise.

	* intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
	* intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
	* intl/ngettext.c: Likewise.

	* include/sys/socket.h: Declare __connect_internal and define
	__connect macro if not NOT_IN_libc.
	* sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
	* sysdeps/unix/sysv/aix/connect.c: Likewise.
	* sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.

	* include/unistd.h: Declare __close_internal and define __close macro
	if not NOT_IN_libc.
	* libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
	WJUMP3): Add extra parenthesis to avoid expanding element names with
	macors like __close.
	* sysdeps/unix/syscalls.list: Add __close_internal alias.

	* include/unistd.h: Declare __dup2_internal and define __dup2 macro
	if not NOT_IN_libc.
	* sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
	* sysdeps/posix/dup2.c: Use INTDEF for __dup2.
	* sysdeps/unix/syscalls.list: Add __dup2_internal alias.

	* include/unistd.h: Declare __fork_internal and define __fork macro
	if not NOT_IN_libc.
	* sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
	* sysdeps/unix/sysv/aix/fork.c: Likewise.
	* sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.

	* include/stdio_ext.h: Declare __fsetlocking_internal and define
	__fsetlocking macro to use it if not NOT_IN_libc.
	* libio/__fsetlocking.c: Use INTDEF for __fsetlocking.

	* libio/__fbufsize.c: Correct copyright.
	* libio/__flbf.c: Likewise.
	* libio/__fpending.c: Likewise.
	* libio/__fpurge.c: Likewise.
	* libio/__freadable.c: Likewise.
	* libio/__freading.c: Likewise.
	* libio/__fsetlocking.c: Likewise.
	* libio/__fwritable.c: Likewise.
	* libio/__fwriting.c: Likewise.

	* include/stdio.h: Declare __asprintf_internal and define __asprintf
	macro to use it if not NOT_IN_libc.
	* stdio-common/asprintf.c: Use INTDEF for __asprintf.

	* include/mntent.h: Declare __setmntent_internal,
	__getmntent_r_internal, __endmntent_internal.  Define __setmntent,
	__getmntent_r, and __endmntent macros to use these functions if not
	NOT_IN_libc.
	* misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
	__endmntent.

	* include/math.h: Declare __finite_internal, __finitef_internal, and
	__finitel_internal.  Redefine isfinite macro if in libc or libm using
	these functions.
	* sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
	* sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
	* sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
	* sysdeps/i386/fpu/s_finite.S: Define _internal alias.
	* sysdeps/i386/fpu/s_finitef.S: Likewise.
	* sysdeps/i386/fpu/s_finitel.S: Likewise.
	* sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
	* sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
	* sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
	* sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.

	* include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
	to use this function if not NOT_IN_libc.
	* libio/iofdopen.c (_IO_fcntl): Use INTUSE.
	* sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
	* sysdeps/mach/hurd/fcntl.c: Likewise.
	* sysdeps/unix/sysv/aix/fcntl.c: Likewise.
	* sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.

	* include/argz.h: Declare __argz_count_internal and
	__argz_stringify_internal.
	* intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
	__argz_stringify.
	* string/argz-count.c: Use INTDEF for __argz_count.
	* string/argz-stringify.c: Use INTDEF for __argz_stringify.

	* include/stdlib.h: Declare __cxa_atexit_internal and define
	__cxa_atexit macro if not NOT_IN_libc.
	* stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
	* dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.

	* assert/assert.c: Use INTDEF for __assert_fail.
	* assert/__assert.c: Use INTUSE for call to __assert_fail.
	* include/assert.h: Declare __assert_fail_internal.
2002-04-09 20:36:24 +00:00
..
.cvsignore Tue May 14 14:07:10 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-14 20:30:25 +00:00
Makefile Update. 2002-03-14 20:48:50 +00:00
Versions Update. 2002-02-28 20:15:06 +00:00
a64l.c * stdlib/a64l.c: Expect least significant digit first. 2001-10-25 10:20:40 +00:00
abs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
alloca.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
atexit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
atof.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
atoi.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
atol.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
atoll.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bsearch.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bug-strtod.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
canonicalize.c Realloc error handling memory leak fix. 2001-12-29 15:57:15 +00:00
cxa_atexit.c Update. 2002-04-09 20:36:24 +00:00
cxa_finalize.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
drand48-iter.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
drand48.c Update. 2002-03-12 20:04:56 +00:00
drand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
erand48.c Update. 2002-03-12 20:04:56 +00:00
erand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
exit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
exit.h Update. 2002-03-12 20:04:56 +00:00
fmtmsg.c Update. 2001-08-17 04:49:12 +00:00
fmtmsg.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fpioconst.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fpioconst.h Update. 2002-03-12 10:25:36 +00:00
gen-mpn-copy Mon Dec 4 12:10:28 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-12-04 19:00:50 +00:00
getsubopt.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gmp-impl.h Update. 1998-06-01 14:26:00 +00:00
gmp.h Updated from /src/gmp-2.0 1996-05-07 21:04:52 +00:00
grouping.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
isomac.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
jrand48.c Update. 2002-03-12 20:04:56 +00:00
jrand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
l64a.c * stdlib/a64l.c: Expect least significant digit first. 2001-10-25 10:20:40 +00:00
lcong48.c Update. 2002-03-12 20:04:56 +00:00
lcong48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
longlong.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lrand48.c Update. 2002-03-12 20:04:56 +00:00
lrand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mblen.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mbstowcs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mbtowc.c Update. 2002-03-13 08:59:47 +00:00
monetary.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mrand48.c Update. 2002-03-12 20:04:56 +00:00
mrand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
msort.c Update. 2002-01-29 07:54:51 +00:00
nrand48.c Update. 2002-03-12 20:04:56 +00:00
nrand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
old_atexit.c Update. 2001-02-26 17:53:15 +00:00
on_exit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
qsort.c Update. 2002-01-29 07:54:51 +00:00
rand.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rand_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
random.c Update. 2001-01-27 07:07:07 +00:00
random_r.c Update. 2000-08-22 16:27:22 +00:00
rpmatch.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
secure-getenv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
seed48.c Update. 2002-03-12 20:04:56 +00:00
seed48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
srand48.c Update. 2002-03-12 20:04:56 +00:00
srand48_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
stdlib.h * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for 2001-11-19 10:12:15 +00:00
strfmon.c Update. 2002-02-26 01:45:59 +00:00
strfmon_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strtod.c Update. 2001-08-07 04:37:18 +00:00
strtod_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strtof.c Update. 1997-05-24 02:30:09 +00:00
strtof_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
strtold_l.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-a64l.c Update. 2002-02-14 09:25:02 +00:00
test-canon.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-canon2.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
testdiv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
testdiv.input initial import 1995-02-18 01:27:10 +00:00
testmb.c Update. 1998-04-15 17:02:23 +00:00
testrand.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
testsort.c Update. 2000-12-05 08:17:58 +00:00
tst-bsearch.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-environ.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-fmtmsg.c Update. 2000-10-27 23:37:52 +00:00
tst-fmtmsg.sh Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-limits.c Update. 2000-11-25 01:26:30 +00:00
tst-qsort.c Update. 2002-01-29 09:21:41 +00:00
tst-rand48.c Update. 2001-01-20 04:33:16 +00:00
tst-random.c Update. 2001-08-23 23:36:47 +00:00
tst-setcontext.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-strtod.c update. 2001-08-07 17:33:37 +00:00
tst-strtol.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-strtoll.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
tst-xpg-basename.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ucontext.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wcstombs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
wctomb.c Update. 2002-03-13 08:59:47 +00:00
xpg_basename.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00