Sign in
goma
/
wine
/
e834c920ec09390a491848a3075eca8f35e3a253
/
dlls
/
msvcrtd
/
tests
bd9852c
makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf conventions.
by Alexandre Julliard
· 15 years ago
81b8ee8
makefiles: Add a standard header for all makefiles to replace the common variable initializations.
by Alexandre Julliard
· 15 years ago
c27aa28
msvcrt: Use the appropriate mangled names for operator new/delete on 64-bit.
by Alexandre Julliard
· 15 years ago
b86d515
dlls: Remove explicit imports of kernel32 and ntdll.
by Alexandre Julliard
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
b3c38d3
msvcrtd/tests: Fix a memory leak (Valgrind).
by Paul Vriens
· 15 years ago
cbaf176
msvcrtd/tests: Fix calling convention for operator_new_dbg.
by Alexandre Julliard
· 16 years ago
37a62a6
msvcrtd: Use size_t instead of unsigned long.
by Michael Stefaniuc
· 16 years ago
83a21c6
tests: Use the Wine import libraries when compiling with MinGW.
by Alexandre Julliard
· 17 years ago
41dd56c
"One liners" printf format warning fixes for the migration of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
0fa8baa
make_dlls: Recursively ignore .ok files in all tests directories.
by Alexandre Julliard
· 19 years ago
edd100b
make_dlls: Recursively ignore testlist.c in all tests directories.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
cc4da88
Explicitly import kernel32 in tests that use it.
by Alexandre Julliard
· 20 years ago
56171ee
Don't import MSVCRTD.DLL and don't fail when it could not be loaded.
by Saulius Krasuckas
· 20 years ago
b744372
Turn off gcc 4.0's builtin wchar inlines.
by Mike McCormack
· 20 years ago
6de20f3
- Declare implemented functions inside #ifndef _DEBUG block.
by Saulius Krasuckas
· 20 years ago
9213d56
Make some function static.
by Stefan Huehner
· 20 years ago
5c4420f
Implemented the debug version of operator new (C++).
by Patrik Stridvall
· 21 years ago