Piotr Caban
|
afec0b00bd
|
msvcrt: Make the first call to fwrite buffered.
|
2013-10-21 21:06:15 +02:00 |
Piotr Caban
|
f906be9ef4
|
msvcrt: Don't validate parameters in _itoa function.
|
2013-10-15 16:36:25 +02:00 |
Nikolay Sivov
|
08422163cf
|
msvcrt: Prevent msvcrt.dll unloading.
|
2013-10-15 14:28:20 +02:00 |
Frédéric Delanoy
|
f6677602e3
|
msvcrt: Use BOOL type where appropriate.
|
2013-10-11 11:05:59 +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 |
Piotr Caban
|
d13436e048
|
msvcrt: Don't try to demangle template after function or variable name.
|
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
|
26721c25f6
|
msvcrt: Don't forward wcsncmp to ntdll.
|
2013-10-01 13:10:21 +02:00 |
Piotr Caban
|
7fb5cca3e4
|
msvcrt: Don't forward qsort to ntdll.
|
2013-10-01 13:10:21 +02:00 |
Piotr Caban
|
5fce0724ed
|
msvcrt: Don't forward bsearch to ntdll.
|
2013-10-01 13:10:21 +02:00 |
Piotr Caban
|
3868bf06b2
|
msvcrt: Add _wtoi64_l implementation.
|
2013-10-01 13:10:21 +02:00 |
Piotr Caban
|
d99090aff8
|
msvcrt: Don't forward _itoa to ntdll.
|
2013-10-01 13:10:21 +02:00 |
Marcus Meissner
|
e9358909f8
|
msvcrt: Restore a stack mark on error (Coverity).
|
2013-09-30 11:49:08 +02:00 |
Frédéric Delanoy
|
cb7546eaf7
|
msvcrt: Use BOOL type where appropriate.
|
2013-09-27 10:44:55 +02:00 |
Piotr Caban
|
a449b2d57b
|
msvcrt: Call MSVCRT_strtoi64_l in strtoul implementation.
|
2013-09-25 19:30:32 +02:00 |
Piotr Caban
|
c3c44544ff
|
msvcrt: Call MSVCRT_strtoi64_l in strtol implementation.
|
2013-09-25 19:30:30 +02:00 |
Piotr Caban
|
b01f888129
|
msvcrt: Fix internal LONG_MAX and ULONG_MAX definitions.
|
2013-09-25 19:30:23 +02:00 |
Piotr Caban
|
b50833389e
|
msvcrt: Improve error handling in wcsrtombs function.
|
2013-09-24 18:54:37 +02:00 |
Piotr Caban
|
dadb2fdfa9
|
msvcrt: Add _snwprintf_s_l implementation.
|
2013-09-19 19:49:11 +02:00 |
Piotr Caban
|
1f1624612e
|
msvcrt: Don't use CDECL calling convention in MSVCRT_wcsrtombs_l (internal function).
|
2013-09-18 13:11:10 +02:00 |
Piotr Caban
|
bffc240b4e
|
msvcrt: Fix loop condition when printing Inf or NaN.
|
2013-09-17 16:26:01 +02:00 |
Piotr Caban
|
882761f15d
|
msvcrt: Don't forward wcsstr to ntdll.
|
2013-09-17 16:25:54 +02:00 |
Piotr Caban
|
a89f726355
|
msvcrt: Don't forward wcslen to ntdll.
|
2013-09-17 16:25:48 +02:00 |
Piotr Caban
|
300c012372
|
msvcrt: Don't forward wcschr to ntdll.
|
2013-09-17 16:25:43 +02:00 |
Piotr Caban
|
019c34ca1e
|
msvcrt: Don't forward strstr to ntdll.
|
2013-09-17 16:25:28 +02:00 |
Piotr Caban
|
138df7da33
|
msvcrt: Don't forward strrchr to ntdll.
|
2013-09-17 16:25:23 +02:00 |
Piotr Caban
|
31d92b926e
|
msvcrt: Don't forward strncat to ntdll.
|
2013-09-17 16:25:04 +02:00 |
Piotr Caban
|
f0ec9b134a
|
msvcrt: Don't forward strlen to ntdll.
|
2013-09-17 16:24:58 +02:00 |
Piotr Caban
|
1803016c08
|
msvcrt: Don't forward strcmp to ntdll.
|
2013-09-17 16:24:53 +02:00 |
Piotr Caban
|
5b1f7f8549
|
msvcrt: Don't forward memmove to ntdll.
|
2013-09-17 16:24:46 +02:00 |
Piotr Caban
|
4fbf246298
|
msvcrt: Don't forward memcmp to ntdll.
|
2013-09-17 16:24:39 +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
|
2734ae0786
|
msvcrt: Don't forward _wcsnicmp to ntdll.
|
2013-09-12 12:59:02 +02:00 |
Piotr Caban
|
d548877f6e
|
msvcr110: Add forwards to type_info::before function.
|
2013-09-11 16:08:42 +02:00 |
André Hentschel
|
8fab2422a8
|
msvcrt: Export fabsf on ARM and x86_64.
|
2013-09-04 14:43:45 +02:00 |
Piotr Caban
|
33d697c001
|
msvcrt: Add _wsetlocale implementation.
|
2013-08-29 19:56:17 +02:00 |
Piotr Caban
|
024ece50e8
|
msvcrt: Fix parameter validation in _stat64 function.
|
2013-08-26 15:01:37 +02:00 |
Vincent Povirk
|
5f2e48f737
|
msvcrt: _[w]access_s returns an error code.
|
2013-08-22 10:27:54 +02:00 |
Piotr Caban
|
089cc78182
|
msvcrt: Fix lookahead buffer usage on pipes.
|
2013-08-21 19:52:51 +02:00 |
Piotr Caban
|
f42c631d6e
|
msvcrt: Improve setting standard handles flags.
|
2013-08-21 19:52:37 +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
|
a51ffcd442
|
msvcrt: Added _swprintf_s_l implementation.
|
2013-08-01 16:28:39 +02:00 |
Piotr Caban
|
679542419a
|
msvcrt: Add _wcstol_l implementation.
|
2013-07-29 15:00:26 +02:00 |
Piotr Caban
|
6457163bb2
|
msvcrt: Add _wctomb_s_l implementation.
|
2013-07-27 11:50:56 -05:00 |