aboutsummaryrefslogtreecommitdiffstats
path: root/libc/stdio/local.h
Commit message (Expand)AuthorAgeFilesLines
* Revert fwalk/sfp locking to fix concurrent readsRyan Prichard2019-05-061-0/+1
* Reimplement popen(3)/pclose(3).Elliott Hughes2018-07-111-1/+3
* Call __fortify_fatal if printf sees %n.Elliott Hughes2018-03-071-2/+0
* clang-format local.h.Elliott Hughes2018-03-011-101/+100
* Merge stdio/local.h and stdio/wcio.h.Elliott Hughes2018-02-281-2/+32
* Switch the rest of our internal headers to #pragma once.Elliott Hughes2018-02-131-4/+1
* Avoid trademarks.Elliott Hughes2018-02-051-5/+4
* Speed up __sfileext initialization.Elliott Hughes2017-12-201-18/+6
* Start de-duplicating the regular and wide printf implementations.Elliott Hughes2017-11-011-2/+27
* Merge "More missing _unlocked <stdio.h> functions."Treehugger Robot2017-10-311-5/+14
|\
| * More missing _unlocked <stdio.h> functions.Elliott Hughes2017-10-311-5/+14
* | Remove some always-on #ifdefery.Elliott Hughes2017-10-311-3/+0
|/
* Add null checks to <dirent.h> functions.Elliott Hughes2017-10-261-7/+4
* Add explicit null checks to some stdio functions.Josh Gao2017-10-231-0/+12
* Finish <stdio_ext.h>.Elliott Hughes2017-08-011-4/+5
* Consistently say va_arg rather than __va_arg.Elliott Hughes2017-08-011-4/+4
* Remove restrict/__restrict.Elliott Hughes2017-08-011-3/+3
* Use O_APPEND for stdio append mode.Elliott Hughes2017-07-251-1/+1
* Remove the HASLB and FREEUB macros.Elliott Hughes2017-07-241-10/+1
* Fix sscanf/wcstod parsing of NaNs.Elliott Hughes2016-09-071-6/+5
* More stdio one-liners.Elliott Hughes2016-08-011-10/+0
* Remove #pragma GCC visibility.Elliott Hughes2016-07-251-4/+0
* Implement funopen64.Elliott Hughes2016-01-261-1/+0
* Move internal FILE flags macros to "local.h" from <stdio.h>.Elliott Hughes2016-01-251-0/+19
* Add _seek64 to FILE.Elliott Hughes2016-01-221-13/+19
* Put struct FILE back how NDK-built apps expect it.Elliott Hughes2016-01-221-0/+9
* Simplify fseek/ftell.Elliott Hughes2016-01-211-1/+4
* Make FILE*s less usable after fclose(3).Elliott Hughes2016-01-191-1/+0
* Revert "Revert "Remove __sinit and __sdidinit.""Elliott Hughes2015-12-051-5/+4
* Revert "Remove __sinit and __sdidinit."Elliott Hughes2015-12-041-4/+3
* Remove __sinit and __sdidinit.Elliott Hughes2015-12-031-3/+4
* Change _stdio_handles_locking into _caller_handles_locking.Yabin Cui2015-11-201-4/+4
* Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC.Christopher Ferris2015-10-231-15/+15
* Make struct FILE opaque.Elliott Hughes2015-10-121-4/+103
* Turn on -Wold-style-cast and fix the errors.Elliott Hughes2015-01-211-0/+2
* Implement __fsetlocking.Elliott Hughes2015-01-211-2/+2
* Fix flockfile(3) and friends for stdin/stdout/stderr too.Elliott Hughes2014-11-191-0/+4
* 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-241-7/+7
* Expose __swsetup for LP32 binary compatibility.Elliott Hughes2014-09-111-10/+6
* 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-221-0/+9
* Fix the newly-introduced warning and turn on -Werror.Elliott Hughes2014-05-161-4/+1
* Disable %n in printf and vfwprintf.Elliott Hughes2014-05-051-0/+1
* Switch to the OpenBSD implementations of the wide scanf functions.Elliott Hughes2014-04-291-4/+9
* Upgrade to current vfprintf.Elliott Hughes2014-04-171-0/+2
* Clean up <stdio.h> macros.Elliott Hughes2014-03-131-2/+20