msvcp90: Added ctype<char>::tolower functions implementation.
[wine] / dlls / msvcrt / except.c
2011-05-17  Alexandre Julliardmsvcrt: Implement _seh_longjmp_unwind4 for i386.
2011-05-17  Alexandre Julliardmsvcrt: Implement _local_unwind for x86_64.
2011-03-16  Hans Leidekkermsvcrt: Implement _set_security_error_handler.
2011-02-01  Alexandre Julliardmsvcrt: Implement longjmp for x86_64.
2011-02-01  Alexandre Julliardmsvcrt: longjmp doesn't have a return value.
2010-05-13  Marcus Meissnermsvcrt: Add some missing CDECL.
2010-04-14  Alexandre Julliardmsvcrt: Implement support for version 4 exception tables.
2010-04-12  Alexandre Julliardmsvcrt: Make a few more exception handling functions...
2010-04-10  Alexandre Julliardmsvcrt: Implemented setjmp for x86_64.
2009-12-03  Peter Rosinmsvcrt: Handle the SIGBREAK signal.
2009-10-05  Eric Pouechmsvcrt: Added __uncaught_exception support.
2009-06-25  Alexandre Julliardmsvcrt: Add call frame annotations in x86 assembly...
2009-01-08  Alexandre Julliardmsvcrt: Fix an unused function warning on non-i386.
2009-01-07  Alexandre Julliardmsvcrt: Correctly walk up the list of trylevels in...
2008-12-12  Alexandre Julliardmsvcrt: Don't include msvcrt headers, instead duplicate...
2008-10-22  Andrew Talbotmsvcrt: Sign-compare warnings fix.
2008-06-19  Philip Nilssonmsvcrt: Make EXCEPTION_PRIV_INSTRUCTION generate SIGILL.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-07-16  Vitaliy Margolenmsvcrt: Preserve registers when calling unwind function.
2007-06-08  Alexandre Julliardmsvcrt: Set the correct ebp value before calling the...
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-03-20  Andrew Talbotmsvcrt: Replace inline static with static inline.
2007-03-19  Dmitry Timoshkovmsvcrt: Print FIXME on platforms where _except_handler3...
2007-03-13  Alexandre Julliardmsvcrt: Improved _local_unwind2 implementation.
2007-02-09  Eric Pouechmsvcrt: Implemented the raise function.
2007-02-09  Eric Pouechmsvcrt: Reset a signal to DFL before it's used.
2007-01-17  Joel ParkerRemove redundant semicolons for ANSI compatibility.
2007-01-15  Andrew Talbotmsvcrt: Declare some items static.
2006-12-27  Michael Stefaniucjanitorial: In multiline strings there is no need for...
2006-12-15  Alexandre Julliardmsvcrt: Implemented __CxxLongjmpUnwind.
2006-10-04  Michael Stefaniucmsvcrt: Win64 printf format warning fixes.
2006-08-18  Alexandre Julliardmsvcrt: Fixed access to the extra arguments of setjmp3.
2006-06-13  Alexandre Julliardmsvcrt: Explicitly specify CDECL calling convention...
2006-06-12  Dmitry Timoshkovmsvcrt: Print exception code in hex.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-05  Alexandre Julliardmsvcrt: Added assembly routines to save/restore registe...
2005-12-01  Alexandre JulliardPrefix signal definitions with MSVCRT_ to avoid conflic...
2005-05-19  Juan LangImplement _XcptFilter using signal handlers, and add...
2005-05-13  Juan LangImplement signals.
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-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
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 JulliardStart using the exported TEB structure from winternl...
2003-08-28  Alexandre JulliardRenamed a few more TEB fields.
2003-08-28  Alexandre JulliardRenamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECOR...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
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  Marcus Meissner_seh_longjmp_unwind is i386 only for now.
2002-10-16  Alexandre JulliardImplemented _seh_longjmp_unwind.
2002-10-10  Alexandre JulliardFixed sign extension bug in EH_prolog, and made tryleve...
2002-10-02  Alexandre Julliardexcept_handler3: Set correct %ebp when calling exceptio...
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...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-16  Warren BairdSome fixes for compiling on Sparc.
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-22  Alexandre JulliardDon't include debugtools.h in the header file, moved...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-12-21  Alexandre JulliardAuthors: Jon Griffiths <jon_p_griffiths@yahoo.com>...
2001-09-20  Alexandre JulliardFixed a couple of bugs in _except_handler3.
2001-06-29  Dmitry TimoshkovAdd missing config.h include.
2001-04-10  Francois GougetAdjust the 'MSVCRT_' prefix to match the msvcrt headers
2001-03-19  Eric KohlAdded stub for _setjmp3().
2001-01-12  Jon GriffithsAdded some exception handling functions.
2001-01-11  Jon GriffithsAdded binary compatible __EH_prolog.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.