2004-04-09 |
Francois Gouget | Use named constants instead of magic numbers. |
blob | commitdiff | raw |
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 |
|