glibc/libio
Ulrich Drepper c94a8080d8 Update.
1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>

	* posix/execvp.c: Don't give up searching the PATH if execve
	returns ENOTDIR.

1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
	if _dl_fpu_control_set is set.
	* sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
	* elf/rtld.c: Don't define _dl_fpu_control_set.
	* elf/Versions: Remove _dl_fpu_control_set.

1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
	* sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
	* sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
	Correct values of other SA_* macros according to kernel headers.

1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* elf/dl-load.c (_dl_init_paths): Avoid warning about unused
	variable l.
	* elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
	old.

1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* elf/ldsodefs.h: Fix typo in comment.

1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
	char when comparing buffer contents with putback character.

1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
	Undo last change.
	* elf/Versions: Undo last change.  Export _dl_fpu_control and
	_dl_fpu_control_set.
	* elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
	variables.  Include <fpu_control.h>.
	* sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
	_dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
	to indicate that is was seen.
	* sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
	only if _dl_fpu_control was set and is equal to desired value.
	* math/Makefile (aux): Undo last change.
	* math/Versions: Export __fpu_control with version GLIBC_2.0.
1998-09-22 19:08:42 +00:00
..
.cvsignore
Banner
clearerr_u.c
clearerr.c
fcloseall.c
feof_u.c
feof.c
ferror_u.c
ferror.c
fgetc.c Update. 1998-06-07 14:06:56 +00:00
filedoalloc.c
fileno.c
fileops.c Update. 1998-09-18 17:59:03 +00:00
fputc_u.c
fputc.c Update. 1998-06-07 14:06:56 +00:00
freopen64.c Update. 1998-06-07 14:06:56 +00:00
freopen.c Update. 1998-06-07 14:06:56 +00:00
fseek.c Update. 1998-06-07 14:06:56 +00:00
fseeko64.c Update. 1998-06-07 14:06:56 +00:00
fseeko.c Update. 1998-06-07 14:06:56 +00:00
ftello64.c Update. 1998-09-18 17:59:03 +00:00
ftello.c Update. 1998-09-18 17:59:03 +00:00
genops.c Update. 1998-09-22 19:08:42 +00:00
getc_u.c
getc.c Update. 1998-06-07 14:06:56 +00:00
getchar_u.c
getchar.c Update. 1998-06-07 14:06:56 +00:00
iofclose.c Update. 1998-09-18 17:59:03 +00:00
iofdopen.c Update. 1998-08-08 20:02:34 +00:00
iofflush_u.c
iofflush.c Update. 1998-06-07 14:06:56 +00:00
iofgetpos64.c Update. 1998-09-18 17:59:03 +00:00
iofgetpos.c Update. 1998-09-18 17:59:03 +00:00
iofgets_u.c Update. 1998-07-05 11:57:59 +00:00
iofgets.c Update. 1998-06-07 14:06:56 +00:00
iofopen64.c Update. 1998-08-08 20:02:34 +00:00
iofopen.c
iofopncook.c
iofputs_u.c Update. 1998-07-16 13:49:59 +00:00
iofputs.c Update. 1998-06-07 14:06:56 +00:00
iofread_u.c Update. 1998-07-06 17:09:00 +00:00
iofread.c Update. 1998-06-07 14:06:56 +00:00
iofsetpos64.c Update. 1998-06-07 14:06:56 +00:00
iofsetpos.c Update. 1998-06-07 14:06:56 +00:00
ioftell.c Update. 1998-09-18 17:59:03 +00:00
iofwrite_u.c Update. 1998-07-06 17:09:00 +00:00
iofwrite.c Update. 1998-07-04 10:39:13 +00:00
iogetdelim.c Update. 1998-06-07 14:06:56 +00:00
iogetline.c Update. 1998-08-26 16:00:46 +00:00
iogets.c Update. 1998-06-07 14:06:56 +00:00
iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t. 1998-08-20 22:59:31 +00:00
iopadn.c
iopopen.c Update. 1998-08-08 20:02:34 +00:00
ioputs.c Update. 1998-06-07 14:06:56 +00:00
ioseekoff.c Update. 1998-09-18 17:59:03 +00:00
ioseekpos.c Update. 1998-06-07 14:06:56 +00:00
iosetbuffer.c Update. 1998-06-07 14:06:56 +00:00
iosetvbuf.c Update. 1998-06-07 14:06:56 +00:00
iosprintf.c
ioungetc.c Update. 1998-06-07 14:06:56 +00:00
iovdprintf.c
iovsprintf.c Update. 1998-06-07 14:06:56 +00:00
iovsscanf.c Update. 1998-06-07 14:06:56 +00:00
libio.h Update. 1998-09-18 17:59:03 +00:00
libioP.h Update. 1998-08-23 18:23:26 +00:00
Makefile Update. 1998-08-08 20:02:34 +00:00
memstream.c
obprintf.c
oldfileops.c Update. 1998-08-23 18:23:26 +00:00
oldiofclose.c Update. 1998-06-07 14:06:56 +00:00
oldiofdopen.c
oldiofopen.c
oldstdfiles.c Update. 1998-09-16 17:54:34 +00:00
oldtmpfile.c Update. 1998-08-08 20:02:34 +00:00
pclose.c
peekc.c Update. 1998-06-07 14:06:56 +00:00
putc_u.c
putc.c Update. 1998-06-07 14:06:56 +00:00
putchar_u.c
putchar.c Update. 1998-06-07 14:06:56 +00:00
rewind.c Update. 1998-06-07 14:06:56 +00:00
setbuf.c
setlinebuf.c
stdfiles.c
stdio.c
stdio.h Update. 1998-09-07 09:56:37 +00:00
strfile.h Update. 1998-07-20 18:25:24 +00:00
strops.c Update. 1998-05-22 17:17:46 +00:00
vasprintf.c
Versions Update. 1998-08-23 18:23:26 +00:00
vscanf.c
vsnprintf.c Update. 1998-08-23 18:23:26 +00:00