qmgr: Remove separate release helpers.
[wine] / dlls / msvcrt / main.c
2012-09-07  Piotr Cabanmsvcrt: Fixed RTTI structure on 64-bit systems.
2011-10-12  Piotr Cabanmsvcrt: Don't overwrite mbcinfo inside setlocale.
2011-07-26  Piotr Cabanmsvcrt: Fixed tmpnam and _wtmpname implementation.
2011-05-26  Piotr Cabanmsvcrt: Improved locale initialization.
2011-05-25  Piotr Cabanmsvcrt: Change the way how localtime/gmtime buffer...
2011-05-25  Piotr Cabanmsvcrt: Change the way locale information is stored...
2011-05-25  Piotr Cabanmsvcrt: Use _create_locale instead of setlocale during...
2011-05-25  Piotr Cabanmsvcrt: Close thread handle when _beginthread is used.
2011-05-20  Piotr Cabanmsvcrt: Free locks after freeing io data.
2011-01-26  Alexandre Julliardmsvcrt: Implemented __control87_2.
2010-11-03  Eric Pouechmsvcrt: Implemented (_)wcserror.
2010-05-28  Alexandre Julliardmsvcrt: Make sure msvcrt doesn't get unloaded.
2010-05-20  Piotr Cabanmsvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-17  Piotr Cabanmsvcrt: Added $I10_OUTPUT implementation.
2010-04-16  Piotr Cabanmsvcrt: Fix locale initialization.
2010-04-15  Piotr Cabanmsvcrt: Add helper function that returns current locale.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2009-12-14  Rob Shearmanmsvcrt: Free memory allocated in TLS slot on module...
2009-08-24  Alexandre Julliardmsvcrt: The floating point adjust functions only make...
2008-12-12  Alexandre Julliardmsvcrt: Use iob_func instead of p__iob on non-x86.
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-04-09  Austin EnglishSpelling fixes.
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-06-20  Michael Stefaniucmsvcrt: Move definition of 2 static inline functions...
2006-12-26  Dmitry Timoshkovmsvcrt: Make an internal function static, avoid a proto...
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
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.