msvcrt: Test that some functions depends on locale codepage, not the one set by _setmbcp.
[wine] / dlls / msvcrt / undname.c
2007-08-14  Alexandre Julliardmsvcrt: Use a valid parameter array when demangling...
2007-07-04  Michael Stefaniucmsvcrt: Remove superfluous casts of void pointers to...
2007-04-06  Michael Stefaniucmsvcrt: Demangle a C++ mangled string that is only...
2007-04-06  Michael Stefaniucmsvcrt: Move the code to demangle a name with its templ...
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-06-07  Andrew Talbotmsvcrt: Write-strings warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-13  qingdoa daoomsvcrt: If caller passes a NULL deallocator to __unDNam...
2006-03-30  Rein Klazesmsvcrt: Fix read beyond end of string in __unDNameEx().
2006-03-06  Eric Pouechmsvcrt: Some more fixes to name demangling.
2006-02-20  Michael Stefaniucmsvcrt: Misc cleanups in undname.c.
2006-02-20  Michael Stefaniucmsvcrt: Use a separate stack for back references to...
2006-02-20  Michael Stefaniucmsvcrt: Move code to parse a literal string out of...
2006-02-20  Michael Stefaniucmsvcrt: Wrap get_class() and get_class_string() for...
2006-02-08  Michael Stefaniucmsvcrt: __unDNameEx is not a stub.
2006-02-07  Michael Stefaniucmsvcrt: Handle data types B,R,S in C++ symbol demangling.
2005-11-18  Eric PouechEnsures, when we cannot demangle the string, to return...
2005-11-14  Uwe BonnesUndname: Allow more then one coded character in demangl...
2005-10-26  Eric PouechPrevious fix incorrectly removed all test for strings...
2005-10-20  Vijay Kiran KamujuFix msvcrt symbol demangling for non MS symbols.
2004-11-08  Eric PouechImplemented __unDName and __unDNameEx functions.