2012-06-13 |
Francois Gouget | msvcrt: Fix the name of the Portuguese locale alias. |
blob | commitdiff | raw |
2012-04-13 |
Piotr Caban | msvcrt: Fix months and weekday names in C locale. |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Piotr Caban | msvcrt: Added _Strftime implementation. |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Piotr Caban | msvcrt: Added field names to MSVCRT___lc_time_data... |
blob | commitdiff | raw | diff to current |
2012-04-11 |
Piotr Caban | msvcrt: Set correct date and time format for C locale. |
blob | commitdiff | raw | diff to current |
2011-12-28 |
Piotr Caban | msvcrt: NULL terminate strings returned by _Getdays... |
blob | commitdiff | raw | diff to current |
2011-12-21 |
Piotr Caban | msvcp90: Added ctype<char>::tolower functions implement... |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Piotr Caban | msvcrt: Added _Getmonths implementation. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Piotr Caban | msvcrt: Added _Getdays implementation. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Piotr Caban | msvcrt: Added _Gettnames implementation. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Piotr Caban | msvcrt: Initialize lc_time_curr inside create_locale. |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Piotr Caban | msvcrt: Fix lc_collate_cp initialization. |
blob | commitdiff | raw | diff to current |
2011-12-06 |
Piotr Caban | msvcrt: Added _get_current_locale implementation. |
blob | commitdiff | raw | diff to current |
2011-11-07 |
Thomas Faber | msvcrt: Fix MSVC build in locale.c. |
blob | commitdiff | raw | diff to current |
2011-10-26 |
Piotr Caban | msvcrt: Don't search for LCID in _setmbcp_l if it was... |
blob | commitdiff | raw | diff to current |
2011-10-18 |
Piotr Caban | msvcrt: Initialize all ctype fields. |
blob | commitdiff | raw | diff to current |
2011-10-17 |
Marcus Meissner | msvcrt: Replaced bad memcpy by strcpy (Coverity). |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Piotr Caban | msvcrt: Fix handling of locales without region in MSVCR... |
blob | commitdiff | raw | diff to current |
2011-10-14 |
Piotr Caban | msvcrt: Added missing calling convention specification. |
blob | commitdiff | raw | diff to current |
2011-10-13 |
Piotr Caban | msvcrt: Don't duplicate _setmbcp functionality inside... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Piotr Caban | msvcrt: Move _pctype definition to locale.c. |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Piotr Caban | msvcrt: Use ismbcodepage instead of mb_cur_max in mbcod... |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Piotr Caban | msvcrt: Don't overwrite mbcinfo inside setlocale. |
blob | commitdiff | raw | diff to current |
2011-10-08 |
Andrew Talbot | msvcrt: Mark some fall-throughs in a switch statement. |
blob | commitdiff | raw | diff to current |
2011-08-23 |
Andrew Talbot | msvcrt: Constify some variables. |
blob | commitdiff | raw | diff to current |
2011-06-03 |
Piotr Caban | msvcrt: Fix pclmap and pcumap for "C" locale. |
blob | commitdiff | raw | diff to current |
2011-06-03 |
Piotr Caban | msvcrt: Fix mingw compilation issues. |
blob | commitdiff | raw | diff to current |
2011-05-26 |
Piotr Caban | msvcrt: Improved locale initialization. |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Piotr Caban | msvcrt: Change the way locale information is stored... |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Piotr Caban | msvcrt: Use get_locinfo instead of get_locale. |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Piotr Caban | msvcrt: Use _create_locale instead of setlocale during... |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Piotr Caban | msvcrt: Fix locale creation for multibyte encoding. |
blob | commitdiff | raw | diff to current |
2011-01-17 |
Andrew Nguyen | msvcrt: Null terminate the temporary locale buffer... |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Alexandre Julliard | msvcrt: Use the correct strdup function for locale... |
blob | commitdiff | raw | diff to current |
2010-06-22 |
Piotr Caban | msvcrt: Added __crtLCMapStringW partial implementation. |
blob | commitdiff | raw | diff to current |
2010-06-11 |
Nikolay Sivov | msvcrt: Fix __lconv_init() prototype. |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Marcus Meissner | msvcrt: Check locale for NULL before freeing. |
blob | commitdiff | raw | diff to current |
2010-05-20 |
Piotr Caban | msvcrt: Fix compilation error (x86_64-pc-mingw32). |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Piotr Caban | msvcrt: Fix synonym handling in setlocale/create_locale. |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Piotr Caban | msvcrt: Partial fix for setlocale/create_locale. |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Piotr Caban | msvcrt: Added btowc implementation. |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Piotr Caban | msvcrt: Return correct strings in setlocale. |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Piotr Caban | msvcrt: Added implementation of __crtGetStringTypeW. |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Piotr Caban | msvcrt: Fix multiple locales parsing in _create_locale. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Piotr Caban | msvcrt: Change localeconv implementation. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Alexandre Julliard | msvcrt: Initialize exported common variables to fix... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Use per thread locale in many functions. |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Make setlocale working with per thread locales. |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Added multiple locales parsing to _create_locale. |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Move locale string interpretation to MSVCRT_loc... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Added _configthreadlocale implementation. |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Add helper function that returns current locale. |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Change implementation of setlocale. |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Piotr Caban | msvcrt: Change _create_locale implementation so generat... |
blob | commitdiff | raw | diff to current |
2010-04-08 |
Piotr Caban | msvcrt: Added implemenatation of _create_locale and... |
blob | commitdiff | raw | diff to current |
2010-01-19 |
André Hentschel | msvcrt: Fix typo. |
blob | commitdiff | raw | diff to current |
2009-10-22 |
Alexandre Julliard | msvcrt: Implement __lconv_init. |
blob | commitdiff | raw | diff to current |
2009-05-27 |
Michael Stefaniuc | msvcrt: Avoid using size_t when not neededed. |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Hans Leidekker | msvcrt: Implement ___lc_codepage_func, ___lc_collate_cp... |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Michael Stefaniuc | msvcrt: Remove superfluous pointer casts. |
blob | commitdiff | raw | diff to current |
2008-12-15 |
Alexandre Julliard | msvcrt: Add a few more *_func functions to replace... |
blob | commitdiff | raw | diff to current |
2008-12-12 |
Alexandre Julliard | msvcrt: Don't include msvcrt headers, instead duplicate... |
blob | commitdiff | raw | diff to current |
2008-09-23 |
Rob Shearman | msvcrt: Fix testing zero-valued expression with bitwise... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Alexandre Julliard | Avoid exporting common symbols since that's broken... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Alexandre Julliard | msvcrt: Added implementation of a few more __crt functions. |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Mikolaj Zalewski | msvcrt: Fill _mbctype table in _setmbcp. |
blob | commitdiff | raw | diff to current |
2007-01-16 |
Alexandre Julliard | msvcrt: Export various locale and codepage variables. |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Dmitry Timoshkov | msvcrt: Make some data const. |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Alexandre Julliard | msvcrt: Use LOCALE_USER_DEFAULT to get the proper codep... |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Michael Stefaniuc | msvcrt: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-07-10 |
Alexandre Julliard | msvcrt: Avoid including system headers in msvcrt.h. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Alexandre Julliard | msvcrt: Explicitly specify CDECL calling convention... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-02-28 |
Mike McCormack | msvcrt: Add a stub for _wsetlocale. |
blob | commitdiff | raw | diff to current |
2005-11-21 |
Rein Klazes | Fix bogus unreal code page messages in _setmbcp(). |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Alexandre Julliard | Fixed a number of pointer to integer conversions that... |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Vijay Kiran Kamuju | Fix _setmbcp behavior for unreal codepages. |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Alexandre Julliard | Fix duplication of _Getnames and _Gettnames, only the... |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Bill Medland | Don't mess up the msvcrt codepage on e.g. _MB_CP_ANSI. |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Alexandre Julliard | Function parameters don't need WINE_UNUSED. |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Dimitrie O. Paun | Split the MSVCRT implementation headers from the public... |
blob | commitdiff | raw | diff to current |
2004-01-13 |
Alexandre Julliard | Implemented the remaining 64-bit file functions, and... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Alexandre Julliard | Removed the A/W constants for builtin cursors, icons... |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-06 |
Alexandre Julliard | Warning fixes. |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Martin Fuchs | Stub implementation for _Gettnames. |
blob | commitdiff | raw | diff to current |
2003-06-04 |
Marcus Meissner | Implemented localeconv() with libc function. |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Marcus Meissner | Fix warning in __crtLCMapStringA. |
blob | commitdiff | raw | diff to current |
2003-02-11 |
Marcus Meissner | Implemented __crtLCMapStringA. |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
blob | commitdiff | raw | diff to current |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-02-21 |
Peter Hunnisett | Add _lock,_unlock and header file for them. |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
blob | commitdiff | raw | diff to current |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
blob | commitdiff | raw | diff to current |
2001-09-19 |
Francois Gouget | Add msvcrt/locale.h. |
blob | commitdiff | raw | diff to current |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
blob | commitdiff | raw | diff to current |
next |