summaryrefslogtreecommitdiff
path: root/libc/stdio/stdio.cpp
AgeCommit message (Expand)Author
2021-02-09Make fd overflow an abort.Elliott Hughes
2021-02-04Fix freopen() where the path is null.Elliott Hughes
2021-01-11Fewer copies of ALIGN()/ALIGNBYTES.Elliott Hughes
2020-08-12Various coverage improvements.Elliott Hughes
2020-07-21Changes for #inclusivefixit.Elliott Hughes
2019-06-19Remove the ___ hack.Elliott Hughes
2019-05-04Revert fwalk/sfp locking to fix concurrent readsRyan Prichard
2019-03-26Merge "Typo fix in comment. O_CLOEXEC is e, not x."Treehugger Robot
2019-03-26Typo fix in comment. O_CLOEXEC is e, not x.Dan Albert
2019-03-26Merge "Fix internal uses of _PATH_BSHELL."Treehugger Robot
2019-03-25Fix internal uses of _PATH_BSHELL.Elliott Hughes
2019-03-25popen: stop using _fwalk.Elliott Hughes
2018-10-01Make fclose/pclose distinct.Elliott Hughes
2018-08-03Make all popen(3) file descriptors O_CLOEXEC.Elliott Hughes
2018-07-19Introduce api to track fd ownership in libc.Josh Gao
2018-07-11Reimplement popen(3)/pclose(3).Elliott Hughes
2018-02-06Remove __overloadable/__RENAME_CLANGGeorge Burgess IV
2017-12-20Speed up __sfileext initialization.Elliott Hughes
2017-11-10Move public scanf functions away from implementation.Elliott Hughes
2017-11-07Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiBRyan Prichard
2017-11-02More printf de-duplication.Elliott Hughes
2017-10-31More missing _unlocked <stdio.h> functions.Elliott Hughes
2017-10-23Add explicit null checks to some stdio functions.Josh Gao
2017-07-25Use O_APPEND for stdio append mode.Elliott Hughes
2017-07-24Remove the HASLB and FREEUB macros.Elliott Hughes
2016-10-20Fix stdin/stdout/stderr for pre-M.Dan Albert
2016-08-10Fortify vsnprintf in more cases.Elliott Hughes
2016-08-09Remove more stdio copy/paste.Elliott Hughes
2016-08-05Reimplement remove(3) without the lstat(2).Elliott Hughes
2016-08-01More stdio one-liners.Elliott Hughes
2016-07-29More stdio cleanup.Elliott Hughes
2016-06-09Add ctermid.Elliott Hughes
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-02-03Add fopen64/freopen64/tmpfile64 aliases.Elliott Hughes
2016-01-26Fix a sign extension bug in stdio.Elliott Hughes
2016-01-26Implement funopen64.Elliott Hughes
2016-01-26Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.Elliott Hughes
2016-01-22Add _seek64 to FILE.Elliott Hughes
2016-01-22Put struct FILE back how NDK-built apps expect it.Elliott Hughes
2016-01-21Simplify fseek/ftell.Elliott Hughes
2016-01-20Move stdio implementation details around a little.Elliott Hughes