1. 5e418f0 msvcrt: Handle rethrown exception in cxx_frame_handler. by Piotr Caban · 13 years ago
  2. 89b2dd0 msvcrt: Move more i386-specific exception code to except_i386.c. by Alexandre Julliard · 13 years ago
  3. aba6423 msvcrt: Create an i386-specific file for exception handling. by Alexandre Julliard · 13 years ago[Renamed (97%) from dlls/msvcrt/cppexcept.c]
  4. 521604f msvcrt: _CxxThrowException is stdcall, not cdecl. by Igor Paliychuk · 14 years ago
  5. 5807b5e msvcrt: Add support for VC7 and VC8 extensions to the C++ exception handler. by Alexandre Julliard · 15 years ago
  6. 5af33ee msvcrt: Use strict function prototypes. by Alexandre Julliard · 15 years ago
  7. 0cb406e msvcrt: Add call frame annotations in x86 assembly code. by Alexandre Julliard · 16 years ago
  8. a6d7b6fc msvcrt: Implemented __CppXcptFilter. by Alexandre Julliard · 17 years ago
  9. 9069577 msvcrt: Exclude unused headers. by Andrew Talbot · 18 years ago
  10. 7b10348 msvcrt: Replace inline static with static inline. by Andrew Talbot · 18 years ago
  11. 2319999 Remove redundant semicolons for ANSI compatibility. by Joel Parker · 18 years ago
  12. 6d9f0c2 msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL. by Andrew Talbot · 18 years ago
  13. 0689e9e msvcrt: Define __CxxLongjmpUnwind for i386 only. by Alexandre Julliard · 18 years ago
  14. 7d98599 msvcrt: Implemented __CxxLongjmpUnwind. by Alexandre Julliard · 18 years ago
  15. 8592c4b msvcrt: Make pointers to read-only exception descriptors const. by Alexandre Julliard · 18 years ago
  16. 6520ee0 msvcrt: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  17. 24beabf msvcrt: Explicitly specify CDECL calling convention on exported functions. by Alexandre Julliard · 19 years ago
  18. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  19. 8281828 msvcrt: Save esp before calling catch block and restore afterwards. by Peter Beutner · 19 years ago
  20. be07b6d msvcrt: Fix handling of multiple nested exceptions. by Peter Beutner · 19 years ago
  21. 62dc7f5 msvcrt: Fix handling of nested exceptions. by Peter Beutner · 19 years ago
  22. 916c4b6 msvcrt: Remove bogus code. by Peter Beutner · 19 years ago
  23. c016509 msvcrt: Preserve all registers in call_ebp_func. by Alexandre Julliard · 19 years ago
  24. abb170f msvcrt: Added some assembly glue for the asm bits of __CxxFrameHandler by Alexandre Julliard · 19 years ago
  25. 78ea87c Fix exception handling for non CXX_EXCEPTIONs. by Peter Beutner · 19 years ago
  26. 9f85969 Replace DPRINTF by TRACE in a few places. by Alexandre Julliard · 20 years ago
  27. 261e376 Fixed a number of pointer to integer conversions that wouldn't work by Alexandre Julliard · 20 years ago
  28. 26050b4 Prefix the internal name of all register functions with __regs_ for by Alexandre Julliard · 20 years ago
  29. 505dfde Fix up several inline assembler blocks so that they produce correct by Peter Chapman · 20 years ago
  30. 5d5f523 Output the virtual tables for the exception classes using assembly so by Alexandre Julliard · 20 years ago
  31. b8d5d96 Fixed __RTDynamicCast to return the correct pointer for multiple by Alexandre Julliard · 20 years ago
  32. 0377462 Split the MSVCRT implementation headers from the public headers. by Dimitrie O. Paun · 21 years ago
  33. f752be8 Implement some more register functions using DEFINE_REGS_ENTRYPOINT to by Alexandre Julliard · 21 years ago
  34. e37c6e1 Fixed header dependencies to be fully compatible with the Windows by Alexandre Julliard · 22 years ago
  35. ee10678 Renamed EXCEPTION_FRAME to EXCEPTION_REGISTRATION_RECORD since that by Alexandre Julliard · 22 years ago
  36. c62c1c0 Add __CxxDetectRethrow(), __CxxQueryExceptionSize(). by Jon Griffiths · 22 years ago
  37. 737d4be Move excpt.h out of include/msvcrt/ as it does not conflict with any by Dimitrie O. Paun · 22 years ago
  38. 6bd508f Added clobber lists to the inline assembly functions. by Alexandre Julliard · 22 years ago
  39. 5ad69f1 Added support for nested exceptions happening inside a catch block. by Alexandre Julliard · 22 years ago
  40. 9c1de6d Moved all the content of the DDK files ntdef.h and ntddk.h to winternl.h. by Patrik Stridvall · 23 years ago
  41. 37a4c9b First pass implementation of CxxFrameHandler (thanks to Juergen by Alexandre Julliard · 23 years ago