summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/newlib01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix IO control request typeSebastian Huber2017-07-281-1/+1
|
* newlib01: Use fopen() instead of freopen()Sebastian Huber2017-06-301-3/+11
| | | | | | | With global stdio streams, a freopen() would close the global stream object. Update #3012.
* IMFS: Replace node union with individual structSebastian Huber2015-01-271-7/+5
| | | | | | This reduces the average node size. Add and use IMFS_GENERIC_INITIALIZER().
* Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEMSebastian Huber2014-12-161-2/+0
| | | | This define was superfluous, undocumented and used inconsistently.
* tests: Add documentationSebastian Huber2014-09-011-1/+6
|
* libtests/newlib01: New testSebastian Huber2014-04-014-0/+345