summaryrefslogtreecommitdiff
path: root/misc/uClibc++/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-20 08:21:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-20 08:21:04 -0600
commit3e67155c8e7aa779b38f8515ebff2c2630d46bd7 (patch)
tree454c129c450e5aacb1df79d7062b2b7b58e7b860 /misc/uClibc++/ChangeLog.txt
parent65568d1c0333b35cc2e7af26dca197989deef24f (diff)
downloadnuttx-3e67155c8e7aa779b38f8515ebff2c2630d46bd7.tar.gz
nuttx-3e67155c8e7aa779b38f8515ebff2c2630d46bd7.tar.bz2
nuttx-3e67155c8e7aa779b38f8515ebff2c2630d46bd7.zip
Change use of ferror() in uClibc++ so that is does not use more capability than is currently supported by the NuttX ferror()
Diffstat (limited to 'misc/uClibc++/ChangeLog.txt')
-rw-r--r--misc/uClibc++/ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/uClibc++/ChangeLog.txt b/misc/uClibc++/ChangeLog.txt
index 8c680392c..2de53129c 100644
--- a/misc/uClibc++/ChangeLog.txt
+++ b/misc/uClibc++/ChangeLog.txt
@@ -5,3 +5,10 @@ uClibc++-1.0 2011-11-05 <gnutt@nuttx.org>
David for the RGMP team.
uClibc++-1.1 2011-xx-xx <gnutt@nuttx.org>
+
+ * misc/uClibc++/include/uClibc++/fstream: Remove move of ferror()
+ and feof() to determine if fopen() and fread() were successful.
+ The NuttX version of ferror() is only fragmentary. The usage of
+ ferror() in this file exceeds the capability of the current
+ implementatino (2013-6-20).
+