ntdll: Refuse to create new thread if the target process is being terminated.
[wine] / dlls / msvcrtd /
2013-03-14  Alexandre Julliardmsvcrt: Synchronize spec files.
2013-02-27  André Hentschelmsvcrt: Add a new file for the ARM exception handling.
2012-12-17  Piotr Cabanmsvcrt: Sync spec files.
2012-03-16  Alexandre Julliardmsvcrt: Add entry points for the C++ exception function...
2011-09-14  Alexandre Julliardmsvcrt: Synchronize the spec files.
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-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
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-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-01-22  Paul Vriensmsvcrtd/tests: Fix a memory leak (Valgrind).
2009-12-16  André Hentschelmsvcrtd: Remove unnecessary trace output.
2009-06-16  Alexandre Julliardmsvcrtd/tests: Fix calling convention for operator_new_dbg.
2009-05-27  Michael Stefaniucmsvcrtd: Use size_t instead of unsigned long.
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-05-26  Alexandre Julliardtests: Use the Wine import libraries when compiling...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-21  Hans Leidekkermsvcrt: Fix _execv spec entries for the forwarding...
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2006-09-29  Michael Stefaniuc"One liners" printf format warning fixes for the migrat...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-06-12  Alexandre Julliardmsvcrtd: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-16  Alexandre JulliardForward all functions to msvcrt instead of having them...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-15  Mike McCormackFix gcc 4.0 builtin function warnings.
2005-08-12  Saulius KrasuckasDon't import MSVCRTD.DLL and don't fail when it could...
2005-08-11  Mike McCormackTurn off gcc 4.0's builtin wchar inlines.
2005-07-21  Saulius Krasuckas- Declare implemented functions inside #ifndef _DEBUG...
2005-06-22  Alexandre JulliardSort entry points alphabetically.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
2005-06-20  Stefan HuehnerMake some function static.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
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-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
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-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
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...