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
|
bcf1ef3c90
|
msvcrt: Make a few more exception handling functions i386-specific.
|
2010-04-12 17:52:37 +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 |
Hans Leidekker
|
93661611e5
|
msvcrt: Fix _execv spec entries for the forwarding variants too.
|
2008-01-21 11:39:43 +01:00 |
Alexandre Julliard
|
1476116b3a
|
Forward all functions to msvcrt instead of having them link directly
to libc.
|
2005-09-16 18:50:06 +00:00 |
Alexandre Julliard
|
aa0b9aac0d
|
Sort entry points alphabetically.
|
2005-06-22 18:38:23 +00:00 |
Alexandre Julliard
|
dcad0864bb
|
Fix duplication of _Getnames and _Gettnames, only the latter actually
exists.
|
2005-06-22 18:07:31 +00:00 |
Lionel Ulmer
|
d8817fe467
|
Added stub for _CrtCheckMemory.
|
2004-06-14 17:57:06 +00:00 |
Patrik Stridvall
|
5c4420fc4c
|
Implemented the debug version of operator new (C++).
|
2004-05-18 01:05:36 +00:00 |
Alexandre Julliard
|
8f7c2bc6a5
|
Fixed the prototypes of the _adj_fdiv_* functions.
|
2004-05-12 23:22:36 +00:00 |
Alexandre Julliard
|
16e5634a3b
|
Implemented a few more crt* functions.
Replaced most remaining stubs by forwards to msvcrt.
|
2004-01-13 05:37:47 +00:00 |
André Johansen
|
759d956c51
|
Forward _set_error_mode to msvcrt.
|
2004-01-13 01:08:04 +00:00 |
Alexandre Julliard
|
f752be843e
|
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
make them available for imports.
|
2003-12-04 05:51:01 +00:00 |
Dimitrie O. Paun
|
00e5ccfa17
|
Stub out the _[w]popen/_pclose() functions.
|
2003-08-20 03:34:20 +00:00 |
Alexandre Julliard
|
9b8a0595bc
|
_ftol should return a 64-bit int (spotted by Jon Griffiths).
|
2003-08-19 01:03:08 +00:00 |
Alexandre Julliard
|
cf4e5d4eea
|
Added an assembly wrapper to retrieve the this pointer from %ecx for
_thiscall functions.
Fixed some bugs, and added a few missing functions.
|
2003-06-17 03:59:24 +00:00 |
Adam Gundy
|
e434d89bc9
|
Fixed ecvt/fcvt/gcvt entries.
|
2003-04-07 23:30:20 +00:00 |
Adam Gundy
|
19a1513fd7
|
Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.
|
2003-04-04 19:37:57 +00:00 |