index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
stdio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish <stdio_ext.h>.
Elliott Hughes
2017-08-01
2
-11
/
+8
*
Consistently say va_arg rather than __va_arg.
Elliott Hughes
2017-08-01
1
-4
/
+4
*
Remove restrict/__restrict.
Elliott Hughes
2017-08-01
1
-3
/
+3
*
Use O_APPEND for stdio append mode.
Elliott Hughes
2017-07-25
2
-52
/
+29
*
Merge "Remove the HASLB and FREEUB macros."
Treehugger Robot
2017-07-24
2
-12
/
+10
|
\
|
*
Remove the HASLB and FREEUB macros.
Elliott Hughes
2017-07-24
2
-12
/
+10
*
|
Replace fmemopen.
Elliott Hughes
2017-07-24
1
-0
/
+156
|
/
*
Move libc_log code into libasync_safe.
Christopher Ferris
2017-05-03
1
-2
/
+3
*
libc: add clang FORTIFY support
George Burgess IV
2017-02-09
1
-1
/
+1
*
Fix stdin/stdout/stderr for pre-M.
Dan Albert
2016-10-20
1
-0
/
+13
*
Fix some easy cases of __ANDROID__ versus __BIONIC__.
Elliott Hughes
2016-09-16
1
-1
/
+1
*
Fix sscanf/wcstod parsing of NaNs.
Elliott Hughes
2016-09-07
5
-6
/
+2024
*
Fortify vsnprintf in more cases.
Elliott Hughes
2016-08-10
1
-2
/
+29
*
Remove more stdio copy/paste.
Elliott Hughes
2016-08-09
3
-132
/
+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
2
-11
/
+94
*
More stdio cleanup.
Elliott Hughes
2016-07-29
2
-21
/
+98
*
Remove #pragma GCC visibility.
Elliott Hughes
2016-07-25
1
-4
/
+0
*
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
2
-1
/
+53
*
Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.
Elliott Hughes
2016-01-26
1
-25
/
+41
*
Move internal FILE flags macros to "local.h" from <stdio.h>.
Elliott Hughes
2016-01-25
1
-0
/
+19
*
Add _seek64 to FILE.
Elliott Hughes
2016-01-22
2
-37
/
+252
*
Put struct FILE back how NDK-built apps expect it.
Elliott Hughes
2016-01-22
2
-1
/
+10
*
Simplify fseek/ftell.
Elliott Hughes
2016-01-21
2
-77
/
+168
*
Move stdio implementation details around a little.
Elliott Hughes
2016-01-20
2
-123
/
+67
*
Make FILE*s less usable after fclose(3).
Elliott Hughes
2016-01-19
3
-2
/
+42
*
Fix stdio static initializers to make both clang and GCC happy.
Elliott Hughes
2015-12-07
1
-3
/
+12
*
Revert "Revert "Remove __sinit and __sdidinit.""
Elliott Hughes
2015-12-05
3
-68
/
+16
*
Revert "Remove __sinit and __sdidinit."
Elliott Hughes
2015-12-04
3
-10
/
+46
*
Remove __sinit and __sdidinit.
Elliott Hughes
2015-12-03
3
-46
/
+10
*
Change _stdio_handles_locking into _caller_handles_locking.
Yabin Cui
2015-11-20
2
-6
/
+6
*
Add fileno_unlocked to support thread sanitizer.
Yabin Cui
2015-11-06
1
-0
/
+4
*
Rename LIBC64_HIDDEN to LIBC32_LEGACY_PUBLIC.
Christopher Ferris
2015-10-23
2
-16
/
+16
*
Make struct FILE opaque.
Elliott Hughes
2015-10-12
3
-85
/
+109
*
Fix stdio read after EOF behavior.
Elliott Hughes
2015-10-09
1
-0
/
+130
*
Don't use TEMP_FAILURE_RETRY on close in bionic.
Elliott Hughes
2015-05-15
1
-1
/
+1
*
Hide internal of pthread_mutex_t.
Yabin Cui
2015-03-25
1
-1
/
+5
*
Fix fread returning bad data.
Christopher Ferris
2015-02-27
1
-0
/
+6
*
Fix optimized fread.
Elliott Hughes
2015-01-24
1
-1
/
+1
*
Turn on -Wold-style-cast and fix the errors.
Elliott Hughes
2015-01-21
2
-0
/
+7
*
Implement __fsetlocking.
Elliott Hughes
2015-01-21
3
-15
/
+23
*
Fix signed/unsigned comparison that was upsetting clang.
Elliott Hughes
2015-01-20
1
-1
/
+1
*
Add TEMP_FAILURE_RETRY to stdio's low-level read/write functions.
Elliott Hughes
2015-01-20
1
-0
/
+90
*
Optimized fread.
Elliott Hughes
2015-01-20
1
-35
/
+64
*
Avoid pathological behavior in OpenBSD's fread.
Elliott Hughes
2014-12-02
1
-0
/
+104
*
Fix flockfile(3) and friends for stdin/stdout/stderr too.
Elliott Hughes
2014-11-19
4
-0
/
+20
[next]