msvcrt: Add a new file for the x86_64 exception handling.
[wine] / dlls / msvcrt / mbcs.c
2011-12-01  Akihiro Sagawamsvcrt: Add validity checks for _mbstrlen_l.
2011-12-01  Akihiro Sagawamsvcrt: Use given locale info in _mbtowcs_l.
2011-10-26  Piotr Cabanmsvcrt: Don't search for LCID in _setmbcp_l if it was...
2011-10-13  Piotr Cabanmsvcrt: Don't duplicate _setmbcp functionality inside...
2011-10-12  Piotr Cabanmsvcrt: Added _mbtowc_l implementation.
2011-10-12  Piotr Cabanmsvcrt: Use _ismbblead instead of _isleadbyte in mbcode...
2011-10-12  Piotr Cabanmsvcrt: Use ismbcodepage instead of mb_cur_max in mbcod...
2011-10-12  Piotr Cabanmsvcrt: Handle C locale in _setmbcp.
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-03-30  Piotr Cabanmsvcrt: Added space for nullbyte in size returned by...
2011-03-29  Konrad Rzepeckimsvcrt: Implement _mbslwr_s.
2011-03-29  Konrad Rzepeckimsvcrt: Implement _mbsupr_s.
2010-11-01  Eric Pouechmsvcrt: Use parameter validation macros for mcstowcs_s_l.
2010-10-21  Andrew Nguyenmsvcrt: Implement _mbsnbcat_s.
2010-06-07  Alexander Scott... msvcrt: Rename _TRUNCATE to MSVCRT__TRUNCATE.
2010-05-24  Piotr Cabanmsvcrt: Fix mbstowcs_l implementation.
2010-05-06  Piotr Cabanmsvcrt: Added mbstowcs(_s_l) implementation.
2010-05-06  Piotr Cabanmsvcrt: Added _mbstrlen_l implementation.
2010-05-05  Piotr Cabanmsvcrt: Added ___mb_cur_max_l_func implementation.
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-03-29  Piotr Cabanmsvcrt: Rename functions conflicting with mingw headers.
2010-02-24  David Hedbergmsvcrt: Implement _mbctombb.
2010-02-23  David Hedbergmsvcrt: Implement _ismbclegal.
2010-02-23  David Hedbergmsvcrt: Add trail bytes info for codepage 1361.
2009-05-27  Michael Stefaniucmsvcrt: Replace size_t with MSVCRT_size_t.
2009-02-06  David Hedbergmsvcrt: Implement _mbcjistojms.
2008-12-15  Alexandre Julliardmsvcrt: Add a few more *_func functions to replace...
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-07-21  Alexandre JulliardAvoid exporting common symbols since that's broken...
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.