index
:
bionic.git
kitkat
lp5.0
o8.0
o8.1
p9.0
q10.0
q10.0-backup
q10.0-r9rebase
r11.0
r11.1
s12.0
s12.1
t13.0
bionic
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
stdio.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the missing '--' to shell invocations.
Elliott Hughes
2021-11-04
1
-1
/
+1
*
Make fd overflow an abort.
Elliott Hughes
2021-02-09
1
-14
/
+9
*
Fix freopen() where the path is null.
Elliott Hughes
2021-02-04
1
-37
/
+41
*
Fewer copies of ALIGN()/ALIGNBYTES.
Elliott Hughes
2021-01-11
1
-2
/
+1
*
Various coverage improvements.
Elliott Hughes
2020-08-12
1
-4
/
+1
*
Changes for #inclusivefixit.
Elliott Hughes
2020-07-21
1
-2
/
+2
*
Remove the ___ hack.
Elliott Hughes
2019-06-19
1
-2
/
+0
*
Revert fwalk/sfp locking to fix concurrent reads
Ryan Prichard
2019-05-04
1
-5
/
+12
*
Merge "Typo fix in comment. O_CLOEXEC is e, not x."
Treehugger Robot
2019-03-26
1
-1
/
+1
|
\
|
*
Typo fix in comment. O_CLOEXEC is e, not x.
Dan Albert
2019-03-26
1
-1
/
+1
*
|
Merge "Fix internal uses of _PATH_BSHELL."
Treehugger Robot
2019-03-26
1
-1
/
+2
|
\
\
|
*
|
Fix internal uses of _PATH_BSHELL.
Elliott Hughes
2019-03-25
1
-1
/
+2
|
|
/
*
/
popen: stop using _fwalk.
Elliott Hughes
2019-03-25
1
-8
/
+0
|
/
*
Make fclose/pclose distinct.
Elliott Hughes
2018-10-01
1
-3
/
+12
*
Make all popen(3) file descriptors O_CLOEXEC.
Elliott Hughes
2018-08-03
1
-4
/
+0
*
Introduce api to track fd ownership in libc.
Josh Gao
2018-07-19
1
-1
/
+20
*
Reimplement popen(3)/pclose(3).
Elliott Hughes
2018-07-11
1
-36
/
+134
*
Remove __overloadable/__RENAME_CLANG
George Burgess IV
2018-02-06
1
-2
/
+2
*
Speed up __sfileext initialization.
Elliott Hughes
2017-12-20
1
-1
/
+4
*
Move public scanf functions away from implementation.
Elliott Hughes
2017-11-10
1
-0
/
+10
*
Allow 32-bit fseeko/fseeko64 SEEK_CUR/SEEK_SET to exceed 2 GiB
Ryan Prichard
2017-11-07
1
-1
/
+1
*
More printf de-duplication.
Elliott Hughes
2017-11-02
1
-0
/
+10
*
More missing _unlocked <stdio.h> functions.
Elliott Hughes
2017-10-31
1
-15
/
+245
*
Add explicit null checks to some stdio functions.
Josh Gao
2017-10-23
1
-0
/
+36
*
Use O_APPEND for stdio append mode.
Elliott Hughes
2017-07-25
1
-51
/
+28
*
Remove the HASLB and FREEUB macros.
Elliott Hughes
2017-07-24
1
-2
/
+9
*
Fix stdin/stdout/stderr for pre-M.
Dan Albert
2016-10-20
1
-0
/
+13
*
Fortify vsnprintf in more cases.
Elliott Hughes
2016-08-10
1
-2
/
+29
*
Remove more stdio copy/paste.
Elliott Hughes
2016-08-09
1
-0
/
+21
*
Reimplement remove(3) without the lstat(2).
Elliott Hughes
2016-08-05
1
-0
/
+6
*
More stdio one-liners.
Elliott Hughes
2016-08-01
1
-1
/
+94
*
More stdio cleanup.
Elliott Hughes
2016-07-29
1
-0
/
+98
*
Add ctermid.
Elliott Hughes
2016-06-09
1
-0
/
+5
*
Fix google-explicit-constructor warnings.
Chih-Hung Hsieh
2016-05-03
1
-1
/
+1
*
Add fopen64/freopen64/tmpfile64 aliases.
Elliott Hughes
2016-02-03
1
-0
/
+2
*
Fix a sign extension bug in stdio.
Elliott Hughes
2016-01-26
1
-3
/
+8
*
Implement funopen64.
Elliott Hughes
2016-01-26
1
-0
/
+53
*
Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.
Elliott Hughes
2016-01-26
1
-25
/
+41
*
Add _seek64 to FILE.
Elliott Hughes
2016-01-22
1
-24
/
+233
*
Put struct FILE back how NDK-built apps expect it.
Elliott Hughes
2016-01-22
1
-1
/
+1
*
Simplify fseek/ftell.
Elliott Hughes
2016-01-21
1
-76
/
+164
*
Move stdio implementation details around a little.
Elliott Hughes
2016-01-20
1
-0
/
+227