| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: Use CHECK instead of assert | Ben Gamari | 2020-11-30 | 1 | -2/+1 |
* | winio: restore console cp on exit | Tamar Christina | 2020-07-24 | 1 | -0/+1 |
* | err: clean up error handler | Tamar Christina | 2019-03-19 | 1 | -19/+30 |
* | Fix 32 bit windows build | Tamar Christina | 2018-05-28 | 1 | -1/+1 |
* | Windows: fix all failing tests. | Tamar Christina | 2018-01-02 | 1 | -2/+6 |
* | rts: fix filename case for mingw32 target | Sergei Trofimovich | 2017-12-05 | 1 | -1/+1 |
* | rts/win32: Emit exception handler output to stderr | Ben Gamari | 2017-11-06 | 1 | -15/+15 |
* | Add stack traces on crashes on Windows | Tamar Christina | 2017-10-22 | 1 | -4/+92 |
* | Add ability to produce crash dumps on Windows | Tamar Christina | 2017-10-03 | 1 | -1/+57 |
* | Switch VEH to VCH and allow disabling of SEH completely. | Tamar Christina | 2017-09-26 | 1 | -5/+86 |
* | Revert "Switch VEH to VCH and allow disabling of SEH completely." | Ben Gamari | 2017-09-26 | 1 | -86/+5 |
* | Switch VEH to VCH and allow disabling of SEH completely. | Ben Gamari | 2017-09-26 | 1 | -5/+86 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | Improve access violation reporting on Windows | Ryan Scott | 2017-01-15 | 1 | -1/+7 |
* | T11300: Fix test on windows | Tamar Christina | 2016-01-14 | 1 | -5/+4 |
* | Replaced SEH handles with VEH handlers which should work uniformly across x86... | Tamar Christina | 2015-03-03 | 1 | -0/+100 |