user: Added fast A->W mapping for EM_GETLINE.
[wine] / dlls / msvcrt / undname.c
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.