Alexandre Julliard
|
fea9fb4f47
|
msvcrt/tests: The new string functions don't have to exist.
|
2008-03-10 11:30:45 +01:00 |
Alistair Leslie-Hughes
|
00609d5e78
|
msvcrt: Implement wcscpy_s.
|
2008-02-27 14:52:26 +01:00 |
Stefan Dösinger
|
a529ef4875
|
msvcrt: Implement _mbsnbcpy_s.
|
2007-11-16 15:07:55 +01:00 |
Stefan Dösinger
|
9582f5c719
|
msvcrt: Implement strcat_s.
|
2007-11-16 15:07:26 +01:00 |
Stefan Dösinger
|
18daed62ed
|
msvcrt: Implement strcpy_s.
|
2007-11-16 15:06:52 +01:00 |
Mikolaj Zalewski
|
1f632a29ce
|
msvcrt/tests: Loosen the mbctype test to pass under Windows 9x and NT 4.0.
|
2007-10-29 12:02:56 +01:00 |
Lionel Debroux
|
efebe8b29b
|
msvcrt/tests: Fix memory leak (found by Smatch).
|
2007-10-26 14:03:47 +02:00 |
Mikolaj Zalewski
|
758539c8a3
|
msvcrt: Implement and test _mbsbtype.
|
2007-08-24 10:57:16 +02:00 |
Mikolaj Zalewski
|
884d718c49
|
msvcrt: Test and fix _ismbslead and _ismbstrail.
|
2007-08-24 10:57:16 +02:00 |
Mikolaj Zalewski
|
9a2d605dd9
|
msvcrt: Test and fix _mbsinc/_mbsninc.
|
2007-08-23 12:43:16 +02:00 |
Mikolaj Zalewski
|
cf8cf1d7f9
|
msvcrt: Don't test codepage 20932.
|
2007-08-23 12:43:04 +02:00 |
Mikolaj Zalewski
|
c5268a20ab
|
msvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
|
2007-08-23 12:42:54 +02:00 |
Mikolaj Zalewski
|
12ff6788b3
|
msvcrt: Test that some functions depends on locale codepage, not the one set by _setmbcp.
|
2007-08-21 13:00:41 +02:00 |
Mikolaj Zalewski
|
cea1052f62
|
msvcrt: Test and fix _mbclen/_mbslen.
|
2007-08-21 13:00:33 +02:00 |
Mikolaj Zalewski
|
545f446bf3
|
msvcrt: Test and fix _mbsnextc.
|
2007-08-21 13:00:16 +02:00 |
Mikolaj Zalewski
|
ba43c67f8f
|
msvcrt: Implement _ismbblead/_ismbbtrail using _mbctype (with tests).
|
2007-08-21 13:00:06 +02:00 |
Mikolaj Zalewski
|
ea824f830f
|
msvcrt: Fill _mbctype table in _setmbcp.
|
2007-08-21 12:59:56 +02:00 |
Mikolaj Zalewski
|
e9ec5d4aff
|
msvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be used in _ismbblead.
|
2007-08-17 12:43:19 +02:00 |
Paul Vriens
|
059436d536
|
msvcrt/tests: Remove wrong FreeLibrary and fix typo's.
|
2007-08-15 10:48:59 +02:00 |
Duane Clark
|
67386352c8
|
msvcrt: Add function _mbsspnp.
|
2006-12-24 13:07:22 +01:00 |
Francois Gouget
|
f0dd63cbb4
|
msvcrt: The tests link with msvcrt(d).dll now, so use GetModuleHandle() rather than LoadLibrary().
|
2006-12-14 12:44:28 +01:00 |
Marcus Meissner
|
f0280cbd1e
|
made functions and variables static in some testcases.
|
2006-12-11 12:18:29 +01:00 |
Louis. Lenders
|
6f1ab505ac
|
msvcrt: Add simple test for _strdup(0).
|
2006-06-21 13:54:06 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Rein Klazes
|
6f92870a80
|
Fix _mbsspn() with conformance tests.
|
2005-11-21 12:03:18 +00:00 |
Vitaliy Margolen
|
9b748c8de2
|
Fix _ismbblead test to pass on windows.
|
2005-10-10 18:00:20 +00:00 |
Vijay Kiran Kamuju
|
6e940bb21e
|
Added a test for failing _ismbblead.
|
2005-09-06 11:41:48 +00:00 |
Jason Edmeades
|
8f8ec2adcc
|
_swab failed if src == dest, plus some testcases.
|
2005-08-19 10:01:42 +00:00 |
Francois Gouget
|
cfc3943c5f
|
Make our ascii strings static const.
Remove a couple string variables that were used only once and use the
string literal directly.
|
2004-05-04 04:13:05 +00:00 |
Uwe Bonnes
|
9c6774f18a
|
Relay msvcrt_memcpy to memmove, CString::Insert seems to rely on that
behaviour. Add a test case.
|
2004-03-19 01:53:11 +00:00 |