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
*
Fix visibility for a bunch more symbols.
Elliott Hughes
2014-07-14
1
-8
/
+1
*
Expose __srefill for LP64 until we can fix the NDK.
Elliott Hughes
2014-05-27
1
-1
/
+3
*
Restore __srefill for LP32.
Elliott Hughes
2014-05-27
1
-3
/
+10
*
Restore __srget and __swbuf for LP32.
Elliott Hughes
2014-05-25
1
-2
/
+12
*
Hide various stdio implementation details.
Elliott Hughes
2014-05-22
2
-0
/
+13
*
Fix the newly-introduced warning and turn on -Werror.
Elliott Hughes
2014-05-16
1
-4
/
+1
*
Register _cleanup function with atexit
Dmitriy Ivanov
2014-05-15
1
-206
/
+0
*
Merge "Add include guard to fileext.h"
Calin Juravle
2014-05-06
1
-0
/
+5
|
\
|
*
Add include guard to fileext.h
Calin Juravle
2014-05-02
1
-0
/
+5
*
|
Merge "Disable %n in printf and vfwprintf."
Elliott Hughes
2014-05-05
1
-0
/
+1
|
\
\
|
*
|
Disable %n in printf and vfwprintf.
Elliott Hughes
2014-05-05
1
-0
/
+1
|
|
/
*
/
Switch to current upstream OpenBSD fwrite.c.
Elliott Hughes
2014-05-02
1
-48
/
+0
|
/
*
Switch to the OpenBSD implementations of the wide scanf functions.
Elliott Hughes
2014-04-29
4
-38
/
+62
*
Switch to upstream OpenBSD fread/fvwrite.
Elliott Hughes
2014-04-18
2
-383
/
+0
*
Upgrade to current vfprintf.
Elliott Hughes
2014-04-17
3
-1370
/
+2
*
Switch to gdtoa.
Elliott Hughes
2014-04-16
1
-3
/
+3
*
Reimplement isinf/isnan/fpclassify.
Elliott Hughes
2014-04-14
1
-33
/
+2
*
Replace the bionic hack for a vfprintf leak with (roughly) the upstream fix.
Elliott Hughes
2014-04-11
1
-14
/
+8
*
Fix the printf issue for 64 bits. The following case:
Alexander Ivchenko
2014-04-02
1
-67
/
+103
*
Remove ALIGNBYTES and ALIGN from <sys/param.h>
Calin Juravle
2014-03-21
1
-0
/
+3
*
Clean up <stdio.h> macros.
Elliott Hughes
2014-03-13
1
-2
/
+20
*
Upgrade to current upstream scanf implementation.
Elliott Hughes
2014-03-12
3
-926
/
+0
*
More stdio cleanup.
Elliott Hughes
2014-03-11
3
-268
/
+0
*
More OpenBSD cleanup (primarily string).
Elliott Hughes
2014-02-24
1
-10
/
+1
*
Clean up our OpenBSD usage.
Elliott Hughes
2014-02-21
19
-1486
/
+0
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
1
-1
/
+1
*
Remove _FORTIFY_SOURCE in implementation files.
Stephen Hines
2013-10-01
2
-0
/
+2
*
Fix %hhd formats in the printf family.
Elliott Hughes
2013-09-23
2
-1
/
+8
*
Upgrade mktemp.c to the current upstream version.
Elliott Hughes
2013-07-19
1
-184
/
+0
*
Switch to current upstream stdio makebuf.c and setvbuf.c.
Elliott Hughes
2013-06-12
2
-258
/
+0
*
Clean up abort.
Elliott Hughes
2013-06-12
4
-10
/
+9
*
Start moving to current FreeBSD stdio.
Elliott Hughes
2013-04-11
30
-1909
/
+0
*
Define DEFFILEMODE and friends
Hakan Kvist
2012-11-29
3
-4
/
+4
*
Move non-upstream code into the libc/bionic directory.
Elliott Hughes
2012-10-01
6
-373
/
+0
*
Fix tmpfile(3).
Elliott Hughes
2012-09-26
1
-81
/
+0
*
Merge "Add missing va_end() to prevent stack corruptions"
Ian Rogers
2012-08-24
1
-0
/
+1
|
\
|
*
Add missing va_end() to prevent stack corruptions
Yaroslav Miroshnychenko
2012-07-13
1
-0
/
+1
*
|
vfprintf: fix spelling.
Nick Kralevich
2012-07-25
1
-1
/
+1
*
|
FORTIFY_SOURCE: add fgets support.
Nick Kralevich
2012-07-09
1
-0
/
+60
*
|
FORTIFY_SOURCE: add sprintf / vsprintf support
Nick Kralevich
2012-06-13
2
-0
/
+119
*
|
FORTIFY_SOURCE: add snprintf, vsnprintf
Nick Kralevich
2012-06-11
2
-0
/
+119
|
/
*
libc: speed-up flockfile()/funlockfile()
David 'Digit' Turner
2011-11-15
3
-150
/
+37
*
am 4685acbd: am 9efda5b7: Merge "typo in libc/stdio/wcio.h"
David Turner
2011-08-03
1
-1
/
+1
|
\
|
*
typo in libc/stdio/wcio.h
Nathan Forbes
2011-07-02
1
-1
/
+1
*
|
am c5c84c86: Merge "vfscanf: Add support for L type modifier for long long"
David Turner
2011-05-17
1
-1
/
+7
|
\
|
|
*
vfscanf: Add support for L type modifier for long long
Chris Fries
2011-05-05
1
-1
/
+7
*
|
Fix the handle locking in stdio
Kenny Root
2011-02-14
35
-78
/
+219
*
|
Merge "Bug 3330205 Put blanks and zeroes in const area"
Glenn Kasten
2011-01-16
3
-4
/
+4
|
\
\
|
*
|
Bug 3330205 Put blanks and zeroes in const area
Glenn Kasten
2011-01-09
3
-4
/
+4
|
|
/
*
/
Bug 3330205 Remove unnecessary static variable
Glenn Kasten
2011-01-09
1
-1
/
+0
|
/
[next]