Alexandre Julliard
ca50117418
msvcrt: Export the __acrt_iob_func function from the import library.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-26 20:24:01 +01:00
Alexandre Julliard
0673ddf3a5
msvcrt: Export the onexit functions from the import library.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-26 20:24:01 +01:00
Nikolay Sivov
cebb947027
msvcrt: Add _ismbcl2().
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-15 15:06:54 +01:00
Nikolay Sivov
698b26a432
msvcrt: Add _ismbcl1().
...
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46644
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-02-14 17:57:09 +01:00
Alexandre Julliard
dd016c031a
msvcrt: Add some more MSVCRT prefixes to avoid conflicts with recent Mingw.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-12-14 18:24:46 +01:00
Piotr Caban
c99d14d04d
msvcrt: Don't forward strpbrk to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:32:14 +02:00
Piotr Caban
f43ae5e803
msvcrt: Don't forward strcspn to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:32:11 +02:00
Piotr Caban
48dbb17861
msvcrt: Don't forward wcstol to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:32:08 +02:00
Piotr Caban
c69de2c27c
msvcrt: Don't forward wcsrchr to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:32:06 +02:00
Piotr Caban
66b38682eb
msvcrt: Don't forward wcscmp to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:32:03 +02:00
Piotr Caban
98eb7171e1
msvcrt: Don't forward atol to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:32:00 +02:00
Piotr Caban
32b94e6b2d
msvcrt: Don't forward _wcsupr to ntdll.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-10-17 17:31:56 +02:00
Nikolay Sivov
d045a5ea29
msvcrt: Implement _memicmp_l().
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-11-08 20:21:10 +01:00
Martin Storsjo
3d3d080688
msvcrt: Implement setjmp/longjmp on aarch64.
...
Also include the rest of except_*.c (based on except_arm.c) as stubs.
Signed-off-by: Martin Storsjo <martin@martin.st>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-09-08 16:23:14 +02:00
Nikolay Sivov
1a6e50ce97
msvcrt: Added _ismbcl0().
...
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-12 11:11:43 +09:00
Piotr Caban
395a65bdc6
msvcrt: Fix strcpy implementation so it works on overlapping buffers.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-08-06 10:34:11 +09:00
Piotr Caban
282b9e6c90
msvcr: Fix strftime spec file entry.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-14 20:10:22 +01:00
André Hentschel
673ef69309
msvcrt: Fix _CxxThrowException spec file entry.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-02-27 12:38:24 +01:00
Piotr Caban
dc0e3d0a9c
msvcrt: Add _fpieee_flt stub.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-25 01:10:21 +09:00
Hugh McMaster
56eb4d3105
msvcrt: Implement _wperror.
...
Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-22 22:09:17 +09:00
Piotr Caban
8348d4b40e
msvcrt: Add __CxxUnregisterExceptionObject partial implementation.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-17 11:32:25 +09:00
Piotr Caban
76411c8dc5
msvcrt: Add __DestructExceptionObject implementation.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-17 11:32:20 +09:00
Piotr Caban
11ccffea08
msvcrt: Add __CxxRegisterExceptionObject implementation.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-03-17 11:32:15 +09:00
Alexandre Julliard
e4f92e04a7
msvcrt: Don't import atexit to avoid conflicts with the Mingw runtime.
...
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-12 19:10:03 +09:00
Piotr Caban
77feb6938d
msvcrt: Add _wtmpnam_s implementation.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-12-22 18:23:43 +01:00
Piotr Caban
07762576c4
msvcrt: Add i386 __CxxExceptionFilter implementation.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
2015-10-01 16:32:34 +09:00
Piotr Caban
27b7ff73e4
msvcrt: Add _ungetwch implementation.
2015-06-15 14:49:26 +09:00
Piotr Caban
d4fab07110
msvcrt: Add _getwche implementation.
2015-06-15 14:49:21 +09:00
Piotr Caban
9a10a71638
msvcrt: Add _getwch implementation.
2015-06-15 14:49:16 +09:00
Piotr Caban
eb9e00857a
msvcrt: Write directly to the console in _putwch.
2015-06-15 14:49:04 +09:00
Akihiro Sagawa
cd5a76b182
msvcrt: Add _mbctokata implementation.
2015-03-17 00:20:00 +09:00
Akihiro Sagawa
b6ab2b6268
msvcrt: Add _mbctohira implementation.
2015-03-17 00:19:58 +09:00
Nikolay Sivov
1228f0bba5
msvcrt: Added __dstbias() export.
2014-09-10 21:36:52 +02:00
Piotr Caban
b540277cc7
msvcrt: Add _wcsxfrm_l implementation.
2014-06-12 18:25:27 +02:00
Piotr Caban
31c76cae7c
msvcrt: Add _wcslwr_s_l implementation.
2014-05-24 11:01:28 +09:00
Piotr Caban
49e503c55a
msvcrt: Remove no longer needed exports.
2014-04-21 14:31:48 +02:00
Piotr Caban
e57a4e9490
msvcr71: Share the source code with msvcrt.
2014-04-18 13:13:10 +02:00
Piotr Caban
beeea28a53
msvcr100: Move functions implementation to msvcrt.
2014-04-16 18:00:15 +02:00
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Piotr Caban
e3592d041a
msvcrt: Add __security_error_handler stub.
2013-10-25 14:42:03 +02:00
Piotr Caban
d548877f6e
msvcr110: Add forwards to type_info::before function.
2013-09-11 16:08:42 +02:00
Piotr Caban
779c1f8049
msvcrt: Don't call invalid parameter handler when string to be tokenized and context are not set in mbstok.
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
Alexandre Julliard
f02cdd877f
Remove empty DLL_PROCESS_DETACH case statements.
2013-04-15 16:45:35 +02:00
Alexandre Julliard
799731f4b9
msvcrt: Synchronize spec files.
2013-03-14 13:21:47 +01:00
André Hentschel
874d077ca6
msvcrt: Add a new file for the ARM exception handling.
2013-02-27 19:23:45 +01:00
Piotr Caban
1cd0c4abd6
msvcrt: Sync spec files.
2012-12-17 20:31:27 +01:00
Piotr Caban
e7944878e6
msvcr: Move msvcrXX specific functions implementation to msvcr100.
2012-12-06 20:31:22 +01:00
Alexandre Julliard
881374ee96
msvcrt: Add entry points for the C++ exception functions on x86_64.
2012-03-16 11:00:01 +01:00
Alexandre Julliard
f127a2c075
msvcrt: Synchronize the spec files.
2011-09-14 17:00:19 +02:00
Igor Paliychuk
521604ffce
msvcrt: _CxxThrowException is stdcall, not cdecl.
2011-05-16 16:35:27 +02:00
Alexandre Julliard
3a1086a659
msvcrt: Don't define stubs for data exports.
2011-05-03 19:34:26 +02:00
Alexandre Julliard
6c88228078
msvcrt: Allow forwarding to stub functions when the arguments are known.
2011-05-03 14:38:05 +02:00
Alexandre Julliard
5ac184cad5
msvcrt: Update spec files using the make_specfiles script.
2011-05-03 12:44:14 +02:00
Alexandre Julliard
d72da00206
msvcrt: Export _aexit_rtn.
2011-05-01 11:42:30 +02:00
Alexandre Julliard
2fcba8ee23
msvcrt: Forward preferably to msvcr90 when there is an export with the same name.
2011-04-29 16:52:11 +02:00
Alexandre Julliard
60f3a809f5
msvcrt: Synchronize spec files across dlls.
2011-04-29 16:51:57 +02:00
Piotr Caban
18b8f951bf
msvcrt: Added _resetstkoflw implementation.
2011-04-21 16:53:43 +02:00
Piotr Caban
2d7fa5f243
msvcr90: Added _CRT_RTC_INIT and _CRT_RTC_INITW implementation.
2011-04-05 17:38:57 +02:00
Piotr Caban
d09ab74d9b
msvcrt: Added _snwscanf implementation.
2011-04-05 17:38:29 +02:00
Piotr Caban
405e6eb309
msvcrt: Added _snscanf implementation.
2011-04-05 17:38:21 +02:00
Alexandre Julliard
89475918a1
msvcrt: Export the __p_* functions on all platforms.
2011-03-16 17:41:08 +01:00
Hans Leidekker
b25e0068ac
msvcrt: Implement _set_security_error_handler.
2011-03-16 16:31:55 +01:00
André Hentschel
e165464eea
msvcrt: Implement _wfindnext64.
2011-02-28 15:49:40 +01:00
André Hentschel
1601a264e8
msvcrt: Implement _wfindfirst64.
2011-02-28 15:49:28 +01:00
Alexandre Julliard
37af4c371b
msvcrt: Implement longjmp for x86_64.
2011-02-01 18:14:09 +01:00
André Hentschel
28bdb8c58a
msvcrt: Forward _setjmp on x86_64.
2010-12-31 16:32:42 +01:00
Piotr Caban
bf446e7cfb
msvcrt: Update spec files.
2010-11-18 12:37:03 +01:00
Eric Pouech
1eaae093e2
msvcrt: Implemented _vc(w)printf.
2010-11-08 18:12:57 +01:00
Eric Pouech
71200a9818
msvcrt: Implemented (_)wcserror.
2010-11-03 11:08:56 +01:00
Eric Pouech
f8f7b2898c
msvcrt: Implemented _cputws.
2010-11-03 11:08:55 +01:00
Alexandre Julliard
81b8ee863e
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
2010-09-19 12:36:48 +02:00
Alexandre Julliard
77b6ce5979
msvcrt: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
dfdea6c4a5
msvcrt: Add -ret64 flag on some functions that return a 64-bit value.
2010-08-29 12:09:36 +02:00
Piotr Caban
600fa766f3
msvcrt: Added _scprintf implementation.
2010-08-27 12:06:12 +02:00
Piotr Caban
898e17f2af
msvcrt: Added _set_purecall_handler implementation.
2010-08-25 17:37:48 +02:00
Piotr Caban
76058b14eb
msvcrt: Added _set_SSE2_enable stub.
2010-08-25 17:37:37 +02:00
Alexandre Julliard
52aac5aba7
msvcrt: Export the 64-bit version of the C++ mangled names for all implemented functions.
2010-08-24 22:22:09 +02:00
Alexandre Julliard
c4f673fb63
msvcrt: List the this pointer as an additional argument for thiscall functions.
2010-08-24 19:29:27 +02:00
Alexandre Julliard
b21e28ca11
msvcrt: Use the thiscall type on appropriate entry points.
2010-08-24 16:24:01 +02:00
Alexandre Julliard
c27aa289b7
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
2010-07-22 16:55:35 +02:00
Alexandre Julliard
b86d515ed6
dlls: Remove explicit imports of kernel32 and ntdll.
2010-07-21 17:38:36 +02:00
Piotr Caban
c0637edda2
msvcrt: Added __crtLCMapStringW partial implementation.
2010-06-22 13:51:30 +02:00
Detlef Riekenberg
717bb34818
msvcr7x: Sync exports to msvcrt.
2010-06-14 14:41:55 +02:00
Piotr Caban
4733bd8162
msvcrt: Sync msvcr* dlls.
2010-05-06 15:24:26 +02:00
Detlef Riekenberg
6f79f3a27a
msvcr70: Sync exports to current msvcrt.
2010-04-28 15:04:39 -05:00
Detlef Riekenberg
1d49339590
msvcr70/71: Sync exports to msvcrt.
2010-04-26 11:13:14 -05:00
Alexandre Julliard
6000b08ca7
msvcrt: Export a few more C++ functions that actually call standard C functions.
2010-04-13 17:52:31 +02:00
Alexandre Julliard
300978283a
msvcrt: Implement the missing exception constructor functions.
2010-04-13 17:19:27 +02:00
Alexandre Julliard
bcf1ef3c90
msvcrt: Make a few more exception handling functions i386-specific.
2010-04-12 17:52:37 +02:00
Alexandre Julliard
bef5645eb1
makefiles: Remove the no longer needed explicit separators for dependencies.
2010-03-16 13:28:19 +01:00
Detlef Riekenberg
2feb3aa7f9
msvcr71: Forward more functions to msvcrt.dll.
2010-02-26 17:56:15 +01:00
Christian Costa
6c9cd6cb40
msvcr71: Add forward to msvcrt for ?swprintf@@YAHPAGIPBGZZ and ?vswprintf@@YAHPAGIPBGPAD@Z.
2010-01-18 14:21:51 +01:00
Andrew Nguyen
663cef29f8
msvcr71: Forward more exports to msvcrt.
2009-11-24 15:53:37 +01:00
Tommy Schultz Lassen
1931173ac8
msvcr71: Add _vscprintf and _vscwprintf.
2009-10-19 15:04:34 +02:00
Eric Pouech
dcf68254bd
msvcrt: Added __uncaught_exception support.
2009-10-05 14:56:19 +02:00
Andrew Talbot
c1526fd33a
msvcr71: Remove unused Wine debug channel.
2008-12-19 17:36:35 +01:00
Alexandre Julliard
e2b3ee535f
msvcrt: The __p_* functions are only exported on i386.
2008-12-15 16:20:08 +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
bcfd7dd3ff
msvcrt: The _CI* math functions are only exported on i386.
2008-12-15 15:40:45 +01:00