Akihiro Sagawa
|
ab5db46477
|
msvcrt: Add MBCS handling for _splitpath.
|
2014-04-14 20:19:01 +02:00 |
Piotr Caban
|
9c1d687a7a
|
msvcrt: Remove setlocale test with empty locale string.
|
2014-03-25 19:05:09 +01:00 |
Piotr Caban
|
2693ce1a25
|
msvcrt: Don't add 0x prefix while printing 0 with printf.
|
2014-03-20 17:44:05 +01:00 |
Piotr Caban
|
c4f935d449
|
msvcrt: Fix p__p___mb_cur_max tests.
|
2014-03-18 13:26:45 +01:00 |
Piotr Caban
|
13f6194bb1
|
msvcrt: Improve tolower tests.
|
2014-03-13 20:22:11 +01:00 |
Piotr Caban
|
6ad441cd6b
|
msvcrt: Return error on invalid handle in _open_osfhandle.
|
2014-02-12 19:15:28 +01:00 |
Piotr Caban
|
f4985e42b7
|
msvcrt/tests: Don't pass path containing spaces to _spawnvp.
|
2014-02-11 20:22:31 +01:00 |
Piotr Caban
|
638c8e3847
|
msvcrt: Don't overwrite unmatched string in scanf.
|
2014-01-16 21:04:19 +01:00 |
Piotr Caban
|
1d4ac6dc1e
|
msvcrt/tests: Fix crash in mbstowcs tests.
|
2014-01-09 17:42:44 +01:00 |
Piotr Caban
|
544d179434
|
msvcrt: Handle null mbstr parameter in mbstowcs.
|
2014-01-08 16:11:31 +01:00 |
Alexandre Julliard
|
3e40fea9d6
|
makefiles: Automatically add the necessary msvcrt flags to the generated rules.
|
2014-01-08 14:34:15 +01:00 |
Alexandre Julliard
|
99ef0d6ff0
|
makefiles: Get rid of the MAKE_TEST_RULES variable.
|
2014-01-02 12:13:16 +01:00 |
Daniel Lehman
|
15b35f4d37
|
msvcrt: Return wall-clock time from clock().
|
2013-11-25 19:30:20 +01:00 |
Nikolay Sivov
|
1f8636c5af
|
msvcrt/tests: Enable compilation with -D__WINESRC__.
|
2013-11-05 20:38:55 +01:00 |
Piotr Caban
|
d2c8dcb7e0
|
msvcrt/tests: Fix __unDName test failures on Win2000.
|
2013-10-23 17:01:47 +02:00 |
Piotr Caban
|
d218d82af4
|
msvcrt: Don't output __ptr64 when UNDNAME_NO_MS_KEYWORDS is used.
|
2013-10-22 20:19:18 +02:00 |
Piotr Caban
|
47908f7ac2
|
msvcrt: Fix __ptr64 displaying when UNDNAME_NO_LEADING_UNDERSCORES flag is used.
|
2013-10-22 20:19:17 +02:00 |
Piotr Caban
|
0d17c47480
|
msvcrt: Add support for UNDNAME_NO_THISTYPE flag in __unDName.
|
2013-10-22 20:19:17 +02:00 |
Piotr Caban
|
f906be9ef4
|
msvcrt: Don't validate parameters in _itoa function.
|
2013-10-15 16:36:25 +02:00 |
Piotr Caban
|
0aa72d880a
|
msvcrt: Add support for vtordispex demangling.
|
2013-10-07 14:44:36 +02:00 |
Piotr Caban
|
501d60b020
|
msvcrt: Add support for vcall thunks demangling.
|
2013-10-07 14:44:36 +02:00 |
Michael Stefaniuc
|
0e681027a2
|
tests: Compile the tests by default with -D__WINESRC__.
|
2013-10-02 11:04:02 +02:00 |
Michael Stefaniuc
|
9463dba830
|
tests: Use the explicit LoadLibraryA function.
|
2013-10-02 11:02:21 +02:00 |
Piotr Caban
|
a449b2d57b
|
msvcrt: Call MSVCRT_strtoi64_l in strtoul implementation.
|
2013-09-25 19:30:32 +02:00 |
André Hentschel
|
0e867236dc
|
msvcrt/tests: Load the correct function on ARM.
|
2013-09-17 12:27:00 +02:00 |
Piotr Caban
|
6594212dd6
|
msvcrt: Fix Inf and NaN handling in printf function.
|
2013-09-16 19:51:04 +02:00 |
Piotr Caban
|
0df84ecf11
|
msvcrt: Add support for vtordisp functions demangling.
|
2013-09-12 12:59:14 +02:00 |
Piotr Caban
|
024ece50e8
|
msvcrt: Fix parameter validation in _stat64 function.
|
2013-08-26 15:01:37 +02:00 |
Piotr Caban
|
089cc78182
|
msvcrt: Fix lookahead buffer usage on pipes.
|
2013-08-21 19:52:51 +02:00 |
Álvaro Nieto
|
e3e1284557
|
msvrct: Fix strncpy to fill the buffer.
|
2013-08-16 20:49:36 +02:00 |
André Hentschel
|
3d6ebecedb
|
msvcrt/tests: Fix dynamically loaded functions for ARM.
|
2013-08-16 11:55:23 +02:00 |
Daniel Lehman
|
a0d8d1e223
|
msvcrt: Invoke invalid_handler in _wcscpy_s.
|
2013-08-16 11:55:23 +02:00 |
Piotr Caban
|
6457163bb2
|
msvcrt: Add _wctomb_s_l implementation.
|
2013-07-27 11:50:56 -05:00 |
Piotr Caban
|
ce9d4b807e
|
msvcrt: Fix _mktemp implementation.
|
2013-07-24 14:35:11 -05:00 |
Qian Hong
|
ff7746a0c8
|
msvcrt/tests: Added setlocale test for Chinese_China.936.
|
2013-07-22 17:16:04 +02:00 |
Alexandre Julliard
|
4be0f88e8d
|
libwine: Use the best fit data for codepage 1361.
|
2013-07-22 17:16:00 +02:00 |
Piotr Caban
|
eb13a49de9
|
msvcrt: Add some _mbstok tests.
|
2013-06-21 16:23:35 +02:00 |
Piotr Caban
|
f3eb64ec73
|
msvcrt: Don't detect overflow in atoi implementation.
|
2013-06-04 21:01:13 +02:00 |
André Hentschel
|
b815548cf0
|
kernel32/tests: Don't test function directly when reporting GetLastError().
|
2013-04-03 18:05:35 +02:00 |
Akihiro Sagawa
|
cf2ce8c64b
|
msvcrt/tests: Add unicode fgetwc tests.
|
2013-03-27 20:12:28 +01:00 |
Akihiro Sagawa
|
c2ce2fa06e
|
msvcrt/tests: Add locale dependent fgetwc tests.
|
2013-03-27 20:12:28 +01:00 |
Piotr Caban
|
343122a494
|
msvcrt: Added _set_output_format tests.
|
2013-03-27 12:13:23 +01:00 |
Akihiro Sagawa
|
0010ee021a
|
msvcrt: Fix incorrect casts in _wcstoi64_l and _wcstoui64_l.
|
2013-03-11 10:41:09 +01:00 |
Akihiro Sagawa
|
564b682447
|
msvcrt/tests: Add _wcstoi64/_wcstoui64 tests.
|
2013-03-11 10:41:07 +01:00 |
Piotr Caban
|
d989e92c3e
|
msvcrt: Added __pxcptinfoptrs tests.
|
2013-03-05 12:44:36 +01:00 |
Piotr Caban
|
cd7b71d3f4
|
msvcrt: Added stdin close/open tests.
|
2013-03-04 11:14:47 +01:00 |
André Hentschel
|
43bdfce436
|
msvcrt/tests: Mark win8 behaviour as broken.
|
2013-02-28 21:00:31 +01:00 |
Piotr Caban
|
61f82d6d02
|
msvcrt: Mark gmtime32 tests with negative argument as broken on win8.
|
2013-02-20 16:28:30 +01:00 |
Piotr Caban
|
9778248441
|
msvcrt: Fixed _Gettnames test on Win8.
|
2013-01-25 17:30:57 +01:00 |
Piotr Caban
|
8304bf4dfc
|
msvcrt: Fixed setlocale tests on Win8.
|
2013-01-25 17:30:51 +01:00 |