summaryrefslogtreecommitdiff
path: root/misc/uClibc++/ChangeLog.txt
blob: 2de53129c53df09bc21fddfc54bba998c505f9ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
uClibc++-1.0 2011-11-05 <gnutt@nuttx.org>

    * The initial release of the uClibc++ implementation of the standard
      C++ library for NuttX.  This package was contributed ay Qiang Yu and
      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).