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 |
Hans Leidekker
|
93661611e5
|
msvcrt: Fix _execv spec entries for the forwarding variants too.
|
2008-01-21 11:39:43 +01:00 |
Alexandre Julliard
|
ad9396302d
|
Removed some unneeded imports.
|
2007-12-06 21:24:24 +01:00 |
Michael Stefaniuc
|
41dd56cb7f
|
"One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int.
|
2006-09-29 16:09:24 +02:00 |
Alexandre Julliard
|
32ab895e46
|
makefiles: Generate the dependencies line to avoid some code duplication.
|
2006-09-14 09:38:16 +02:00 |
Alexandre Julliard
|
5cf75e615a
|
makefiles: Only run test and documentation targets in directories that need them.
|
2006-08-28 13:37:44 +02:00 |
Alexandre Julliard
|
0fa8baafcb
|
make_dlls: Recursively ignore .ok files in all tests directories.
|
2006-07-10 21:26:50 +02:00 |
Alexandre Julliard
|
edd100b899
|
make_dlls: Recursively ignore testlist.c in all tests directories.
|
2006-07-10 21:19:42 +02:00 |
Alexandre Julliard
|
5258e061dc
|
make_dlls: Ignore generated import libraries from the top-level .gitignore.
|
2006-07-10 20:55:58 +02:00 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Alexandre Julliard
|
6444876da2
|
msvcrtd: Explicitly specify CDECL calling convention on exported functions.
|
2006-06-12 21:35:40 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Eric Pouech
|
e66e227dbe
|
Fixes for missing prototypes warnings.
|
2006-02-06 13:13:28 +01:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00: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
|
cc4da88563
|
Explicitly import kernel32 in tests that use it.
|
2005-08-27 09:27:09 +00:00 |
Mike McCormack
|
7585895633
|
Fix gcc 4.0 builtin function warnings.
|
2005-08-15 09:40:06 +00:00 |
Saulius Krasuckas
|
56171eea2d
|
Don't import MSVCRTD.DLL and don't fail when it could not be loaded.
|
2005-08-12 10:33:50 +00:00 |
Mike McCormack
|
b744372231
|
Turn off gcc 4.0's builtin wchar inlines.
|
2005-08-11 17:12:18 +00:00 |
Saulius Krasuckas
|
6de20f33ae
|
- Declare implemented functions inside #ifndef _DEBUG block.
- Make MSVCRTD_operator_new_dbg recognize types of memory blocks.
|
2005-07-21 10:34:08 +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 |
Stefan Huehner
|
9213d56ae0
|
Make some function static.
|
2005-06-20 15:35:54 +00:00 |
Alexandre Julliard
|
34fa35dc99
|
Added rules for building import libraries in the individual dll
makefiles, and added support for building a .def.a static import
library too.
|
2005-05-09 14:42:30 +00:00 |
Alexandre Julliard
|
d62356aa1e
|
Added rules to build import libraries in the individual dll makefiles.
Generate import libraries with the right name right away instead of
using an intermediate .spec.def file.
|
2005-05-07 12:39:52 +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
|
9e4ed6460c
|
.spec.c files are no longer used for 32-bit dlls.
|
2004-03-24 03:36:44 +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
|
fbdfd910c1
|
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
|
2003-10-11 01:09:15 +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 |