Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v2.1 | Mike Pall | 2025-01-13 | 1 | -1/+1 |
|\ | |||||
| * | Bump copyright date. | Mike Pall | 2025-01-13 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2024-09-29 | 1 | -6/+0 |
|\| | |||||
| * | Remove ancient RtlUnwindEx workaround for MinGW64. | Mike Pall | 2024-09-29 | 1 | -6/+0 |
| | | | | | | | | Thanks to Kacper Michajłow. #1272 | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2024-02-04 | 1 | -3/+20 |
|\| | |||||
| * | Rework stack overflow handling. | Mike Pall | 2024-02-04 | 1 | -3/+19 |
| | | | | | | | | Reported by pwnhacker0x18. Fixed by Peter Cawley. #1152 | ||||
* | | Restore cur_L for specific Lua/C API use case. | Mike Pall | 2023-09-21 | 1 | -1/+4 |
| | | | | | | | | Thanks to Peter Cawley. #1066 | ||||
* | | Windows: Call C++ destructors without compiling with /EHa. | Mike Pall | 2023-09-15 | 1 | -6/+29 |
| | | | | | | | | Thanks to Peter Cawley. #593 | ||||
* | | Windows: Pass scratch CONTEXT record to RtlUnwindEx. | Mike Pall | 2023-09-15 | 1 | -2/+3 |
| | | | | | | | | Thanks to Peter Cawley. #593 | ||||
* | | Windows/ARM64: Fix exception unwinding. | Mike Pall | 2023-09-11 | 1 | -4/+6 |
| | | | | | | | | Thanks to Peter Cawley. #593 | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2023-08-20 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2023-08-20 | 1 | -1/+1 |
| | | |||||
* | | ARM64: Add support for ARM64e pointer authentication codes (PAC). | Mike Pall | 2023-08-12 | 1 | -5/+13 |
| | | | | | | | | Contributed by Peter Cawley. #559 | ||||
* | | Fix frame for more types of on-trace error messages. | Mike Pall | 2023-08-12 | 1 | -0/+4 |
| | | | | | | | | Thanks to Maxim Kokryashkin. #1034 | ||||
* | | Fix frame for on-trace out-of-memory error. | Mike Pall | 2023-06-02 | 1 | -0/+4 |
| | | | | | | | | Reported by ruidong007. | ||||
* | | Fix compiler warning. | Mike Pall | 2023-01-04 | 1 | -2/+2 |
| | | | | | | | | Reported by Christopher Ng. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-11-09 | 1 | -0/+1 |
|\| | |||||
| * | Ensure correct stack top for OOM error message. | Mike Pall | 2022-11-09 | 1 | -0/+1 |
| | | | | | | | | Reported by Sergey Kaplun. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2022-01-15 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2022-01-15 | 1 | -1/+1 |
| | | |||||
* | | OSX: Disable unreliable assertion for external frame unwinding. | Mike Pall | 2022-01-13 | 1 | -0/+3 |
| | | |||||
* | | String buffers, part 3d: Compile string buffer methods and functions. | Mike Pall | 2021-07-19 | 1 | -17/+19 |
| | | | | | | | | Sponsored by fmad.io. | ||||
* | | Disable unreliable assertion for external frame unwinding. | Mike Pall | 2021-06-25 | 1 | -0/+2 |
| | | | | | | | | Broken on Fedora/ARM64. Reported by Yichun Zhang. | ||||
* | | Handle on-trace OOM errors from helper functions. | Mike Pall | 2021-03-23 | 1 | -11/+236 |
| | | |||||
* | | Cleanup and enable external unwinding for more platforms. | Mike Pall | 2021-03-23 | 1 | -153/+168 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2021-01-02 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2021-01-02 | 1 | -1/+1 |
| | | |||||
* | | Another fix for lua_yield() from C hook. | Mike Pall | 2020-09-22 | 1 | -1/+1 |
| | | | | | | | | Reported by Jason Carr. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-08-09 | 1 | -1/+1 |
|\| | |||||
| * | Call error function on rethrow after trace exit. | Mike Pall | 2020-08-09 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-07-12 | 1 | -0/+1 |
|\| | |||||
| * | Fix frame traversal for __gc handler frames. | Mike Pall | 2020-07-12 | 1 | -0/+1 |
| | | | | | | | | Reported by Changochen. | ||||
* | | Fix Clang build. | Mike Pall | 2020-07-02 | 1 | -2/+2 |
| | | |||||
* | | Improve assertions. | Mike Pall | 2020-06-15 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2020-01-20 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date. | Mike Pall | 2020-01-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2019-12-08 | 1 | -5/+0 |
|\| | |||||
| * | OSX: Use __thread attribute. | Mike Pall | 2019-12-08 | 1 | -5/+0 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2018-01-29 | 1 | -0/+1 |
|\| | |||||
| * | Fix GCC 7 -Wimplicit-fallthrough warnings. | Mike Pall | 2018-01-29 | 1 | -0/+1 |
| | | |||||
* | | Refactor with LUA_OK. | Mike Pall | 2017-04-07 | 1 | -1/+1 |
| | | | | | | | | Contributed by François Perrad. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2017-01-17 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2017. | Mike Pall | 2017-01-17 | 1 | -1/+1 |
| | | |||||
* | | Workaround for MinGW headers lacking some exception definitions. | Mike Pall | 2016-05-20 | 1 | -3/+3 |
| | | |||||
* | | Windows/x86: Add full exception interoperability. | Mike Pall | 2016-05-07 | 1 | -8/+30 |
| | | | | | | | | Contributed by Peter Cawley. | ||||
* | | ARM: Fix build problem with external frame unwinding. | Mike Pall | 2016-03-15 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2016-03-03 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2016. | Mike Pall | 2016-03-03 | 1 | -1/+1 |
| | | |||||
* | | ARM: Add external frame unwinding. | Mike Pall | 2015-12-28 | 1 | -28/+64 |
| | | | | | | | | Thanks to Nick Zavaritsky. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-09-20 | 1 | -2/+4 |
|\| |