msvcrt: undname: correctly handle multi-dimensional arrays.
[wine] / dlls / msvcrt / locale.c
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.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-01-22  Jon Griffiths- New msvcrt unicode functions, winapi_check/-Wall...
2001-01-12  Jon GriffithsFixes as a result of testing builtin crtdll against...
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.