summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/iostream/init.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-021-4/+0
| | | | * iostream/init.cc: Remove the hack.
* 2010-06-02 Chris Johns <chrisj@rtems.org>Chris Johns2010-06-021-0/+4
| | | | | | * fileio/init.c: Update to new mount API. * iostream/init.cc: Hack to work around confdefs.h in C++. * iostream/system.h: Add comment about base miniIMFS.
* 2009-04-28 Chris Johns <chrisj@rtems.org>Chris Johns2009-04-281-0/+10
| | | | | | | * fileio/init.c, fileio/system.h, iostream/init.cc, loopback/init.c, pppd/init.c, pppd/pppdapp.c: Do not build if BSP_SMALL_MEMORY is defined. Remove this code once a better way is supported by the build system.
* 2008-02-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-02-281-1/+2
| | | | | * iostream/init.cc: Add include of stdlib.h for exit(). Needed by gcc 4.3.x.
* 2004-05-10 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-05-101-0/+36
* iostream/Makefile.am, iostream/init.cc, iostream/iostream.doc, iostream/iostream.scn, iostream/system.h: New (C++ variant of hello).