2008-10-07 |
Alexandre Julliard | msvcrt: Pass the command interpreter as exe name from... |
blob | commitdiff | raw |
2008-09-23 |
Rob Shearman | msvcrt: Fix mutual exclusion over logical or is always... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Marcus Meissner | msvcrt: Remove strange condition which might lead to... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Correct search strategy for the exec/spawn... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wspawnl{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecl{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Rewrite _spawnve as a wrapper. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _execl{e, pe}. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Rewrite _execl/_spawnl functions as wrappers... |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wpopen and forward _popen to it. |
blob | commitdiff | raw | diff to current |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wsystem and forward system to it... |
blob | commitdiff | raw | diff to current |
2007-09-24 |
Hans Leidekker | msvcrt: Implement _wspawnv{, e, p, pe}. |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Tijl Coosemans | msvcrt: Resolve symbols clashes with FreeBSD libc. |
blob | commitdiff | raw | diff to current |
2007-07-04 |
Michael Stefaniuc | msvcrt: Remove superfluous casts of void pointers to... |
blob | commitdiff | raw | diff to current |
2007-01-02 |
Eric Pouech | msvcrt: execl fix when no args are given (reported... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Dan Kegel | programs/wcmd: Rename to programs/cmd. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Tijl Coosemans | msvcrt: Rename _execve to MSVCRT__execve. |
blob | commitdiff | raw | diff to current |
2006-08-09 |
Michael Stefaniuc | msvcrt: Remove redundant NULL checks before MSVCRT_free. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Alexandre Julliard | msvcrt: Explicitly specify CDECL calling convention... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-04-06 |
qingdoa daoo | msvcrt: Append extension(.exe) for _spawnve argument. |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Kevin Koltzau | Fix warnings and errors in 64bit. |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Eric Pouech | Fixed erroneous file flag in _popen. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2004-12-14 |
Juan Lang | Implement _popen and _pclose, and use debugstr_a to... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Juan Lang | msvcrt_spawn should free STARTUPINFOA's lpReserved2... |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Eric Pouech | - msvcrt: the file descriptors are now inherited betwee... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Alexandre Julliard | Implemented _spawnle and _spawnlpe. |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
blob | commitdiff | raw | diff to current |
2004-04-09 |
Francois Gouget | Use named constants instead of magic numbers. |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Kirill Smelkov | Added _execle/_execlpe & _spawnle/_spawnlpe stubs. |
blob | commitdiff | raw | diff to current |
2003-10-21 |
Gerald Pfeifer | Remove unused variables EXE, BAT, CMD, and COM. |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Daniel Marmier | Use #ifdef instead of #if for all feature tests. |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Dimitrie O. Paun | Stub out the _[w]popen/_pclose() functions. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Alexandre Julliard | Implemented _getdllprocaddr(), it cannot be simply... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Alexandre Julliard | Fixed data copying in msvcrt_argvtos (spotted by bill... |
blob | commitdiff | raw | diff to current |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
blob | commitdiff | raw | diff to current |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Marcus Meissner | Copy va_lists by using va_copy, not by just assigning... |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Francois Gouget | Rewrite msvcrt_{argvtos,valisttos} to be more efficient. |
blob | commitdiff | raw | diff to current |
2001-05-22 |
Mike Bond | Fixed spawnlp and added exec variants. |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Mike Bond | Implementation of spawnl and spawnlp. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|