Cast time_t to long for printing.
[wine] / dlls / msvcrt / except.c
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.