Akihiro Sagawa
|
13aff6dc56
|
msvcrt: Fix wctob in C locale.
|
2011-12-01 14:16:30 +01:00 |
Piotr Caban
|
cfca12e486
|
msvcrt: Use ismbcodepage instead of mb_cur_max in mbcodepage dependent functions.
|
2011-10-12 17:09:20 +02:00 |
Piotr Caban
|
8df606fea4
|
msvcrt: Fix wcsncpy_s implementation.
|
2011-10-04 16:54:04 -05:00 |
Piotr Caban
|
e398b93900
|
msvcrt: Improved tolower_l and toupper_l implementation.
|
2011-06-03 17:44:06 +02:00 |
Nicolas Le Cam
|
acbb7b817a
|
msvcrt/tests: Avoid size_t in traces.
|
2011-05-02 12:42:08 +02:00 |
Piotr Caban
|
168909283c
|
msvcrt: Added wcsrtombs implementation.
|
2011-04-28 11:07:46 +02:00 |
Piotr Caban
|
f989011be2
|
msvcrt: Added wctob implementation.
|
2011-04-06 12:05:07 +02:00 |
Piotr Caban
|
fdffe548f1
|
msvcrt: Added space for nullbyte in size returned by wcstombs_s and mbstowcs_s.
|
2011-03-30 18:59:22 +02:00 |
Konrad Rzepecki
|
332d5954ed
|
msvcrt: Implement _mbslwr_s.
|
2011-03-29 12:19:37 +02:00 |
Konrad Rzepecki
|
0b3175cb24
|
msvcrt: Implement _mbsupr_s.
|
2011-03-29 12:19:30 +02:00 |
Nikolay Sivov
|
27e18b3bbc
|
msvcrt: Added _wcslwr_s implementation.
|
2011-03-07 13:18:03 +01:00 |
Austin English
|
a3c1d4550c
|
msvcrt/tests: Remove useless assignment (LLVM/Clang).
|
2011-02-10 09:56:59 -06:00 |
Greg Geldorp
|
725cb2f3c0
|
msvcrt/tests: Use different method to determine non-SBCS locale.
|
2011-01-17 13:23:25 +01:00 |
Eric Pouech
|
d38196a0ff
|
msvcrt: Use the macros for parameter checking for wcsncat_s (and fix the test).
|
2010-11-16 12:02:00 +01:00 |
Eric Pouech
|
9df3f06cb9
|
msvcrt: Use macro for parameters validation itoa_s (and update the tests as well).
|
2010-11-12 11:59:39 +01:00 |
Andrew Nguyen
|
ed357e5ca6
|
msvcrt: Implement _ultoa_s.
|
2010-10-21 12:30:44 +02:00 |
Andrew Nguyen
|
a622af49a7
|
msvcrt: Implement _mbsnbcat_s.
|
2010-10-21 12:30:35 +02:00 |
Damjan Jovanovic
|
b39c59e75d
|
msvcrt: Improve wcsncat_s.
|
2010-10-19 10:15:38 +02:00 |
Damjan Jovanovic
|
302d63a225
|
msvcrt: Implement wcsncat_s.
|
2010-10-18 19:47:49 +02:00 |
Andrew Nguyen
|
41ab825126
|
msvcrt: Implement _strlwr_s.
|
2010-10-11 17:11:38 +02:00 |
Andrew Nguyen
|
bcfaf467b5
|
msvcrt: Implement _itoa_s.
|
2010-10-11 17:11:38 +02:00 |
Alexandre Julliard
|
730f01801f
|
tests: Make some variables static.
|
2010-10-01 13:41:42 +02:00 |
Alexandre Goujon
|
7a1752013c
|
msvcrt: string Avoid size_t in ok().
|
2010-08-30 11:26:29 +02:00 |
Piotr Caban
|
3a25d7d9aa
|
msvcrt: Added _gcvt_s implementation.
|
2010-08-27 12:06:43 +02:00 |
Piotr Caban
|
9915dd03b4
|
msvcrt: Fixed strtod_l/wcstod_l implementation.
|
2010-07-22 16:11:02 +02:00 |
Alexandre Julliard
|
a38ff8d7dd
|
msvcrt/tests: Fix printf format warnings with ptrdiff_t.
|
2010-07-21 13:23:59 +02:00 |
Francois Gouget
|
eb8ce091cb
|
msvcrt/tests: Add a trailing '\n' to an ok() call.
|
2010-06-22 20:03:36 +02:00 |
Alexander Scott-Johns
|
4e8e2f39c5
|
include/msvcrt: Define _TRUNCATE; use it in the tests.
|
2010-06-07 13:51:49 +02:00 |
Piotr Caban
|
2eb4b694a7
|
msvcrt: Added mbstowcs and wcstombs tests.
|
2010-05-06 15:24:20 +02:00 |
Piotr Caban
|
f76eef7401
|
msvcrt: Change strtod_l implementation.
|
2010-04-26 09:07:02 -05:00 |
Piotr Caban
|
94112ff960
|
msvcrt: Added _strtod_l implementation.
|
2010-04-21 11:57:12 +02:00 |
Piotr Caban
|
f377e4be6b
|
msvcrt: Move invalid parameter tests to msvcr90.
|
2010-04-01 18:12:58 +02:00 |
Piotr Caban
|
9a8fe9679b
|
msvcrt: Added _strtoui64 implementation.
|
2010-03-29 15:50:21 +02:00 |
Piotr Caban
|
585ea9cdd8
|
msvcrt: Added _strtoi64 implementation.
|
2010-03-29 15:50:20 +02:00 |
Piotr Caban
|
254eab3827
|
msvcr90: Added _get/set_invalid_parameter_handler implementation.
|
2010-03-25 16:46:56 +01:00 |
Piotr Caban
|
c7aba97338
|
msvcrt: Added strnlen implementation.
|
2010-03-25 09:46:36 +01:00 |
David Hedberg
|
4148ac0ab5
|
msvcrt: Implement _mbctombb.
|
2010-02-24 15:12:30 +01:00 |
David Hedberg
|
30f6dc9510
|
msvcrt: Implement _ismbclegal.
|
2010-02-23 12:09:45 +01:00 |
David Hedberg
|
85cc5dd1b2
|
msvcrt: Add trail bytes info for codepage 1361.
|
2010-02-23 12:09:33 +01:00 |
Andrew Nguyen
|
1eb0775670
|
msvcrt: Implement and test _wcsupr_s.
|
2009-11-16 17:06:16 +01:00 |
Michael Stefaniuc
|
5ca700713d
|
msvcrt/tests: Use LONG instead of long.
|
2009-10-08 12:17:30 +02:00 |
Ge van Geldorp
|
d24a5a74b1
|
msvcrt/tests: Add acceptable error codes for W2K8+.
|
2009-09-02 15:47:45 +02:00 |
Eric Pouech
|
9eca2f81dc
|
msvcrt: Correctly handle the error cases in strtol and strtoul.
|
2009-09-01 12:43:24 +02:00 |
Alexandre Julliard
|
7e082f6608
|
msvcrt/tests: Make all msvcrt function pointers cdecl.
|
2009-05-23 11:57:38 +02:00 |
Rein Klazes
|
b12c46be4a
|
msvcrt/tests: Add some tests for strtok().
|
2009-04-22 13:13:38 +02:00 |
David Hedberg
|
2254a549a6
|
msvcrt: Implement _mbcjistojms.
|
2009-02-06 13:03:34 +01:00 |
Alexandre Julliard
|
8e16e78710
|
libwine: Re-generate the Windows codepage data using the bestfit files.
|
2009-01-19 20:33:55 +01:00 |
Francois Gouget
|
b455d319f9
|
msvcrt/tests: Make void test_cp_table() static.
|
2008-12-12 11:42:13 +01:00 |
Alexandre Julliard
|
82bd6f1e10
|
msvcrt/tests: Load __mb_cur_max and _mbctype dynamically since they may not be available to link against.
|
2008-12-12 10:19:55 +01:00 |
Jon Griffiths
|
288a48fcf0
|
msvcrt/tests: Fix 3 tests that always fail on Vista.
|
2008-05-27 19:36:57 +02:00 |
Austin English
|
05faae7b5a
|
Spelling fixes.
|
2008-04-09 12:07:39 +02:00 |
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 |