summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Fix x86_64 build, clean up intermediate libraries.Elliott Hughes2013-10-091-1/+1
* Remove _FORTIFY_SOURCE in implementation files.Stephen Hines2013-10-012-0/+2
* Fix %hhd formats in the printf family.Elliott Hughes2013-09-232-1/+8
* Upgrade mktemp.c to the current upstream version.Elliott Hughes2013-07-191-184/+0
* Switch to current upstream stdio makebuf.c and setvbuf.c.Elliott Hughes2013-06-122-258/+0
* Clean up abort.Elliott Hughes2013-06-124-10/+9
* Start moving to current FreeBSD stdio.Elliott Hughes2013-04-1130-1909/+0
* Define DEFFILEMODE and friendsHakan Kvist2012-11-293-4/+4
* Move non-upstream code into the libc/bionic directory.Elliott Hughes2012-10-016-373/+0
* Fix tmpfile(3).Elliott Hughes2012-09-261-81/+0
* Merge "Add missing va_end() to prevent stack corruptions"Ian Rogers2012-08-241-0/+1
|\
| * Add missing va_end() to prevent stack corruptionsYaroslav Miroshnychenko2012-07-131-0/+1
* | vfprintf: fix spelling.Nick Kralevich2012-07-251-1/+1
* | FORTIFY_SOURCE: add fgets support.Nick Kralevich2012-07-091-0/+60
* | FORTIFY_SOURCE: add sprintf / vsprintf supportNick Kralevich2012-06-132-0/+119
* | FORTIFY_SOURCE: add snprintf, vsnprintfNick Kralevich2012-06-112-0/+119
|/
* libc: speed-up flockfile()/funlockfile()David 'Digit' Turner2011-11-153-150/+37
* am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h"David Turner2011-08-031-1/+1
|\
| * typo in libc/stdio/wcio.hNathan Forbes2011-07-021-1/+1
* | am c5c84c86: Merge "vfscanf: Add support for L type modifier for long long"David Turner2011-05-171-1/+7
|\ \ | |/
| * vfscanf: Add support for L type modifier for long longChris Fries2011-05-051-1/+7
* | Fix the handle locking in stdioKenny Root2011-02-1435-78/+219
* | Merge "Bug 3330205 Put blanks and zeroes in const area"Glenn Kasten2011-01-163-4/+4
|\ \
| * | Bug 3330205 Put blanks and zeroes in const areaGlenn Kasten2011-01-093-4/+4
| |/
* | Bug 3330205 Remove unnecessary static variableGlenn Kasten2011-01-091-1/+0
|/
* stdio: make internal symbols static/hiddenJim Huang2010-10-155-5/+5
* improve readability of stdio: fix indentation and remove trailing spacesAndré Goddard Rosa2010-05-1715-57/+56
* stdio: simplify __fremovelock()André Goddard Rosa2010-05-101-3/+1
* stdio: simplify vasprintf()André Goddard Rosa2010-04-291-4/+1
* stdio: simplify asprintf()André Goddard Rosa2010-04-291-5/+2
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0372-0/+7565
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0372-7565/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-0/+216
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-2171-0/+7349