msvcrt: symbol undecoration: Really check that we get a template string before making...
[wine] / dlls / msvcrt / data.c
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2007-03-14  Alexandre Julliardmsvcrt: _initterm doesn't return anything.
2006-06-21  Andrew Ziemmsvcrt: Fix _initterm, with tests.
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: Added _sys_errlist (based on a patch by Uwe...
2005-09-02  Mike McCormackFix gcc 4.0 warnings.
2005-05-14  Juan Lang- move _timezone to time.c, and correct its type
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-14  Juan LangUse debugstr_a to avoid crash tracing long command...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2003-07-18  Jon GriffithsImplement __p__wpgmptr, _wpgmptr.
2003-03-15  Jon GriffithsImplemented __p__pgmptr, _pgmptr.
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-07-28  Alexandre JulliardFixed potential memory corruption.
2002-07-23  Uwe BonnesTake a snapshot of the environment strings when buildin...
2002-05-16  Alexandre JulliardExport global argc/argv variables from libwine and...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-25  Uwe Bonnes__[x|]getmainargs: Accept NULL new_mode argument.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-09-07  Francois GougetInitialize argc/argv/wargv by calling ntdll.__wine_get_...
2001-05-31  Francois GougetCall FreeEnvironmentStrings when msvcrt is unloaded.
2001-05-22  Eric PouechCorrectly generate the environment global variables.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
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-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-02-20  Dmitry TimoshkovFix prototypes of MSVCRT___getmainargs and MSVCRT___wge...
2001-02-12  Patrik StridvallFixed some issues found by winapi_check.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.