ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / msvcrt / main.c
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-23  Alexandre Julliardmsvcrt: Properly implemented strerror and perror (based...
2006-01-14  Alexandre Julliardmsvcrt: Implemented asctime, ctime and strftime instead...
2005-12-26  Maxime Bellengémsvcrt: Prevent a crash if TlsGetValue returns NULL...
2005-12-21  Marcus Meissnermsvcrt: Implemented wctime(), wasctime().
2005-05-13  Juan LangImplement signals.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-11-08  Eric PouechImplemented __unDName and __unDNameEx functions.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-01-13  Rein KlazesTwo "unknown" parameters of _unDName() turn out to...
2004-01-06  Francois GougetAssorted spelling fixes.
2003-03-17  Jon GriffithsMove a couple of shared definitions into msvcrt.h.
2003-02-18  Alexandre JulliardPrint thread ids in traces with only 4 digits now that...
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-10-25  Michael StefaniucCompile the msvcrt dll with -DSTRICT.
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-07-05  Alexandre JulliardFlush stdio on exit.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.