From: Ulrich Drepper Date: Mon, 28 Aug 2000 22:31:02 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~24670 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=102f0642203547aaaadecf32c5b776c7a0e3e0f9;p=external%2Fglibc.git Update. 2000-08-28 Ulrich Drepper * stdio-common/vfscanf.c (ungetc): Cast c to signed char first to really match EOF. Patch by Franz Sirl . --- diff --git a/ChangeLog b/ChangeLog index a5a312c..29b2eb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2000-08-28 Ulrich Drepper + + * stdio-common/vfscanf.c (ungetc): Cast c to signed char first to + really match EOF. + Patch by Franz Sirl . + 2000-08-28 Andreas Jaeger * sysdeps/i386/fpu/libm-test-ulps: Tweaks for AMD Athlon.