2005-05-14 |
Juan Lang | - move _timezone to time.c, and correct its type |
blob | commitdiff | raw |
2005-05-13 |
Juan Lang | Implement signals. |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Jason Edmeades | Make msvcrt printf use the internal routines which... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Lionel Ulmer | fpos_t should be 64 bits (verified with native MSVCRT... |
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-13 |
Eric Pouech | Fixed some errors in function prototypes. |
blob | commitdiff | raw | diff to current |
2004-10-21 |
Rein Klazes | - mktime should compute the tm_wday, tm_yday and renorm... |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Hans Leidekker | Prefix _fsopen with MSVCRT_ to avoid collision with... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Uwe Bonnes | Added MSVCRT_CLOCKS_PER_SEC define. |
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-06 |
Pierre d'Herbemont | Define MSVCRT_div_t and MSVCRT_ldiv_t. |
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-03-16 |
Hans Leidekker | - Prefix many more functions, types, structs, etc.... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Rein Klazes | Two "unknown" parameters of _unDName() turn out to... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
blob | commitdiff | raw | diff to current |
2003-06-17 |
Alexandre Julliard | Added an assembly wrapper to retrieve the this pointer... |
blob | commitdiff | raw | diff to current |
2003-03-20 |
Alexandre Julliard | Moved [efg]cvt functions to msvcrt and fixed them to... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Jon Griffiths | Move a couple of shared definitions into msvcrt.h. |
blob | commitdiff | raw | diff to current |
2003-02-01 |
Alexandre Julliard | Store mbstok() next pointer in the per-thread data. |
blob | commitdiff | raw | diff to current |
2002-12-19 |
Alexandre Julliard | Use MSVCRT_wchar_t instead of WCHAR so that the impleme... |
blob | commitdiff | raw | diff to current |
2002-10-31 |
Alexandre Julliard | Added support for nested exceptions happening inside... |
blob | commitdiff | raw | diff to current |
2002-07-23 |
Uwe Bonnes | Take a snapshot of the environment strings when buildin... |
blob | commitdiff | raw | diff to current |
2002-07-20 |
Alexandre Julliard | Added definition of msvcrt internal error codes. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Alexandre Julliard | Flush stdio on exit. |
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-02-21 |
Peter Hunnisett | Add _lock,_unlock and header file for them. |
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-11-06 |
François Gouget | Fix the #include order for config.h. |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
blob | commitdiff | raw | diff to current |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
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-21 |
Alexandre Julliard | __getmainargs last argument is a pointer to new_mode. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|