2001-11-12 |
Gerard Patel | - implement mbscspn mostly as a stub |
tree | commitdiff |
2001-11-08 |
Alexandre Julliard | Implemented inline version of the iswxxx functions. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-15 |
Francois Gouget | The _IOXXX macros conflict with system headers on Solar... |
tree | commitdiff |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | _beginthread: Don't store the trampoline on the stack. |
tree | commitdiff |
2001-09-26 |
Francois Gouget | Renamed W_OK to MSVCRT_W_OK. |
tree | commitdiff |
2001-09-20 |
Alexandre Julliard | Fixed a couple of bugs in _except_handler3. |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Add msvcrt/locale.h. |
tree | commitdiff |
2001-09-17 |
Francois Gouget | Implemented _mbsupr. |
tree | commitdiff |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
tree | commitdiff |
2001-09-10 |
Francois Gouget | Rewrite msvcrt_{argvtos,valisttos} to be more efficient. |
tree | commitdiff |
2001-09-07 |
Francois Gouget | Initialize argc/argv/wargv by calling ntdll.__wine_get_... |
tree | commitdiff |
2001-09-07 |
Marcus Meissner | Implemented mbsnbcnt, added stubs for _Gettnames and... |
tree | commitdiff |
2001-09-07 |
Dmitry Timoshkov | Correct .spec file parameters for msvcrt._fullpath... |
tree | commitdiff |
2001-08-13 |
Jukka Heinonen | Fixed _control87 return value, use of wrong assembler... |
tree | commitdiff |
2001-08-10 |
Mike McCormack | Implemented msvcrt._mbspbrk. |
tree | commitdiff |
2001-08-09 |
Mike McCormack | Implemented multibyte string reverse. |
tree | commitdiff |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-23 |
Marcus Meissner | Pass handle to GetFileType, not MSVCRT fd. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-11 |
Uwe Bonnes | Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp... |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-10 |
Peter Hunnisett | CreateFile should be called with security attributes... |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-29 |
Dmitry Timoshkov | Add missing config.h include. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | - Added, cleaned up and/or documentated _{begin,end... |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Removed implementation of _ultow since it is forwarded... |
tree | commitdiff |
2001-06-13 |
Marcus Meissner | _tzset just forwards to libc tzset(). |
tree | commitdiff |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-05-31 |
Francois Gouget | fclose should return EOF (-1) if an error condition... |
tree | commitdiff |
2001-05-31 |
Francois Gouget | Call FreeEnvironmentStrings when msvcrt is unloaded. |
tree | commitdiff |
2001-05-31 |
Francois Gouget | Added msvcrt/eh.h. |
tree | commitdiff |
2001-05-22 |
Mike Bond | Fixed spawnlp and added exec variants. |
tree | commitdiff |
2001-05-22 |
Eric Pouech | Correctly generate the environment global variables. |
tree | commitdiff |
2001-05-18 |
Mike Bond | Implementation of spawnl and spawnlp. |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-02 |
Francois Gouget | ntdll._iswctype should be ntdll.iswctype. |
tree | commitdiff |
2001-04-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-04-23 |
Francois Gouget | We must not free the pointer returned by localtime... |
tree | commitdiff |
2001-04-23 |
Francois Gouget | Add msvcrt/malloc.h (for the MFC). |
tree | commitdiff |
2001-04-16 |
Ove Kaaven | Handle the %f case in wsprintf. |
tree | commitdiff |
2001-04-16 |
Ove Kaaven | Changed the spec definition of *s*printf from *str... |
tree | commitdiff |
2001-04-16 |
Gerald Pfeifer | Fixed MSVCRT_clock return type. |
tree | commitdiff |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
tree | commitdiff |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
tree | commitdiff |
2001-03-19 |
Eric Kohl | Added stub for _setjmp3(). |
tree | commitdiff |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
tree | commitdiff |
2001-02-21 |
Alexandre Julliard | __getmainargs last argument is a pointer to new_mode. |
tree | commitdiff |
2001-02-20 |
Dmitry Timoshkov | Fix prototypes of MSVCRT___getmainargs and MSVCRT___wge... |
tree | commitdiff |
2001-02-12 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-01-28 |
Josh DuBois | Fixed typo. |
tree | commitdiff |
2001-01-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-01-22 |
Jon Griffiths | Implemented __dllonexit. |
tree | commitdiff |
2001-01-22 |
James Juran | Use int instead of WCHAR in va_arg() (fixes gcc-current... |
tree | commitdiff |
2001-01-22 |
Francois Gouget | Typo fixes in comments. |
tree | commitdiff |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
tree | commitdiff |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
tree | commitdiff |
2001-01-15 |
Alexandre Julliard | Fixed toupper/_toupper mixup. |
tree | commitdiff |
2001-01-12 |
Jon Griffiths | Added some exception handling functions. |
tree | commitdiff |
2001-01-12 |
Gerald Pfeifer | Fixed mistyped variable name in MSVCRT__fpclass(). |
tree | commitdiff |
2001-01-12 |
Jon Griffiths | Fixes as a result of testing builtin crtdll against... |
tree | commitdiff |
2001-01-11 |
Jon Griffiths | Added binary compatible __EH_prolog. |
tree | commitdiff |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
tree | commitdiff |
|