msvcrt: Implement _ismbblead/_ismbbtrail using _mbctype (with tests).
[wine] / dlls / msvcrt / cppexcept.c
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-03-20  Andrew Talbotmsvcrt: Replace inline static with static inline.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-02  Andrew Talbotmsvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
2006-12-16  Alexandre Julliardmsvcrt: Define __CxxLongjmpUnwind for i386 only.
2006-12-15  Alexandre Julliardmsvcrt: Implemented __CxxLongjmpUnwind.
2006-12-15  Alexandre Julliardmsvcrt: Make pointers to read-only exception descriptor...
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-22  Peter Beutnermsvcrt: Save esp before calling catch block and restore...
2006-02-22  Peter Beutnermsvcrt: Fix handling of multiple nested exceptions.
2006-02-22  Peter Beutnermsvcrt: Fix handling of nested exceptions.
2006-02-17  Peter Beutnermsvcrt: Remove bogus code.
2006-01-21  Alexandre Julliardmsvcrt: Preserve all registers in call_ebp_func.
2006-01-05  Alexandre Julliardmsvcrt: Added some assembly glue for the asm bits of...
2005-10-30  Peter BeutnerFix exception handling for non CXX_EXCEPTIONs.
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2003-12-04  Alexandre JulliardImplement some more register functions using DEFINE_REG...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-03-18  Jon GriffithsAdd __CxxDetectRethrow(), __CxxQueryExceptionSize().
2002-12-12  Dimitrie O. PaunMove excpt.h out of include/msvcrt/ as it does not...
2002-11-01  Alexandre JulliardAdded clobber lists to the inline assembly functions.
2002-10-31  Alexandre JulliardAdded support for nested exceptions happening inside...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-07-24  Alexandre JulliardFirst pass implementation of CxxFrameHandler (thanks...