msvcrt: Add semi stub _mbcjmstojis implementation.
[wine] / dlls / msvcrt / process.c
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-01-17  Andrew Nguyenmsvcrt: Fix a possible memory leak in _wsystem for...
2011-01-17  Andrew Nguyenmsvcrt: Fix a possible memory leak in _wpopen if a...
2010-11-16  Borut Razemmsvcrt: popen: stderr from the child process should...
2010-05-28  Robert Wilhelmmsvcrt: Support system(NULL).
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2009-01-03  Alexandre Julliardmsvcrt: Convert the spawn and exec functions to use...
2008-12-17  Alexandre Julliardmsvcrt: Rewrite va_list to string conversions to avoid...
2008-10-07  Alexandre Julliardmsvcrt: Pass the command interpreter as exe name from...
2008-09-23  Rob Shearmanmsvcrt: Fix mutual exclusion over logical or is always...
2008-01-10  Marcus Meissnermsvcrt: Remove strange condition which might lead to...
2008-01-08  Hans Leidekkermsvcrt: Correct search strategy for the exec/spawn...
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecv{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wspawnl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Implement _wexecl{, e, p, pe}.
2008-01-08  Hans Leidekkermsvcrt: Rewrite _spawnve as a wrapper.
2008-01-08  Hans Leidekkermsvcrt: Implement _execl{e, pe}.
2008-01-08  Hans Leidekkermsvcrt: Rewrite _execl/_spawnl functions as wrappers...
2008-01-08  Hans Leidekkermsvcrt: Implement _wpopen and forward _popen to it.
2008-01-08  Hans Leidekkermsvcrt: Implement _wsystem and forward system to it...
2007-09-24  Hans Leidekkermsvcrt: Implement _wspawnv{, e, p, pe}.
2007-09-19  Tijl Coosemansmsvcrt: Resolve symbols clashes with FreeBSD libc.
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.