glibc/stdio-common
Ulrich Drepper 8dab36a119 Update.
2003-09-12  Ulrich Drepper  <drepper@redhat.com>

	* grp/Makefile (CFLAGS-getgrgid_r.c, CFLAGS-getgrnam_r.c,
	CFLAGS-fgetgrent.c, CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c,
	CFLAGS-initgroups.c, CFLAGS-getgrgid.c): Add -fexceptions.
	* inet/Makefile (CFLAGS-either_ntoh.c, CFLAGS-either_hton.c,
	CFLAGS-getnetgrent.c, CFLAGS-getnetgrent_r.c): Likewise.
	* io/Makefile (CFLAGS-posix_fallocate.c, CFLAGS-posix_fallocate64.c):
	Likewise.
	* misc/Makefile (CFLAGS-err.c): Likewise.
	* posix/Makefile (CFLAGS-getaddrinfo.c, CFLAGS-spawn.c,
	CFLAGS-spawnp.c, CFLAGS-spawni.c, CFLAGS-pause.c, CFLAGS-glob.c,
	CFLAGS-glob64.c): Likewise.
	* pwd/Makefile (CFLAGS-getpw.c): Likewise.
	* shadow/Makefile (CFLAGS-fgetspent.c, CFLAGS-fgetspent_r.c,
	CFLAGS-putspent.c, CFLAGS-getspnam.c, CFLAGS-getspnam_r.c): Likewise.
	* stdio-common/Makefile (CFLAGS-cuserid.c): Likewise.
	* sunrpc/Makefile (CFLAGS-openchild.c): Likewise.

	* stdlib/Makefile (CFLAGS-mkstemp.c): Remove definition.

	* libio/stdio.h: Remove __THROW from cuserid prototype.

	* locale/loadarchive.c: Use only non-cancelable interfaces.
	* resolv/herror.c (herror): Likewise.

	* malloc/hooks.c: Before using IO stream mark stream so it uses
	only non-cancelable interfaces.
	* malloc/malloc.c: Likewise.
	* posix/getopt.c: Likewise.


2003-09-11  Jakub Jelinek  <jakub@redhat.com>

	* Makerules (LDFLAGS-c.so): Remove -u __register_frame.

2003-09-12  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/stdio_ext.h: Mark most functions with __THROW.

	* misc/err.h: Remove __THROW from all prototypes.

	* posix/getopt.h (__THROW): Define if not already defined.  Add
	__THROW to the getopt functions.

2003-09-11  Ulrich Drepper  <drepper@redhat.com>

	* io/Makefile (CFLAGS-lockf.c): Add -fexceptions.
	(CFLAGS-fts.c): Likewise.
	* io/fcntl.h: Remove __THROW from lockf prototypes.
	* io/fts.h: Remove most __THROW.
2003-09-12 22:37:19 +00:00
..
.cvsignore
Depend Update. 2000-07-29 06:45:51 +00:00
Makefile Update. 2003-09-12 22:37:19 +00:00
Versions Update. 2002-02-01 23:24:05 +00:00
_i18n_number.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
_itoa.c Update. 2003-06-11 23:22:36 +00:00
_itoa.h Update. 2003-06-11 23:22:36 +00:00
_itowa.c Update. 2002-03-12 20:04:56 +00:00
_itowa.h Update. 2003-06-11 23:22:36 +00:00
asprintf.c Update. 2002-04-09 20:36:24 +00:00
bug1.c
bug1.input
bug2.c
bug3.c
bug4.c
bug5.c
bug6.c
bug6.input
bug7.c
bug8.c
bug9.c
bug10.c
bug11.c
bug12.c
bug13.c Update. 2000-07-29 06:45:51 +00:00
bug14.c Update. 2003-01-28 07:32:19 +00:00
bug15.c Update. 2003-01-30 20:26:38 +00:00
dprintf.c * include/wchar.h (putwc): Use libc_hidden_proto. 2002-08-10 09:24:53 +00:00
errnobug.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fprintf.c * include/wchar.h (putwc): Use libc_hidden_proto. 2002-08-10 09:24:53 +00:00
fscanf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getline.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getw.c Update. 2002-02-26 01:45:59 +00:00
itoa-digits.c Update. 2002-03-12 20:04:56 +00:00
itoa-udigits.c Update. 2002-03-12 20:04:56 +00:00
itowa-digits.c Update. 2002-03-13 02:17:12 +00:00
perror.c Update. 2003-04-17 04:01:04 +00:00
printf-parse.h Update. 2003-06-11 23:22:36 +00:00
printf-parsemb.c Include stdlib.h and sys/param.h. 2003-06-12 15:06:16 +00:00
printf-parsewc.c Update. 2003-06-11 23:22:36 +00:00
printf-prs.c Update. 2003-06-11 23:22:36 +00:00
printf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
printf.h Update. 2001-07-23 23:45:03 +00:00
printf_fp.c Update. 2002-10-09 09:42:48 +00:00
printf_size.c Update. 2002-09-10 01:40:26 +00:00
psignal.c Update. 2002-08-04 23:32:14 +00:00
putw.c Update. 2002-02-26 01:45:59 +00:00
reg-printf.c * stdio-common/reg-printf.c (__register_printf_function): Calloc 2003-04-05 00:34:07 +00:00
scanf.c Update. 2002-02-26 01:45:59 +00:00
scanf1.c
scanf2.c
scanf3.c
scanf4.c
scanf5.c
scanf7.c
scanf8.c
scanf9.c Update. 2000-12-15 16:03:57 +00:00
scanf10.c
scanf11.c Update. 2001-11-27 08:33:32 +00:00
scanf12.c Update. 2000-07-22 07:26:13 +00:00
scanf12.input
snprintf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sprintf.c * include/wchar.h (putwc): Use libc_hidden_proto. 2002-08-10 09:24:53 +00:00
sscanf.c * stdio-common/sscanf.c: Use prototype defn with ... syntax. 2003-03-05 19:58:20 +00:00
stdio_ext.h Update. 2003-09-12 22:37:19 +00:00
stdio_lim.h.in Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tempnam.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
temptest.c * malloc/memusagestat.c (main): Use return instead of exit to 2000-12-31 10:52:32 +00:00
test-fseek.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-fwrite.c
test-popen.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
test-vfprintf.c Update. 2003-08-19 20:24:45 +00:00
test_rdwr.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tfformat.c (sprint_doubles): A test for %F format. 2002-03-11 21:46:37 +00:00
tiformat.c
tllformat.c
tmpnam.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tmpnam_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-cookie.c
tst-fdopen.c Update. 2002-12-17 10:34:02 +00:00
tst-ferror.c
tst-ferror.input
tst-fileno.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-fmemopen.c Update. 2000-11-20 17:40:29 +00:00
tst-fphex.c * posix/tst-nanosleep.c: Include <time.h> for nanosleep 2003-06-25 11:14:37 +00:00
tst-fseek.c * locale/programs/ld-ctype.c (ctype_read): When given a repertoire 2002-08-26 11:39:12 +00:00
tst-gets.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-gets.input Update. 2001-02-15 19:57:43 +00:00
tst-obprintf.c
tst-perror.c Update. 2001-08-16 05:23:52 +00:00
tst-printf.c Update. 2002-03-15 22:08:18 +00:00
tst-printf.sh Update. 2002-03-15 22:08:18 +00:00
tst-printfsz.c
tst-rndseek.c 2002-10-12 Roland McGrath <roland@redhat.com> 2002-10-12 18:45:26 +00:00
tst-sprintf.c * posix/transbug.c: Include <string.h> for memset and strlen 2003-06-25 11:04:58 +00:00
tst-sscanf.c * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole 2002-10-11 10:55:33 +00:00
tst-swprintf.c Update. 2002-08-27 06:41:29 +00:00
tst-tmpnam.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-unbputc.c
tst-unbputc.sh Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tst-ungetc.c Update. 2002-12-19 09:18:01 +00:00
tst-wc-printf.c Update. 2003-07-31 19:26:38 +00:00
tstdiomisc.c Update. 2000-12-15 16:03:57 +00:00
tstgetln.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
tstgetln.input
tstscanf.c Update. 2001-08-07 04:37:18 +00:00
tstscanf.input
vfprintf.c Update. 2003-09-06 09:56:14 +00:00
vfscanf.c Update. 2003-09-06 09:56:14 +00:00
vfwprintf.c
vfwscanf.c
vprintf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xbug.c