Assorted spelling fixes.
[wine] / dlls / msvcrt / environ.c
2012-07-26  Alexandre Julliardmsvcrt: Make sure that errno is always set when calling...
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2010-11-08  Alexandre Julliardmsvcrt: Add some missing CDECLs.
2010-11-08  Eric Pouechmsvcrt: Implemented the _(w)getenv_s functions.
2010-11-03  Eric Pouechmsvcrt: Implemented _(w)dupenv_s.
2010-11-03  Eric Pouechmsvcrt: Implemented _wputenv_s.
2010-10-07  Andrew Nguyenmsvcrt: Initialize _wenviron in Unicode environment...
2010-09-30  Andrew Nguyenmsvcrt: Initialize environ on DLL load.
2009-10-05  Alexandre Julliardmsvcrt: Add an MSVCRT prefix to _wenviron.
2008-01-08  Dmitry Timoshkovmsvcrt: Rename _environ to avoid a conflict on Solaris.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-05  qingdoa daoomsvcrt: Fix a TRACE message to avoid buffer overflow.
2006-04-03  qingdoa daoomsvcrt: Allow environment strings longer than 512 chara...
2005-02-10  Francois GougetAssorted spelling fixes.
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2003-09-24  Alexandre JulliardRewrote getenv and _wgetenv to avoid returning a pointe...
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-07-23  Uwe BonnesTake a snapshot of the environment strings when buildin...
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-12-05  François Gougetgetenv is case insensitive.
2001-11-23  Uwe BonnesMSVCRT_getenv: compare for the length of the key and...
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-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.