Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-10-26 22:21:09 +0400
committerJeff Johnston <jjohnstn@redhat.com>2004-10-26 22:21:09 +0400
commit65b1964f1afbd0a9faea38a4c546b2b5f67f6d20 (patch)
tree2c879353f841bcccb4174b58f7548ff6c50497cb /newlib/ChangeLog
parent8876d8cbec35e3445adfb269220cbc3477e3db5a (diff)
2004-10-26 Jason Tishler <jason@tishler.net>
* libc/stdio/fread.c (fread): Fix return value for unbuffered fread.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 3b04973a4..03b989cee 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-26 Jason Tishler <jason@tishler.net>
+
+ * libc/stdio/fread.c (fread): Fix return value for unbuffered
+ fread.
+
2004-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libc/include/machine/setjmp.h: Add AVR support.