2000-08-28  Ulrich Drepper  <drepper@redhat.com>

	* stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
	really match EOF.
	Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
This commit is contained in:
Ulrich Drepper 2000-08-28 22:31:02 +00:00
parent 12e3e5cc74
commit 102f064220
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2000-08-28 Ulrich Drepper <drepper@redhat.com>
* stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
really match EOF.
Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2000-08-28 Andreas Jaeger <aj@suse.de>
* sysdeps/i386/fpu/libm-test-ulps: Tweaks for AMD Athlon.