aboutsummaryrefslogtreecommitdiff
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2001-05-01 18:18:25 +0000
committerJeff Johnston <jjohnstn@redhat.com>2001-05-01 18:18:25 +0000
commitb09e3cf8fdb7927bc14af200b418841ebbae070d (patch)
treef168b58a913e7f9c977278c97d583e5e5e213b3a /newlib/ChangeLog
parentedcd155ce6612e705858722e7c97a89eb6e76289 (diff)
downloadnewlib-b09e3cf8fdb7927bc14af200b418841ebbae070d.zip
newlib-b09e3cf8fdb7927bc14af200b418841ebbae070d.tar.gz
newlib-b09e3cf8fdb7927bc14af200b418841ebbae070d.tar.bz2
2001-05-01 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/findfp (__sinit)[HAVE_FCNTL]: For platforms that have real file systems, let __smakebuf() determine if line buffering should be used for stdout.
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 13a5eb0..a58b1ce 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2001-05-01 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/stdio/findfp (__sinit)[HAVE_FCNTL]: For platforms that have
+ real file systems, let __smakebuf() determine if line buffering
+ should be used for stdout.
+
2001-04-27 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/vfscanf.c (__svfscanf_r): Initialize new_exp local var.