ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / msvcrtd /
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...