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 |
Eric Pouech
|
8583bd317e
|
msvcrt: Use parameter validation macros for mcstowcs_s_l.
|
2010-11-01 12:34:50 +01:00 |
Andrew Nguyen
|
a622af49a7
|
msvcrt: Implement _mbsnbcat_s.
|
2010-10-21 12:30:35 +02:00 |
Alexander Scott-Johns
|
2663079c60
|
msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
|
2010-06-07 13:51:34 +02:00 |
Piotr Caban
|
2ca3b9e016
|
msvcrt: Fix mbstowcs_l implementation.
|
2010-05-24 11:25:04 +02:00 |
Piotr Caban
|
7352ee844e
|
msvcrt: Added mbstowcs(_s_l) implementation.
|
2010-05-06 15:19:52 +02:00 |
Piotr Caban
|
d367314b46
|
msvcrt: Added _mbstrlen_l implementation.
|
2010-05-06 15:18:57 +02:00 |
Piotr Caban
|
100e925cb4
|
msvcrt: Added ___mb_cur_max_l_func implementation.
|
2010-05-05 15:26:50 +02:00 |
Piotr Caban
|
d1fa8b64e4
|
msvcrt: Use per thread locale in many functions.
|
2010-04-15 16:51:47 +02:00 |
Piotr Caban
|
b90320652d
|
msvcrt: Rename functions conflicting with mingw headers.
|
2010-03-29 15:50:19 +02: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 |
Michael Stefaniuc
|
5f0fb8350f
|
msvcrt: Replace size_t with MSVCRT_size_t.
|
2009-05-27 15:39:57 +02:00 |
David Hedberg
|
2254a549a6
|
msvcrt: Implement _mbcjistojms.
|
2009-02-06 13:03:34 +01:00 |
Alexandre Julliard
|
b19913ac70
|
msvcrt: Add a few more *_func functions to replace the __p_* ones.
|
2008-12-15 16:03:32 +01:00 |
Alexandre Julliard
|
7a6c6747a9
|
msvcrt: Don't include msvcrt headers, instead duplicate the definitions in msvcrt.h.
|
2008-12-12 10:19:55 +01:00 |
Alexandre Julliard
|
9c29dbd987
|
Avoid exporting common symbols since that's broken on Mac OS X.
|
2008-07-21 14:47:55 +02:00 |
Alexandre Julliard
|
d66b9f7e48
|
msvcrt: Use the correct msvcrt defines for errno values.
|
2008-02-27 14:52:25 +01:00 |
Alexandre Julliard
|
a470afca6c
|
msvcrt: Fix incorrect uses of msvcrt_set_errno.
|
2008-02-27 14:52:25 +01:00 |
Stefan Dösinger
|
a529ef4875
|
msvcrt: Implement _mbsnbcpy_s.
|
2007-11-16 15:07:55 +01:00 |
Francois Gouget
|
a116879507
|
Assorted spelling fixes.
|
2007-08-30 12:26:02 +02:00 |
Alexandre Julliard
|
26d50d6ee1
|
msvcrt: Don't include mbstring.h to avoid conflicts with system headers.
|
2007-08-24 15:11:17 +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 |
Damjan Jovanovic
|
d85b10accb
|
msvcrt: mbsnbicmp should be case insensitive.
|
2007-08-06 13:57:58 +02:00 |
Juan Lang
|
24dbdf8fa5
|
msvcrt: Implement _mbbtype according to MSDN.
|
2007-02-07 11:34:26 +01:00 |
Alexandre Julliard
|
6f9ad1b981
|
msvcrt: Export various locale and codepage variables.
|
2007-01-16 12:08:59 +01:00 |
Duane Clark
|
67386352c8
|
msvcrt: Add function _mbsspnp.
|
2006-12-24 13:07:22 +01:00 |
Alexandre Julliard
|
24beabfd4e
|
msvcrt: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-13 11:40:23 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
b7b7f2b679
|
Avoid importing _strlwr/_strupr from ntdll.
|
2006-01-24 12:24:05 +01:00 |
Alexandre Julliard
|
b34ac466b1
|
msvcrt: Added wrappers for a few functions instead of linking them
directly to libc.
|
2006-01-14 17:40:29 +01:00 |
Rein Klazes
|
3d96c56f24
|
Do not forward _mbccpy to strcpy.
Remove the error message in _mbccpy, it is not an error.
|
2005-11-21 13:34:29 +00:00 |
Rein Klazes
|
6f92870a80
|
Fix _mbsspn() with conformance tests.
|
2005-11-21 12:03:18 +00:00 |
Vitaly Lipatov
|
442c253a01
|
Add missed _mbscoll function.
|
2005-08-24 18:14:06 +00:00 |
Mike McCormack
|
792d7eb23d
|
Fix gcc 4.0 warnings.
|
2005-08-23 18:49:18 +00:00 |
Alexandre Julliard
|
240d4ee9e1
|
Remove a few more instances of strncpy.
|
2005-04-25 15:51:45 +00:00 |
Eric Pouech
|
05413fccc5
|
Fixed some signed / unsigned pointer casts.
|
2005-04-18 09:54:03 +00:00 |