index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
wchar_test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GNU extensions mempcpy and wmemcpy.
Elliott Hughes
2015-02-18
1
-0
/
+5
*
Regression test for NDK bug 80199.
Elliott Hughes
2015-02-14
1
-0
/
+5
*
Add missing function prototypes wcpcpy/wcpncpy.
Christopher Ferris
2014-11-13
1
-5
/
+75
*
Pull in upstream fixes to reject invalid bases.
Elliott Hughes
2014-09-23
1
-0
/
+72
*
Add POSIX-2008 fmemopen, open_memstream, and open_wmemstream.
Elliott Hughes
2014-08-20
1
-0
/
+31
*
Fix mbsrtowcs(3) src param for finished string.
Dan Albert
2014-07-31
1
-1
/
+1
*
Fix mbsrtowcs(3)'s handling of len parameter.
Dan Albert
2014-07-21
1
-0
/
+11
*
Fix the printf family for non-ASCII.
Elliott Hughes
2014-06-05
1
-0
/
+29
*
Removes wcswcs from bionic for LP64.
Dan Albert
2014-06-04
1
-5
/
+1
*
Fix wmemmove test.
Christopher Ferris
2014-05-29
1
-2
/
+2
*
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
Bernhard Rosenkraenzer
2014-05-23
1
-0
/
+11
*
Revert "Add optimized AArch64 versions of bcopy and wmemmove based on memmove"
Christopher Ferris
2014-05-24
1
-11
/
+0
*
Add optimized AArch64 versions of bcopy and wmemmove based on memmove
Bernhard Rosenkraenzer
2014-05-23
1
-0
/
+11
*
Address additional warnings found by GCC 4.9.
Ben Cheng
2014-05-19
1
-6
/
+6
*
Consistently use #if defined(__BIONIC__) in tests.
Elliott Hughes
2014-05-13
1
-1
/
+1
*
Support mb sequences across calls to mb*to*wcs* functions
Calin Juravle
2014-05-13
1
-0
/
+108
*
wchar_test.cpp: fix error between comparison signed and unsigned integer
Yongqin Liu
2014-05-09
1
-3
/
+3
*
Use the OpenBSD wcsftime.
Elliott Hughes
2014-05-02
1
-0
/
+15
*
Fix wchar.cpp MIPS narrowing conversion build failure.
Elliott Hughes
2014-05-01
1
-1
/
+1
*
Switch to a working UTF-8 mb/wc implementation.
Elliott Hughes
2014-05-01
1
-3
/
+56
*
Switch to the OpenBSD wcsto* functions.
Elliott Hughes
2014-04-29
1
-0
/
+54
*
Add mbtowc and fix mbrtowc.
Elliott Hughes
2014-04-28
1
-0
/
+38
*
Replace our broken wcswcs with the working upstream one.
Elliott Hughes
2014-04-28
1
-0
/
+15
*
Fix WCHAR_MAX, WCHAR_MIN, WINT_MAX, and WINT_MIN.
Elliott Hughes
2014-04-21
1
-0
/
+4
*
Fix a wchar.wcstombs_wcrtombs test failure.
Elliott Hughes
2014-04-18
1
-2
/
+2
*
Upgrade to current vfprintf.
Elliott Hughes
2014-04-17
1
-0
/
+100
*
Implement wctomb(3) for ltrace.
Elliott Hughes
2014-04-07
1
-0
/
+57