aboutsummaryrefslogtreecommitdiff
path: root/libc/stdio/stdio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the missing '--' to shell invocations.Elliott Hughes2021-11-041-1/+1
* Make fd overflow an abort.Elliott Hughes2021-02-091-14/+9
* Fix freopen() where the path is null.Elliott Hughes2021-02-041-37/+41
* Fewer copies of ALIGN()/ALIGNBYTES.Elliott Hughes2021-01-111-2/+1
* Various coverage improvements.Elliott Hughes2020-08-121-4/+1
* Changes for #inclusivefixit.Elliott Hughes2020-07-211-2/+2
* Remove the ___ hack.Elliott Hughes2019-06-191-2/+0
* Revert fwalk/sfp locking to fix concurrent readsRyan Prichard2019-05-041-5/+12
* Merge "Typo fix in comment. O_CLOEXEC is e, not x."Treehugger Robot2019-03-261-1/+1
|\
| * Typo fix in comment. O_CLOEXEC is e, not x.Dan Albert2019-03-261-1/+1
* | Merge "Fix internal uses of _PATH_BSHELL."Treehugger Robot2019-03-261-1/+2
|\ \
| * | Fix internal uses of _PATH_BSHELL.Elliott Hughes2019-03-251-1/+2
| |/
* / popen: stop using _fwalk.Elliott Hughes2019-03-251-8/+0
|/
* Make fclose/pclose distinct.Elliott Hughes2018-10-011-3/+12
* Make all popen(3) file descriptors O_CLOEXEC.Elliott Hughes2018-08-031-4/+0
* Introduce api to track fd ownership in libc.Josh Gao2018-07-191-1/+20
* Reimplement popen(3)/pclose(3).Elliott Hughes2018-07-111-36/+134
* Remove __overloadable/__RENAME_CLANGGeorge Burgess IV2018-02-061-2/+2
* Speed up __sfileext initialization.Elliott Hughes2017-12-201-1/+4
* Move public scanf functions away from implementation.Elliott Hughes2017-11-101-0/+10
* Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiBRyan Prichard2017-11-071-1/+1
* More printf de-duplication.Elliott Hughes2017-11-021-0/+10
* More missing _unlocked <stdio.h> functions.Elliott Hughes2017-10-311-15/+245
* Add explicit null checks to some stdio functions.Josh Gao2017-10-231-0/+36
* Use O_APPEND for stdio append mode.Elliott Hughes2017-07-251-51/+28
* Remove the HASLB and FREEUB macros.Elliott Hughes2017-07-241-2/+9
* Fix stdin/stdout/stderr for pre-M.Dan Albert2016-10-201-0/+13
* Fortify vsnprintf in more cases.Elliott Hughes2016-08-101-2/+29
* Remove more stdio copy/paste.Elliott Hughes2016-08-091-0/+21
* Reimplement remove(3) without the lstat(2).Elliott Hughes2016-08-051-0/+6
* More stdio one-liners.Elliott Hughes2016-08-011-1/+94
* More stdio cleanup.Elliott Hughes2016-07-291-0/+98
* Add ctermid.Elliott Hughes2016-06-091-0/+5
* Fix google-explicit-constructor warnings.Chih-Hung Hsieh2016-05-031-1/+1
* Add fopen64/freopen64/tmpfile64 aliases.Elliott Hughes2016-02-031-0/+2
* Fix a sign extension bug in stdio.Elliott Hughes2016-01-261-3/+8
* Implement funopen64.Elliott Hughes2016-01-261-0/+53
* Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.Elliott Hughes2016-01-261-25/+41
* Add _seek64 to FILE.Elliott Hughes2016-01-221-24/+233
* Put struct FILE back how NDK-built apps expect it.Elliott Hughes2016-01-221-1/+1
* Simplify fseek/ftell.Elliott Hughes2016-01-211-76/+164
* Move stdio implementation details around a little.Elliott Hughes2016-01-201-0/+227