msvcrt: Fix the name of the Portuguese locale alias.
[wine] / dlls / msvcrt / locale.c
2012-06-13  Francois Gougetmsvcrt: Fix the name of the Portuguese locale alias.
2012-04-13  Piotr Cabanmsvcrt: Fix months and weekday names in C locale.
2012-04-11  Piotr Cabanmsvcrt: Added _Strftime implementation.
2012-04-11  Piotr Cabanmsvcrt: Added field names to MSVCRT___lc_time_data...
2012-04-11  Piotr Cabanmsvcrt: Set correct date and time format for C locale.
2011-12-28  Piotr Cabanmsvcrt: NULL terminate strings returned by _Getdays...
2011-12-21  Piotr Cabanmsvcp90: Added ctype<char>::tolower functions implement...
2011-12-07  Piotr Cabanmsvcrt: Added _Getmonths implementation.
2011-12-07  Piotr Cabanmsvcrt: Added _Getdays implementation.
2011-12-07  Piotr Cabanmsvcrt: Added _Gettnames implementation.
2011-12-07  Piotr Cabanmsvcrt: Initialize lc_time_curr inside create_locale.
2011-12-06  Piotr Cabanmsvcrt: Fix lc_collate_cp initialization.
2011-12-06  Piotr Cabanmsvcrt: Added _get_current_locale implementation.
2011-11-07  Thomas Fabermsvcrt: Fix MSVC build in locale.c.
2011-10-26  Piotr Cabanmsvcrt: Don't search for LCID in _setmbcp_l if it was...
2011-10-18  Piotr Cabanmsvcrt: Initialize all ctype fields.
2011-10-17  Marcus Meissnermsvcrt: Replaced bad memcpy by strcpy (Coverity).
2011-10-14  Piotr Cabanmsvcrt: Fix handling of locales without region in MSVCR...
2011-10-14  Piotr Cabanmsvcrt: Added missing calling convention specification.
2011-10-13  Piotr Cabanmsvcrt: Don't duplicate _setmbcp functionality inside...
2011-10-12  Piotr Cabanmsvcrt: Move _pctype definition to locale.c.
2011-10-12  Piotr Cabanmsvcrt: Use ismbcodepage instead of mb_cur_max in mbcod...
2011-10-12  Piotr Cabanmsvcrt: Don't overwrite mbcinfo inside setlocale.
2011-10-08  Andrew Talbotmsvcrt: Mark some fall-throughs in a switch statement.
2011-08-23  Andrew Talbotmsvcrt: Constify some variables.
2011-06-03  Piotr Cabanmsvcrt: Fix pclmap and pcumap for "C" locale.
2011-06-03  Piotr Cabanmsvcrt: Fix mingw compilation issues.
2011-05-26  Piotr Cabanmsvcrt: Improved locale initialization.
2011-05-25  Piotr Cabanmsvcrt: Change the way locale information is stored...
2011-05-25  Piotr Cabanmsvcrt: Use get_locinfo instead of get_locale.
2011-05-25  Piotr Cabanmsvcrt: Use _create_locale instead of setlocale during...
2011-03-31  Piotr Cabanmsvcrt: Fix locale creation for multibyte encoding.
2011-01-17  Andrew Nguyenmsvcrt: Null terminate the temporary locale buffer...
2010-06-28  Alexandre Julliardmsvcrt: Use the correct strdup function for locale...
2010-06-22  Piotr Cabanmsvcrt: Added __crtLCMapStringW partial implementation.
2010-06-11  Nikolay Sivovmsvcrt: Fix __lconv_init() prototype.
2010-05-21  Marcus Meissnermsvcrt: Check locale for NULL before freeing.
2010-05-20  Piotr Cabanmsvcrt: Fix compilation error (x86_64-pc-mingw32).
2010-05-10  Piotr Cabanmsvcrt: Fix synonym handling in setlocale/create_locale.
2010-05-10  Piotr Cabanmsvcrt: Partial fix for setlocale/create_locale.
2010-04-26  Piotr Cabanmsvcrt: Added btowc implementation.
2010-04-19  Piotr Cabanmsvcrt: Return correct strings in setlocale.
2010-04-19  Piotr Cabanmsvcrt: Added implementation of __crtGetStringTypeW.
2010-04-19  Piotr Cabanmsvcrt: Fix multiple locales parsing in _create_locale.
2010-04-16  Piotr Cabanmsvcrt: Change localeconv implementation.
2010-04-16  Alexandre Julliardmsvcrt: Initialize exported common variables to fix...
2010-04-15  Piotr Cabanmsvcrt: Use per thread locale in many functions.
2010-04-15  Piotr Cabanmsvcrt: Make setlocale working with per thread locales.
2010-04-15  Piotr Cabanmsvcrt: Added multiple locales parsing to _create_locale.
2010-04-15  Piotr Cabanmsvcrt: Move locale string interpretation to MSVCRT_loc...
2010-04-15  Piotr Cabanmsvcrt: Added _configthreadlocale implementation.
2010-04-15  Piotr Cabanmsvcrt: Add helper function that returns current locale.
2010-04-15  Piotr Cabanmsvcrt: Change implementation of setlocale.
2010-04-15  Piotr Cabanmsvcrt: Change _create_locale implementation so generat...
2010-04-08  Piotr Cabanmsvcrt: Added implemenatation of _create_locale and...
2010-01-19  AndrĂ© Hentschelmsvcrt: Fix typo.
2009-10-22  Alexandre Julliardmsvcrt: Implement __lconv_init.
2009-05-27  Michael Stefaniucmsvcrt: Avoid using size_t when not neededed.
2009-04-15  Hans Leidekkermsvcrt: Implement ___lc_codepage_func, ___lc_collate_cp...
2009-01-29  Michael Stefaniucmsvcrt: Remove superfluous pointer casts.
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-09-23  Rob Shearmanmsvcrt: Fix testing zero-valued expression with bitwise...
2008-07-21  Alexandre JulliardAvoid exporting common symbols since that's broken...
2007-09-19  Alexandre Julliardmsvcrt: Added implementation of a few more __crt functions.
2007-08-21  Mikolaj Zalewskimsvcrt: Fill _mbctype table in _setmbcp.
2007-01-16  Alexandre Julliardmsvcrt: Export various locale and codepage variables.
2006-12-14  Dmitry Timoshkovmsvcrt: Make some data const.
2006-12-08  Alexandre Julliardmsvcrt: Use LOCALE_USER_DEFAULT to get the proper codep...
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-07-10  Alexandre Julliardmsvcrt: Avoid including system headers in msvcrt.h.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-28  Mike McCormackmsvcrt: Add a stub for _wsetlocale.
2005-11-21  Rein KlazesFix bogus unreal code page messages in _setmbcp().
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-07-11  Vijay Kiran KamujuFix _setmbcp behavior for unreal codepages.
2005-06-22  Alexandre JulliardFix duplication of _Getnames and _Gettnames, only the...
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2004-11-21  Bill MedlandDon't mess up the msvcrt codepage on e.g. _MB_CP_ANSI.
2004-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-01-13  Alexandre JulliardImplemented the remaining 64-bit file functions, and...
2003-09-10  Alexandre JulliardRemoved the A/W constants for builtin cursors, icons...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-06  Alexandre JulliardWarning fixes.
2003-06-06  Martin FuchsStub implementation for _Gettnames.
2003-06-04  Marcus MeissnerImplemented localeconv() with libc function.
2003-02-12  Marcus MeissnerFix warning in __crtLCMapStringA.
2003-02-11  Marcus MeissnerImplemented __crtLCMapStringA.
2002-12-10  Alexandre Julliardwinnt.h should not be self-contained, it must depend...
2002-04-26  Alexandre JulliardBetter support for configure detection of missing types...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-21  Peter HunnisettAdd _lock,_unlock and header file for them.
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-10-10  Francois GougetMove the RT_XXX macros to winuser.h.
2001-09-19  Francois GougetAdd msvcrt/locale.h.
2001-09-11  Patrik StridvallCleanup code that is strange or difficult to parse.
2001-05-09  Francois GougetAdd '\n' at the end of traces.
2001-04-10  Francois GougetInclude the msvcrt headers, remove duplicate definitions.
next