Piotr Caban
eb7d55761e
msvcrt: Add _mbccpy_s_l implementation.
...
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-10-06 21:48:49 +02: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
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
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
Sebastian Lackner
e00999ccf4
msvcrt: Fix specfile entry for $I10_OUTPUT and _wcstod_l.
...
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-30 23:16:47 +09:00
Frédéric Delanoy
5e52a29b53
msvcrtd: Use BOOL type where appropriate.
2014-02-11 19:19:13 +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
Alexandre Julliard
5e7416e5c8
makefiles: Get rid of the MAKE_DLL_RULES variable.
2014-01-02 12:08:18 +01:00
Piotr Caban
d548877f6e
msvcr110: Add forwards to type_info::before function.
2013-09-11 16:08:42 +02:00
André Hentschel
6120b3d594
msvcrtd: Add missing return (Coverity).
2013-07-09 10:28:15 +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
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
Alexandre Julliard
bcd62a7f2e
msvcrt: Implement _seh_longjmp_unwind4 for i386.
2011-05-17 12:49:20 +02:00
Alexandre Julliard
2140006662
msvcrt: Implement _local_unwind for x86_64.
2011-05-17 12:31:00 +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
d72da00206
msvcrt: Export _aexit_rtn.
2011-05-01 11:42:30 +02:00
Alexandre Julliard
60f3a809f5
msvcrt: Synchronize spec files across dlls.
2011-04-29 16:51:57 +02:00
Alexandre Julliard
89475918a1
msvcrt: Export the __p_* functions on all platforms.
2011-03-16 17:41:08 +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
Alexandre Julliard
bd9852cd6f
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
2010-09-19 12:40:12 +02: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
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
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
Alexandre Julliard
6164ce2d82
makefiles: Use the standard C_SRCS variable as the list of test files.
...
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Paul Vriens
b3c38d3d34
msvcrtd/tests: Fix a memory leak (Valgrind).
2010-01-22 13:07:42 +01:00
André Hentschel
f27ba37bb8
msvcrtd: Remove unnecessary trace output.
2009-12-16 16:05:36 +01:00
Alexandre Julliard
cbaf176013
msvcrtd/tests: Fix calling convention for operator_new_dbg.
2009-06-16 13:29:38 +02:00
Michael Stefaniuc
37a62a643e
msvcrtd: Use size_t instead of unsigned long.
2009-05-27 15:39:55 +02: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
Alexandre Julliard
4305e6d119
msvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12 10:19:55 +01:00
Alexandre Julliard
83a21c6886
tests: Use the Wine import libraries when compiling with MinGW.
2008-05-26 19:26:20 +02:00
Rob Shearman
48000893f9
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
...
Only specify the root to keep platform-specifics out of the individual
DLL makefiles.
2008-03-04 20:55:01 +01:00