msi: Create the _Tables table when creating a database.
[wine] / dlls / msvcrt / environ.c
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.