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
/
tests
/
stdio_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve fmemopen tests.
Josh Gao
2017-01-11
1
-1
/
+3
*
Fix instances of '#if __LP64__'.
Josh Gao
2016-09-15
1
-2
/
+2
*
Fix sscanf/wcstod parsing of NaNs.
Elliott Hughes
2016-09-07
1
-43
/
+146
*
Fortify vsnprintf in more cases.
Elliott Hughes
2016-08-10
1
-0
/
+31
*
Reimplement remove(3) without the lstat(2).
Elliott Hughes
2016-08-05
1
-0
/
+22
*
More stdio one-liners.
Elliott Hughes
2016-08-01
1
-32
/
+34
*
Add ctermid.
Elliott Hughes
2016-06-09
1
-0
/
+8
*
Add a test for a possible overflow in *printf.
Elliott Hughes
2016-02-05
1
-0
/
+15
*
Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.
Elliott Hughes
2016-02-05
1
-0
/
+19
*
Add fopen64/freopen64/tmpfile64 aliases.
Elliott Hughes
2016-02-03
1
-0
/
+14
*
Expose ftello64.
Elliott Hughes
2016-02-02
1
-0
/
+1
*
Fix a sign extension bug in stdio.
Elliott Hughes
2016-01-26
1
-4
/
+9
*
Implement funopen64.
Elliott Hughes
2016-01-26
1
-0
/
+35
*
Support _FILE_OFFSET_BITS=64 for most of <stdio.h>.
Elliott Hughes
2016-01-26
1
-4
/
+91
*
Add another stdio test.
Elliott Hughes
2016-01-22
1
-0
/
+28
*
Simplify fseek/ftell.
Elliott Hughes
2016-01-21
1
-0
/
+25
*
Make FILE*s less usable after fclose(3).
Elliott Hughes
2016-01-19
1
-0
/
+14
*
Add method to run fortified versions of funcs.
Christopher Ferris
2016-01-13
1
-49
/
+55
*
Fix stdio read after EOF behavior.
Elliott Hughes
2015-10-09
1
-0
/
+36
*
Add a test for getdelim(3) on a directory.
Elliott Hughes
2015-04-05
1
-0
/
+9
*
Fix fread returning bad data.
Christopher Ferris
2015-02-27
1
-0
/
+38
*
Fix optimized fread.
Elliott Hughes
2015-01-24
1
-1
/
+55
*
Fix the stdio.fread_EOF test.
Elliott Hughes
2015-01-22
1
-7
/
+8
*
Fix fread_EOF test name.
Elliott Hughes
2015-01-22
1
-1
/
+1
*
Optimized fread.
Elliott Hughes
2015-01-20
1
-0
/
+22
*
Fix nan output in the printf family.
Elliott Hughes
2014-12-20
1
-16
/
+60
*
Avoid pathological behavior in OpenBSD's fread.
Elliott Hughes
2014-12-02
1
-0
/
+31
*
implement missing seekdir and telldir
Yabin Cui
2014-11-07
1
-1
/
+1
*
Ensure we initialize stdin/stdout/stderr's recursive mutexes.
Elliott Hughes
2014-11-03
1
-0
/
+17
*
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.
Elliott Hughes
2014-09-23
1
-0
/
+40
*
call uselocale() before freelocale() to make sure that g_local_key has a vali...
Wally Yau
2014-08-27
1
-1
/
+2
*
Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.
Elliott Hughes
2014-08-20
1
-0
/
+79
*
Proper MB_CUR_MAX.
Dan Albert
2014-07-30
1
-0
/
+5
*
Remove declaration for putw(3)/getw(3).
Dan Albert
2014-06-11
1
-4
/
+0
*
Fix the printf family for non-ASCII.
Elliott Hughes
2014-06-05
1
-0
/
+19
*
Fix dprintf test.
Christopher Ferris
2014-05-29
1
-8
/
+7
*
Add dprintf test
Calin Juravle
2014-05-22
1
-0
/
+19
*
Document a known test issue in stdio_test.cpp.
Calin Juravle
2014-05-15
1
-3
/
+5
*
Add tests for fprintf behavior when the underlying fd is bad.
Elliott Hughes
2014-05-14
1
-0
/
+23
*
Add a unit test for already-fixed printf -0.0 formatting.
Elliott Hughes
2014-05-14
1
-0
/
+7
*
Consistently use #if defined(__BIONIC__) in tests.
Elliott Hughes
2014-05-13
1
-7
/
+7
*
Add fpos_t tests.
Calin Juravle
2014-05-13
1
-0
/
+127
*
Fix use-after-free errors in stdio_test.
Elliott Hughes
2014-05-12
1
-10
/
+6
*
Merge "Disable %n in printf and vfwprintf."
Elliott Hughes
2014-05-05
1
-4
/
+9
|
\
|
*
Disable %n in printf and vfwprintf.
Elliott Hughes
2014-05-05
1
-4
/
+9
*
|
Switch to current upstream OpenBSD wsetup.c.
Elliott Hughes
2014-05-05
1
-0
/
+42
|
/
*
Upgrade to current vfprintf.
Elliott Hughes
2014-04-17
1
-10
/
+31
*
Switch to gdtoa.
Elliott Hughes
2014-04-16
1
-4
/
+14
*
Extra tests for printf of NaN and Inf.
Elliott Hughes
2014-04-14
1
-0
/
+19
*
Fix the printf issue for 64 bits. The following case:
Alexander Ivchenko
2014-04-02
1
-0
/
+3
[next]