Sign in
goma
/
wine
/
77472187c9f6677a5e5d8b21ed9d9b07ab49495d
/
dlls
/
msvcrtd
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
e2b3ee5
msvcrt: The __p_* functions are only exported on i386.
by Alexandre Julliard
· 16 years ago
b19913a
msvcrt: Add a few more *_func functions to replace the __p_* ones.
by Alexandre Julliard
· 16 years ago
bcfd7dd
msvcrt: The _CI* math functions are only exported on i386.
by Alexandre Julliard
· 16 years ago
4305e6d
msvcrt: Use iob_func instead of p__iob on non-x86.
by Alexandre Julliard
· 16 years ago
83a21c6
tests: Use the Wine import libraries when compiling with MinGW.
by Alexandre Julliard
· 17 years ago
4800089
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
by Rob Shearman
· 17 years ago
9366161
msvcrt: Fix _execv spec entries for the forwarding variants too.
by Hans Leidekker
· 17 years ago
ad93963
Removed some unneeded imports.
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
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
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
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
6444876
msvcrtd: Explicitly specify CDECL calling convention on exported functions.
by Alexandre Julliard
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
e66e227
Fixes for missing prototypes warnings.
by Eric Pouech
· 19 years ago
0ec7e1a
Renamed all .cvsignore files to .gitignore.
by Alexandre Julliard
· 19 years ago
7e22be4
We are no longer generating .dbg.c files.
by Alexandre Julliard
· 20 years ago
1476116
Forward all functions to msvcrt instead of having them link directly to libc.
by Alexandre Julliard
· 20 years ago
cc4da88
Explicitly import kernel32 in tests that use it.
by Alexandre Julliard
· 20 years ago
7585895
Fix gcc 4.0 builtin function warnings.
by Mike McCormack
· 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
aa0b9aa
Sort entry points alphabetically.
by Alexandre Julliard
· 20 years ago
dcad086
Fix duplication of _Getnames and _Gettnames, only the latter actually exists.
by Alexandre Julliard
· 20 years ago
9213d56
Make some function static.
by Stefan Huehner
· 20 years ago
34fa35d
Added rules for building import libraries in the individual dll
by Alexandre Julliard
· 20 years ago
d62356a
Added rules to build import libraries in the individual dll makefiles.
by Alexandre Julliard
· 20 years ago
d8817fe
Added stub for _CrtCheckMemory.
by Lionel Ulmer
· 21 years ago
5c4420f
Implemented the debug version of operator new (C++).
by Patrik Stridvall
· 21 years ago
8f7c2bc
Fixed the prototypes of the _adj_fdiv_* functions.
by Alexandre Julliard
· 21 years ago
9e4ed64
.spec.c files are no longer used for 32-bit dlls.
by Alexandre Julliard
· 21 years ago
16e5634
Implemented a few more crt* functions.
by Alexandre Julliard
· 21 years ago
759d956
Forward _set_error_mode to msvcrt.
by André Johansen
· 21 years ago
f752be8
Implement some more register functions using DEFINE_REGS_ENTRYPOINT to
by Alexandre Julliard
· 21 years ago
fbdfd91
Remove SYMBOLFILE and LDDLLFLAGS from Makefiles.
by Dimitrie O. Paun
· 21 years ago
00e5ccf
Stub out the _[w]popen/_pclose() functions.
by Dimitrie O. Paun
· 22 years ago
9b8a059
_ftol should return a 64-bit int (spotted by Jon Griffiths).
by Alexandre Julliard
· 22 years ago
cf4e5d4
Added an assembly wrapper to retrieve the this pointer from %ecx for
by Alexandre Julliard
· 22 years ago
e434d89
Fixed ecvt/fcvt/gcvt entries.
by Adam Gundy
· 22 years ago
19a1513
Added an implementation of the MSVCRTD.DLL debugging C runtime DLL.
by Adam Gundy
· 22 years ago