msvcrt: Make sure that errno is always set when calling the invalid parameter handler.
[wine] / dlls / msvcrt / undname.c
2012-05-15  Francois GougetAssorted typo, spelling, wording and case fixes.
2011-05-15  Alexandre Julliardmsvcrt: Add support for function namespaces in symbol...
2011-05-15  Alexandre Julliardmsvcrt: Add support for template operators in symbol...
2011-05-15  Alexandre Julliardmsvcrt: Add support for __ptr64 attribute in symbol...
2011-03-04  Marcus Meissnermsvcrt: Move side effect out of assert (Coverity).
2009-11-18  Eric Pouechmscvrt: Fix some undname quirks (space at the end of...
2009-11-16  Eric Pouechmsvcrt: In undname functions, no longer use a fixed...
2009-11-16  Eric Pouechmsvcrt: In undname helpers, allow str_array_push to...
2009-05-27  Michael Stefaniucmsvcrt: Avoid using size_t when not neededed.
2009-05-23  Alexandre Julliardmsvcrt: Replace long by MSVCRT_long.
2008-10-22  Andrew Talbotmsvcrt: Sign-compare warnings fix.
2008-04-29  Eric Pouechmsvcrt: Fixed space in type with double indirection.
2008-04-29  Eric Pouechmsvcrt: undname: correctly handle multi-dimensional...
2008-04-29  Eric Pouechmsvcrt: Fixed symbol unmangling for template-parameter...
2008-04-23  Andrew Talbotmsvcrt: Remove unused variable.
2008-04-09  Austin EnglishSpelling fixes.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Really check that we get...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for RTTI...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for thunks.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Corrected handling of...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for a couple...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Added support for cointerface.
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Handling of void in templa...
2008-01-22  Eric Pouechmsvcrt: symbol undecoration: Now correctly parsing...
2007-10-10  Alexandre Julliardmsvcrt: Fix demangling of function pointers by maintain...
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.