aboutsummaryrefslogtreecommitdiffstats
path: root/tests/stdio_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some test assumptions that are wrong for __LP64__.Elliott Hughes2013-10-181-0/+8
* Fix clang warnings in bionic.Stephen Hines2013-10-111-3/+3
* Add a unit test for %n.Elliott Hughes2013-09-241-0/+12
* Fix %hhd formats in the printf family.Elliott Hughes2013-09-231-0/+127
* Start moving to current FreeBSD stdio.Elliott Hughes2013-04-111-0/+18
* Let bionic use the correct definition of ssize_t.Elliott Hughes2013-03-081-6/+2
* Upgrade to current NetBSD popen/pclose.Elliott Hughes2013-03-061-0/+12
* Avoid changing the C++ ABI with ssize_t.Elliott Hughes2013-02-281-1/+8
* use architecture-specific ssize_t definitionThorsten Glaser2013-02-191-0/+9
* Fix __pthread_clone on ARM to set errno on failure.Elliott Hughes2013-02-111-8/+8
* Add getdelim(3) and getline(3) to bionicIrina Tirdea2012-09-271-0/+123
* Fix tmpfile(3).Elliott Hughes2012-09-261-0/+48