glibc/stdio-common
Ulrich Drepper 2e65ca2b22 Update.
1999-07-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/ioperm.c: Update for some more
	motherboards.
	Patch by Jay Estabrook.

	* sysdeps/unix/sysv/linux/configure.in: Don't test for libc4 in
	ldd for SPARC.
	* /sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
	Patch by Cristian Gafton.

1999-07-02  Cristian Gafton  <gafton@redhat.com>

	* sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): "return 0"
	instead of "return NULL" to make C++ happy.

1999-07-04  Mark Kettenis  <kettenis@gnu.org>

	* libio/iofdopen.c (_IO_new_fdopen): Set EINVAL if MODE is not
	allowed by the file access mode of the open file.

1999-07-06  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/setfpucw.c: Include math.h to get all needed
	macros defined.

1999-07-03  Jakub Jelinek   <jj@ultra.linux.cz>

	* sysdeps/sparc/sparc64/submul_1.S: Fix carry handling. Optimize.
	* sysdeps/sparc/sparc64/lshift.S: Make a leaf subroutine. Optimize.
	* sysdeps/sparc/sparc64/rshift.S: Likewise.
	* sysdeps/sparc/sparc64/mul_1.S: Optimize.

1999-07-04  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>

	* malloc/malloc.c (request2size): Check for overflow and return
	NULL whenever it is encountered.

1999-07-04  Zack Weinberg  <zack@rabi.columbia.edu>

	* sysdeps/posix/tempname.c (__gen_tempname):   Add
	ability to create directories.  Replace OPENIT and LARGEFILE
	args with a single flags parameter.
	* sysdeps/generic/tempname.c: Likewise.
	* include/stdio.h: Adjust prototype of __gen_tempname to
	match.  Define symbolic constants for second argument.

	* misc/mkdtemp.c: New file, provides new function mkdtemp().
	* stdlib/stdlib.h: Prototype it.
	* misc/Versions: Export it.
	* misc/Makefile (routines): Add mktemp.
	* manual/filesys.texi: Document it.

	* misc/mktemp.c: Adjust call of __gen_tempname to match new
	convention.
	* misc/mkstemp.c: Likewise.
	* stdio-common/tempnam.c: Likewise.
	* stdio-common/tmpfile.c: Likewise.
	* stdio-common/tmpfile64.c: Likewise.
	* stdio-common/tmpnam.c: Likewise.
	* stdio-common/tmpnam_r.c: Likewise.

1999-07-05  Jakub Jelinek   <jj@ultra.linux.cz>

	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Support
	R_SPARC_OLO10 relocations.
	* elf/elf.h (R_SPARC_OLO10): Fix comment.
1999-07-06 16:26:03 +00:00
..
_itoa.c Update. 1999-06-16 22:55:47 +00:00
_itoa.h
_itowa.c Update. 1999-06-16 22:55:47 +00:00
_itowa.h Update. 1999-06-16 22:55:47 +00:00
.cvsignore
asprintf.c
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
dprintf.c
errnobug.c
fprintf.c
fscanf.c
getline.c
getw.c
itoa-digits.c Update. 1999-06-16 22:55:47 +00:00
itowa-digits.c Update. 1999-06-16 22:55:47 +00:00
Makefile Update. 1999-06-16 22:55:47 +00:00
perror.c
printf_fp.c Update. 1999-06-16 22:55:47 +00:00
printf_size.c Update. 1999-06-16 22:55:47 +00:00
printf-parse.h Update. 1999-06-21 13:38:44 +00:00
printf-prs.c Update. 1999-06-16 22:55:47 +00:00
printf.c
printf.h Update. 1999-06-16 22:55:47 +00:00
psignal.c Update. 1999-06-19 09:58:37 +00:00
putw.c
reg-printf.c
scanf1.c
scanf2.c
scanf3.c
scanf4.c
scanf5.c
scanf6.c
scanf7.c
scanf8.c
scanf9.c
scanf10.c
scanf11.c
scanf12.c
scanf12.input
scanf.c
snprintf.c
sprintf.c
sscanf.c
stdio_lim.h.in
tempnam.c Update. 1999-07-06 16:26:03 +00:00
temptest.c
test_rdwr.c
test-fseek.c
test-fwrite.c
test-popen.c
tfformat.c
tiformat.c
tllformat.c
tmpfile64.c Update. 1999-07-06 16:26:03 +00:00
tmpfile.c Update. 1999-07-06 16:26:03 +00:00
tmpnam_r.c Update. 1999-07-06 16:26:03 +00:00
tmpnam.c Update. 1999-07-06 16:26:03 +00:00
tst-ferror.c
tst-ferror.input
tst-fileno.c
tst-printf.c Update. 1999-05-07 11:32:00 +00:00
tst-printfsz.c
tst-tmpnam.c
tst-ungetc.c
tst-wc-printf.c
tstdiomisc.c
tstgetln.c
tstgetln.input
tstscanf.c Update. 1999-06-06 09:23:32 +00:00
tstscanf.input
Versions
vfprintf.c Update. 1999-06-21 13:38:44 +00:00
vfscanf.c Update. 1999-06-21 13:38:44 +00:00
vfwprintf.c Update. 1999-06-16 22:55:47 +00:00
vfwscanf.c Update. 1999-06-16 22:55:47 +00:00
vprintf.c
xbug.c