summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Don't use TEMP_FAILURE_RETRY on close in bionic.Elliott Hughes2015-05-151-1/+1
* Hide internal of pthread_mutex_t.Yabin Cui2015-03-251-1/+5
* Fix fread returning bad data.Christopher Ferris2015-02-271-0/+6
* Fix optimized fread.Elliott Hughes2015-01-241-1/+1
* Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-212-0/+7
* Implement __fsetlocking.Elliott Hughes2015-01-213-15/+23
* Fix signed/unsigned comparison that was upsetting clang.Elliott Hughes2015-01-201-1/+1
* Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.Elliott Hughes2015-01-201-0/+90
* Optimized fread.Elliott Hughes2015-01-201-35/+64
* Avoid pathological behavior in OpenBSD's fread.Elliott Hughes2014-12-021-0/+104
* Fix flockfile(3) and friends for stdin/stdout/stderr too.Elliott Hughes2014-11-194-0/+20
* Add non-macro stdin/stdout/stderr too.Elliott Hughes2014-11-142-5/+4
* Fix warning of missing field initializer.Chih-Hung Hsieh2014-11-041-2/+2
* Ensure we initialize stdin/stdout/stderr's recursive mutexes.Elliott Hughes2014-11-031-0/+188
* Add back symbols to fix Greed for Glory franchise.Christopher Ferris2014-10-091-6/+8
* 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