Prevent warnings about labels at end of switch statements when
[wine] / dlls / msvcrt /
2001-11-12  Gerard Patel- implement mbscspn mostly as a stub
2001-11-08  Alexandre JulliardImplemented inline version of the iswxxx functions.
2001-11-06  François GougetFix the #include order for config.h.
2001-10-15  Francois GougetThe _IOXXX macros conflict with system headers on Solar...
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-10-08  Francois Gouget_beginthread: Don't store the trampoline on the stack.
2001-09-26  Francois GougetRenamed W_OK to MSVCRT_W_OK.
2001-09-20  Alexandre JulliardFixed a couple of bugs in _except_handler3.
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-17  Francois GougetImplemented _mbsupr.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-09-10  Francois GougetRewrite msvcrt_{argvtos,valisttos} to be more efficient.
2001-09-07  Francois GougetInitialize argc/argv/wargv by calling ntdll.__wine_get_...
2001-09-07  Marcus MeissnerImplemented mbsnbcnt, added stubs for _Gettnames and...
2001-09-07  Dmitry TimoshkovCorrect .spec file parameters for msvcrt._fullpath...
2001-08-13  Jukka HeinonenFixed _control87 return value, use of wrong assembler...
2001-08-10  Mike McCormackImplemented msvcrt._mbspbrk.
2001-08-09  Mike McCormackImplemented multibyte string reverse.
2001-07-23  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-23  Marcus MeissnerPass handle to GetFileType, not MSVCRT fd.
2001-07-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Uwe BonnesSemistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp...
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-10  Peter HunnisettCreateFile should be called with security attributes...
2001-07-02  Patrik StridvallDocumentation fixes.
2001-06-29  Dmitry TimoshkovAdd missing config.h include.
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
2001-06-19  Patrik Stridvall- Added, cleaned up and/or documentated _{begin,end...
2001-06-19  Patrik StridvallRemoved implementation of _ultow since it is forwarded...
2001-06-13  Marcus Meissner_tzset just forwards to libc tzset().
2001-06-11  Patrik StridvallFixed some issues found by winapi_check.
2001-05-31  Francois Gougetfclose should return EOF (-1) if an error condition...
2001-05-31  Francois GougetCall FreeEnvironmentStrings when msvcrt is unloaded.
2001-05-31  Francois GougetAdded msvcrt/eh.h.
2001-05-22  Mike BondFixed spawnlp and added exec variants.
2001-05-22  Eric PouechCorrectly generate the environment global variables.
2001-05-18  Mike BondImplementation of spawnl and spawnlp.
2001-05-11  Francois GougetRemove unnecessary single quoting of debugstr_xxx strings.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-05-02  Francois Gougetntdll._iswctype should be ntdll.iswctype.
2001-04-25  Patrik StridvallFixed some issues found by winapi_check.
2001-04-23  Francois GougetWe must not free the pointer returned by localtime...
2001-04-23  Francois GougetAdd msvcrt/malloc.h (for the MFC).
2001-04-16  Ove KaavenHandle the %f case in wsprintf.
2001-04-16  Ove KaavenChanged the spec definition of *s*printf from *str...
2001-04-16  Gerald PfeiferFixed MSVCRT_clock return type.
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-03-19  Eric KohlAdded stub for _setjmp3().
2001-02-28  Francois GougetSmall 'typos in comments' fixes.
2001-02-21  Alexandre Julliard__getmainargs last argument is a pointer to new_mode.
2001-02-20  Dmitry TimoshkovFix prototypes of MSVCRT___getmainargs and MSVCRT___wge...
2001-02-12  Patrik StridvallFixed some issues found by winapi_check.
2001-01-28  Josh DuBoisFixed typo.
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-22  Jon GriffithsImplemented __dllonexit.
2001-01-22  James JuranUse int instead of WCHAR in va_arg() (fixes gcc-current...
2001-01-22  Francois GougetTypo fixes in comments.
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-15  Alexandre JulliardFixed toupper/_toupper mixup.
2001-01-12  Jon GriffithsAdded some exception handling functions.
2001-01-12  Gerald PfeiferFixed mistyped variable name in MSVCRT__fpclass().
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-11  Jon GriffithsAdded binary compatible __EH_prolog.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.