server: Move socket async activation to sock_poll_event.
[wine] / dlls / msvcrtd /
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...