Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some test assumptions that are wrong for __LP64__. | Elliott Hughes | 2013-10-18 | 1 | -0/+8 |
* | Fix clang warnings in bionic. | Stephen Hines | 2013-10-11 | 1 | -3/+3 |
* | Add a unit test for %n. | Elliott Hughes | 2013-09-24 | 1 | -0/+12 |
* | Fix %hhd formats in the printf family. | Elliott Hughes | 2013-09-23 | 1 | -0/+127 |
* | Start moving to current FreeBSD stdio. | Elliott Hughes | 2013-04-11 | 1 | -0/+18 |
* | Let bionic use the correct definition of ssize_t. | Elliott Hughes | 2013-03-08 | 1 | -6/+2 |
* | Upgrade to current NetBSD popen/pclose. | Elliott Hughes | 2013-03-06 | 1 | -0/+12 |
* | Avoid changing the C++ ABI with ssize_t. | Elliott Hughes | 2013-02-28 | 1 | -1/+8 |
* | use architecture-specific ssize_t definition | Thorsten Glaser | 2013-02-19 | 1 | -0/+9 |
* | Fix __pthread_clone on ARM to set errno on failure. | Elliott Hughes | 2013-02-11 | 1 | -8/+8 |
* | Add getdelim(3) and getline(3) to bionic | Irina Tirdea | 2012-09-27 | 1 | -0/+123 |
* | Fix tmpfile(3). | Elliott Hughes | 2012-09-26 | 1 | -0/+48 |