msvcr90: Add a WinSxS manifest resource.
[wine] / dlls / msvcrtd / msvcrtd.spec
2011-05-17  Alexandre Julliardmsvcrt: Implement _seh_longjmp_unwind4 for i386.
2011-05-17  Alexandre Julliardmsvcrt: Implement _local_unwind for x86_64.
2011-05-16  Igor Paliychukmsvcrt: _CxxThrowException is stdcall, not cdecl.
2011-05-03  Alexandre Julliardmsvcrt: Don't define stubs for data exports.
2011-05-03  Alexandre Julliardmsvcrt: Allow forwarding to stub functions when the...
2011-05-01  Alexandre Julliardmsvcrt: Export _aexit_rtn.
2011-04-29  Alexandre Julliardmsvcrt: Synchronize spec files across dlls.
2011-03-16  Alexandre Julliardmsvcrt: Export the __p_* functions on all platforms.
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2010-12-31  André Hentschelmsvcrt: Forward _setjmp on x86_64.
2010-08-31  Alexandre Julliardmsvcrt: Use int64 in the spec file for 64-bit integers.
2010-08-29  Alexandre Julliardmsvcrt: Add -ret64 flag on some functions that return...
2010-08-24  Alexandre Julliardmsvcrt: Export the 64-bit version of the C++ mangled...
2010-08-24  Alexandre Julliardmsvcrt: List the this pointer as an additional argument...
2010-08-24  Alexandre Julliardmsvcrt: Use the thiscall type on appropriate entry...
2010-07-22  Alexandre Julliardmsvcrt: Use the appropriate mangled names for operator...
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2008-12-15  Alexandre Julliardmsvcrt: The __p_* functions are only exported on i386.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-15  Alexandre Julliardmsvcrt: The _CI* math functions are only exported on...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-01-21  Hans Leidekkermsvcrt: Fix _execv spec entries for the forwarding...
2005-09-16  Alexandre JulliardForward all functions to msvcrt instead of having them...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
2004-06-14  Lionel UlmerAdded stub for _CrtCheckMemory.
2004-05-18  Patrik StridvallImplemented the debug version of operator new (C++).
2004-05-12  Alexandre JulliardFixed the prototypes of the _adj_fdiv_* functions.
2004-01-13  Alexandre JulliardImplemented a few more crt* functions.
2004-01-13  André JohansenForward _set_error_mode to msvcrt.
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-08-20  Dimitrie O. PaunStub out the _[w]popen/_pclose() functions.
2003-08-19  Alexandre Julliard_ftol should return a 64-bit int (spotted by Jon Griffi...
2003-06-17  Alexandre JulliardAdded an assembly wrapper to retrieve the this pointer...
2003-04-07  Adam GundyFixed ecvt/fcvt/gcvt entries.
2003-04-04  Adam GundyAdded an implementation of the MSVCRTD.DLL debugging...