summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Re-expose more stdio implementation details for LP32.Elliott Hughes2014-09-242-12/+9
* Sync with upstream findfp.c.Elliott Hughes2014-09-241-0/+2
* Expose __swsetup for LP32 binary compatibility.Elliott Hughes2014-09-111-10/+6
* Add <stdio_ext.h> for elfutils.Elliott Hughes2014-08-201-0/+96
* Fix visibility for a bunch more symbols.Elliott Hughes2014-07-141-8/+1
* Expose __srefill for LP64 until we can fix the NDK.Elliott Hughes2014-05-271-1/+3
* Restore __srefill for LP32.Elliott Hughes2014-05-271-3/+10
* Restore __srget and __swbuf for LP32.Elliott Hughes2014-05-251-2/+12
* Hide various stdio implementation details.Elliott Hughes2014-05-222-0/+13
* Fix the newly-introduced warning and turn on -Werror.Elliott Hughes2014-05-161-4/+1
* Register _cleanup function with atexitDmitriy Ivanov2014-05-151-206/+0
* Merge "Add include guard to fileext.h"Calin Juravle2014-05-061-0/+5
|\
| * Add include guard to fileext.hCalin Juravle2014-05-021-0/+5
* | Merge "Disable %n in printf and vfwprintf."Elliott Hughes2014-05-051-0/+1
|\ \
| * | Disable %n in printf and vfwprintf.Elliott Hughes2014-05-051-0/+1
| |/
* | Switch to current upstream OpenBSD fwrite.c.Elliott Hughes2014-05-021-48/+0
|/
* Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes2014-04-294-38/+62
* Switch to upstream OpenBSD fread/fvwrite.Elliott Hughes2014-04-182-383/+0
* Upgrade to current vfprintf.Elliott Hughes2014-04-173-1370/+2
* Switch to gdtoa.Elliott Hughes2014-04-161-3/+3
* Reimplement isinf/isnan/fpclassify.Elliott Hughes2014-04-141-33/+2
* Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix.Elliott Hughes2014-04-111-14/+8
* Fix the printf issue for 64 bits. The following case:Alexander Ivchenko2014-04-021-67/+103
* Remove ALIGNBYTES and ALIGN from <sys/param.h>Calin Juravle2014-03-211-0/+3
* Clean up <stdio.h> macros.Elliott Hughes2014-03-131-2/+20
* Upgrade to current upstream scanf implementation.Elliott Hughes2014-03-123-926/+0
* More stdio cleanup.Elliott Hughes2014-03-113-268/+0
* More OpenBSD cleanup (primarily string).Elliott Hughes2014-02-241-10/+1
* Clean up our OpenBSD usage.Elliott Hughes2014-02-2119-1486/+0
* 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