msvcrt: Tests for [w]makepath.
[wine] / dlls / msvcrt / mbcs.c
2008-02-27  Alexandre Julliardmsvcrt: Use the correct msvcrt defines for errno values.
2008-02-27  Alexandre Julliardmsvcrt: Fix incorrect uses of msvcrt_set_errno.
2007-11-16  Stefan Dösingermsvcrt: Implement _mbsnbcpy_s.
2007-08-30  Francois GougetAssorted spelling fixes.
2007-08-24  Alexandre Julliardmsvcrt: Don't include mbstring.h to avoid conflicts...
2007-08-24  Mikolaj Zalewskimsvcrt: Implement and test _mbsbtype.
2007-08-24  Mikolaj Zalewskimsvcrt: Test and fix _ismbslead and _ismbstrail.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbsinc/_mbsninc.
2007-08-23  Mikolaj Zalewskimsvcrt: Don't test codepage 20932.
2007-08-23  Mikolaj Zalewskimsvcrt: Test and fix _mbccpy, _mbsncpy and _mbsnbcpy.
2007-08-21  Mikolaj Zalewskimsvcrt: Test that some functions depends on locale...
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbclen/_mbslen.
2007-08-21  Mikolaj Zalewskimsvcrt: Test and fix _mbsnextc.
2007-08-21  Mikolaj Zalewskimsvcrt: Implement _ismbblead/_ismbbtrail using _mbctype...
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-08-17  Mikolaj Zalewskimsvcrt: __mb_cur_max is not updated in _setmbcp (with...
2007-08-06  Damjan Jovanovicmsvcrt: mbsnbicmp should be case insensitive.
2007-02-07  Juan Langmsvcrt: Implement _mbbtype according to MSDN.
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
2006-12-24  Duane Clarkmsvcrt: Add function _mbsspnp.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-24  Alexandre JulliardAvoid importing _strlwr/_strupr from ntdll.
2006-01-14  Alexandre Julliardmsvcrt: Added wrappers for a few functions instead...
2005-11-21  Rein KlazesDo not forward _mbccpy to strcpy.
2005-11-21  Rein KlazesFix _mbsspn() with conformance tests.
2005-08-24  Vitaly LipatovAdd missed _mbscoll function.
2005-08-23  Mike McCormackFix gcc 4.0 warnings.
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-18  Eric PouechFixed some signed / unsigned pointer casts.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
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.