2011-03-31 |
Piotr Caban | msvcrt: Fix locale creation for multibyte encoding. |
blob | commitdiff | raw |
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 |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - New msvcrt unicode functions, winapi_check/-Wall... |
blob | commitdiff | raw | diff to current |
2001-01-12 |
Jon Griffiths | Fixes as a result of testing builtin crtdll against... |
blob | commitdiff | raw | diff to current |
2001-01-10 |
Jon Griffiths | - Migrate CRTDLL to MSVCRT. |
blob | commitdiff | raw | diff to current |
|