- RtlTimeFieldsToTime should not normalize the time fields
[wine] / dlls / msvcrt / mbcs.c
2004-07-23  Francois GougetAssorted spelling fixes.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2003-04-17  Michael Stefaniucmbtowc returns -1 if we can't find a valid multibyte...
2003-02-14  Michael StefaniucImplemented _mbsnbcat.
2003-02-12  Michael StefaniucRemove dead code after return or properly comment it...
2003-02-01  Alexandre JulliardStore mbstok() next pointer in the per-thread data.
2003-02-01  Michael StefaniucImplemented _mbstok and _mbsnbset.
2003-01-31  Marcus MeissnerImplemented mbsicoll (without locale handling).
2002-12-19  Alexandre JulliardUse MSVCRT_wchar_t instead of WCHAR so that the impleme...
2002-11-19  Alexandre JulliardImplemented some ismbc* functions (based on a patch...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-04-02  François GougetImplemented _mbsnbicmp.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-12-05  François GougetCleanup and improve the mbcs support.
2001-11-12  Gerard Patel- implement mbscspn mostly as a stub
2001-09-17  Francois GougetImplemented _mbsupr.
2001-09-07  Marcus MeissnerImplemented mbsnbcnt, added stubs for _Gettnames and...
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-18  Patrik Stridvall- Made sure that the files that contains the declarations
2001-07-11  Uwe BonnesSemistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp...
2001-06-19  Patrik StridvallDocumentation ordinal fixes.
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-01-22  Francois GougetTypo fixes in comments.
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.