glibc/stdlib
Ulrich Drepper 7329994338 Update.
More cancellation handling fixups.
	* sysdeps/unix/sysv/linux/not-cancel.h: Add waitpid_not_cancel.
	* sysdeps/generic/not-cancel.h: Likewise.
	* catgets/open_catalog.c: Use not-cancelable syscalls.
	* time/Makefile (CFLAGS-getdate.c): Add -fexceptions.
	* sysdeps/unix/sysv/linux/llseek.c: Must not be cancelable.
	* sysdeps/unix/syscalls.list: Don't mark lseek as cancelable.
	* dlfcn/dlfcn.h: Mark dlopen with __THROW again.
	* io/fcntl.h: Don't mark posix_fallocate with __THROW.
	* libio/fileops.c: Use not-cancelable syscalls for fclose.
	* libio/iopopen.c: Use no-cancelable syscalls.
	* libio/stdio.h: Mark popen and pclose with __THROW again.
	* misc/Makefile (CFLAGS-syslog.c): Add -fexceptions.
	* misc/syslog.c: Fix locking and cancellation cleanup handling.
	* posix/unistd.h: Mark ttyname and ttyname_r again with __THROW.
	* stdio-common/Makefile (CFLAGS-tmpfile.c, CFLAGS-tmpfile64.c,
	CFLAGS-tempname.c): Add -fexceptions.
	* stdlib/Makefile (CFLAGS-mkstemp.c): Add -fexceptions.
	* string/string.h: Mark strerror and strerror_r with _THROW again.
	* sysdeps/generic/unwind.inc: New file.  Copied from gcc.
	* sysdeps/generic/unwind-dw2.c: Update from gcc version.  Remove
	#ifs since we now need all the code compiled.
	* sysdeps/posix/spawni.c: Use close_not_cancel instead of close.
	* sysdeps/unix/closedir.c: Use not-cancelable syscalls.
	* sysdeps/unix/opendir.c: Likewise.
2003-07-15 07:52:52 +00:00
..
sys Update. 2002-07-20 01:14:41 +00:00
.cvsignore
Makefile Update. 2003-07-15 07:52:52 +00:00
Versions Update. 2002-07-11 16:34:20 +00:00
a64l.c * stdlib/a64l.c: Expect least significant digit first. 2001-10-25 10:20:40 +00:00
abs.c
alloca.h
atexit.c
atof.c
atoi.c
atol.c
atoll.c
bsearch.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
bug-strtod.c
canonicalize.c * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY. 2002-11-15 22:51:30 +00:00
cxa_atexit.c Update. 2002-04-09 20:36:24 +00:00
cxa_finalize.c Update. 2003-04-19 18:26:10 +00:00
drand48-iter.c
drand48.c Update. 2002-03-12 20:04:56 +00:00
drand48_r.c
erand48.c Update. 2002-03-12 20:04:56 +00:00
erand48_r.c
errno.h Update. 2002-07-20 01:14:41 +00:00
exit.c * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog. 2002-08-03 12:59:33 +00:00
exit.h Update. 2002-03-12 20:04:56 +00:00
fmtmsg.c * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn): 2002-11-01 20:44:15 +00:00
fmtmsg.h
fpioconst.c * elf/dl-load.c (_dl_map_object_from_fd): Bail if no PT_LOAD phdrs 2003-03-14 03:59:59 +00:00
fpioconst.h * stdlib/fpioconst.h: Include gmp.h with angle brackets. 2003-03-14 04:21:27 +00:00
gen-mpn-copy
getsubopt.c
gmp-impl.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
gmp.h 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
grouping.c Update. 2003-06-11 23:22:36 +00:00
grouping.h Update. 2003-06-11 23:22:36 +00:00
groupingwc.c Update. 2003-06-11 23:22:36 +00:00
isomac.c (get_null_defines): Treat NOT_IN_libc special. It is known to be defined. 2002-08-08 04:44:47 +00:00
jrand48.c Update. 2002-03-12 20:04:56 +00:00
jrand48_r.c
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
longlong.h * stdlib/longlong.h (__udiv_qrnnd): Remove PARAMS from prototype. 2002-09-29 12:35:09 +00:00
lrand48.c Update. 2002-03-12 20:04:56 +00:00
lrand48_r.c 2002-08-04 Roland McGrath <roland@redhat.com> 2002-08-05 02:18:42 +00:00
mblen.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
mbstowcs.c
mbtowc.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
monetary.h * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
mrand48.c Update. 2002-03-12 20:04:56 +00:00
mrand48_r.c
msort.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
nrand48.c Update. 2002-03-12 20:04:56 +00:00
nrand48_r.c
old_atexit.c
on_exit.c
qsort.c Update. 2002-01-29 07:54:51 +00:00
rand.c
rand_r.c
random.c * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99. 2002-12-16 02:05:36 +00:00
random_r.c Update. 2002-07-06 06:36:39 +00:00
rpmatch.c Update. 2003-06-11 23:22:36 +00:00
secure-getenv.c Update. 2002-08-03 07:02:10 +00:00
seed48.c Update. 2002-03-12 20:04:56 +00:00
seed48_r.c
srand48.c Update. 2002-03-12 20:04:56 +00:00
srand48_r.c
stdlib.h Update. 2003-04-19 16:57:17 +00:00
strfmon.c Update. 2002-08-03 07:02:10 +00:00
strfmon_l.c * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts. 2002-08-27 23:36:31 +00:00
strtod.c Update. 2003-06-11 23:22:36 +00:00
strtod_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strtof.c
strtof_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
strtold_l.c * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions 2002-08-06 08:40:20 +00:00
test-a64l.c Update. 2002-02-14 09:25:02 +00:00
test-canon.c Update. 2002-05-16 06:14:36 +00:00
test-canon2.c
testdiv.c
testdiv.input
testmb.c
testrand.c
testsort.c
tst-bsearch.c Fix format strings. 2002-09-30 07:47:16 +00:00
tst-environ.c
tst-fmtmsg.c
tst-fmtmsg.sh
tst-limits.c
tst-qsort.c Update. 2002-01-29 09:21:41 +00:00
tst-rand48.c
tst-random.c Update. 2001-08-23 23:36:47 +00:00
tst-setcontext.c * stdlib/tst-setcontext.c (main): If makecontext does nothing, 2002-08-31 03:21:56 +00:00
tst-strtod.c Update. 2003-06-25 14:21:44 +00:00
tst-strtol.c
tst-strtoll.c
tst-system.c Update. 2002-12-17 06:52:45 +00:00
tst-xpg-basename.c * catgets/open_catalog.c (__open_catalog): Don't use a value type 2002-09-24 04:24:25 +00:00
ucontext.h
wcstombs.c
wctomb.c * locale/localeinfo.h (struct locale_data): Add private.ctype. 2002-09-02 19:34:39 +00:00
xpg_basename.c