index
:
bionic.git
replicant-6.0
Android's bionic
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
*
Ensure we initialize stdin/stdout/stderr's recursive mutexes.
Elliott Hughes
2014-11-03
1
-0
/
+17
*
call uselocale() before freelocale() to make sure that g_local_key has a vali...
Wally Yau
2014-08-27
1
-1
/
+2
*
Proper MB_CUR_MAX.
Dan Albert
2014-08-06
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
*
Use the float/double assert macros.
Christopher Ferris
2014-03-17
1
-1
/
+1
*
Upgrade to current upstream scanf implementation.
Elliott Hughes
2014-03-12
1
-0
/
+11
*
Make sure that the same tests are on all platforms.
Christopher Ferris
2014-02-06
1
-6
/
+8
*
Don't abort in stdio.getdelim_invalid and stdio.getline_invalid.
Elliott Hughes
2013-12-19
1
-0
/
+2
*
Modify tests for another glibc difference.
Christopher Ferris
2013-11-15
1
-0
/
+6
*
Fix up failing glibc tests.
Christopher Ferris
2013-10-29
1
-0
/
+4
*
Fix some test assumptions that are wrong for __LP64__.
Elliott Hughes
2013-10-18
1
-0
/
+8
*
Fix clang warnings in bionic.
Stephen Hines
2013-10-11
1
-3
/
+3
*
Add a unit test for %n.
Elliott Hughes
2013-09-24
1
-0
/
+12
*
Fix %hhd formats in the printf family.
Elliott Hughes
2013-09-23
1
-0
/
+127
*
Start moving to current FreeBSD stdio.
Elliott Hughes
2013-04-11
1
-0
/
+18
*
Let bionic use the correct definition of ssize_t.
Elliott Hughes
2013-03-08
1
-6
/
+2
*
Upgrade to current NetBSD popen/pclose.
Elliott Hughes
2013-03-06
1
-0
/
+12
*
Avoid changing the C++ ABI with ssize_t.
Elliott Hughes
2013-02-28
1
-1
/
+8
*
use architecture-specific ssize_t definition
Thorsten Glaser
2013-02-19
1
-0
/
+9
*
Fix __pthread_clone on ARM to set errno on failure.
Elliott Hughes
2013-02-11
1
-8
/
+8
*
Add getdelim(3) and getline(3) to bionic
Irina Tirdea
2012-09-27
1
-0
/
+123
*
Fix tmpfile(3).
Elliott Hughes
2012-09-26
1
-0
/
+48