summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-01-11 22:06:09 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-01-11 22:06:09 +0000
commit798c015d114223b53caf5affb5820dbecb69dc4d (patch)
treeaff08d6be298e8ff452f90eaf96ff4cb3faec15f /newlib/ChangeLog
parent175f01bc175fc0bc700426a23709596a629cf9c8 (diff)
downloadcygnal-798c015d114223b53caf5affb5820dbecb69dc4d.tar.gz
cygnal-798c015d114223b53caf5affb5820dbecb69dc4d.tar.bz2
cygnal-798c015d114223b53caf5affb5820dbecb69dc4d.zip
2002-01-11 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/vfscanf.c (__svfscanf_r): Change loop that reads blanks from the input file to break if EOF reached rather than end processing.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 48134073c..c4ad7ccce 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2002-01-11 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/stdio/vfscanf.c (__svfscanf_r): Change loop that
+ reads blanks from the input file to break if EOF reached
+ rather than end processing.
+
2002-01-07 Jeff Johnston <jjohnstn@redhat.com>
* MAINTAINERS: Change e-mail addresses to refer to redhat domain.