msvcrt: Test and fix _mbclen/_mbslen.
[wine] / dlls / msvcrt / process.c
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2007-01-02  Eric Pouechmsvcrt: execl fix when no args are given (reported...
2006-09-07  Dan Kegelprograms/wcmd: Rename to programs/cmd.
2006-08-09  Tijl Coosemansmsvcrt: Rename _execve to MSVCRT__execve.
2006-08-09  Michael Stefaniucmsvcrt: Remove redundant NULL checks before MSVCRT_free.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-06  qingdoa daoomsvcrt: Append extension(.exe) for _spawnve argument.
2005-11-03  Kevin KoltzauFix warnings and errors in 64bit.
2005-07-05  Eric PouechFixed erroneous file flag in _popen.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-14  Juan LangImplement _popen and _pclose, and use debugstr_a to...
2004-12-06  Juan Langmsvcrt_spawn should free STARTUPINFOA's lpReserved2...
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-07-16  Alexandre JulliardImplemented _spawnle and _spawnlpe.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-04-09  Francois GougetUse named constants instead of magic numbers.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2003-11-14  Kirill SmelkovAdded _execle/_execlpe & _spawnle/_spawnlpe stubs.
2003-10-21  Gerald PfeiferRemove unused variables EXE, BAT, CMD, and COM.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-08-20  Dimitrie O. PaunStub out the _[w]popen/_pclose() functions.
2003-03-17  Alexandre JulliardImplemented _getdllprocaddr(), it cannot be simply...
2002-11-13  Alexandre JulliardFixed data copying in msvcrt_argvtos (spotted by bill...
2002-10-04  Alexandre JulliardFixed some handle conversions in prevision of void...
2002-09-17  Martin WilckMSVCRT needs a public errno.h file.
2002-08-09  Marcus MeissnerCopy va_lists by using va_copy, not by just assigning...
2002-07-19  Alexandre JulliardFixed per-thread data handling.
2002-05-31  Vincent BéronRemoved trailing whitespace.
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-10  Francois GougetRewrite msvcrt_{argvtos,valisttos} to be more efficient.
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
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-28  Francois GougetSmall 'typos in comments' fixes.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.