1. 52d13f9 headers: Avoid c99 style comments in headers by Martin Storsjö · 5 years ago
  2. d95acea headers: Use the msvcrt/ucrt setjmp functions on ARM64 if SEH is available by Martin Storsjö · 6 years ago
  3. 5b06632 headers: Replace checks for __MSVCRT_VERSION__ against 0x1400 with _UCRT by Martin Storsjö · 6 years ago
  4. 844cb49 crt: Use importlibs for longjmp. by Jacek Caban · 6 years ago
  5. 436ad4b headers: Only pass a frame pointer to setjmp if SEH is enabled by Martin Storsjö · 6 years ago
  6. 04c1a04 setjmp: Provide a manual implementation for arm and arm64 by Martin Storsjö · 7 years ago
  7. a6faf22 ucrtbase: Link to the right setjmp function on archs other than x86_64 by Martin Storsjö · 7 years ago
  8. 7c161da headers: Use the single argument version of setjmp for ucrtbase by Martin Storsjö · 7 years ago
  9. e09dd4c setjmp: Support setjmp on arm64 by Martin Storsjö · 7 years ago
  10. 02390fa setjmp: Only use _setjmp3 on i386 by Martin Storsjö · 7 years ago
  11. b119e67 setjmp.h: Add a fallback definition for unsupported architectures by Martin Storsjö · 7 years ago
  12. 466ef13 Replace __declspec(noreturn) by __MINGW_ATTRIB_NORETURN by ktietz70 · 8 years ago
  13. 241b3b8 Add ARM jump buffer definition by André Hentschel · 11 years ago
  14. 56bc9b6 * _mingw_mac.h (__MINGW_GCC_VERSION): New macro. by Ozkan Sezer · 13 years ago
  15. 31c76a3 * setjmp.h (setjmp): Use frame-address builtin. by Kai Tietz · 13 years ago
  16. 8a67ab4 Replace 'w64 mingw-runtime' by 'mingw-w64 runtime' by Rafaël Carré · 13 years ago
  17. df0b59e Add define of NULL as we are using it here. by Kai Tietz · 14 years ago
  18. 13f3e2e Several patches for MSC/non-GCC by Amine Khaldi: by Ozkan Sezer · 15 years ago
  19. d42ac88 2010-01-15 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 15 years ago
  20. 1a684f9 Break crt headers into separate directory structure with separate enable switch. Change all with options to enable options. by NightStrike · 15 years ago[Renamed from mingw-w64-headers/include/setjmp.h]
  21. 12cda48 2009-09-06 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 15 years ago
  22. aa3731f 2009-07-09 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 16 years ago
  23. 82347de 2009-04-04 Kai Tietz <kai.tietz@onevision.com> by Kai Tietz · 16 years ago
  24. 5b99e86 Remove longjmp from .def files, and add dynamic loading in gccmain.c. by Kai Tietz · 17 years ago
  25. 87f0eb2 Make _longjmp be a function of crt and not taken by msvcrt directly. by Kai Tietz · 17 years ago
  26. 6ef8b92 Make two args setjmp methods dependent to global define USE_MINGW_SETJMP_TWO_ARGS. by Kai Tietz · 17 years ago
  27. 97bb3c0 Add mingw_longjmp. by Kai Tietz · 17 years ago
  28. 1b21633 Correct POSIX commands setjmp/setjmpex to pass a hidden argument. by Kai Tietz · 17 years ago
  29. 7750267 Various improvments for 64-bit C and 32-bit version. by Kai Tietz · 17 years ago
  30. 48502b7 Remove execute permissions from headers by NightStrike · 17 years ago
  31. a7d58ee Remove _CRTIMP from posix API (part 6 of X). by Kai Tietz · 17 years ago
  32. 9d937a7 Add mingw-w64 header set as initial set. by Kai Tietz · 17 years ago