Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\| | |||||
| * | Fix Cygwin support. Note: this is not a supported target. | Mike Pall | 2015-09-20 | 1 | -2/+4 |
| | | | | | | | | Contributed by Yaakov Selkowitz. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-06-09 | 1 | -2/+2 |
|\| | |||||
| * | x64: Allow building without external unwinder. | Mike Pall | 2015-06-09 | 1 | -2/+2 |
| | | | | | | | | Required for PS4 SDK 2.5. Thanks to James Park. | ||||
* | | LJ_GC64: Fix frame unwinding. | Mike Pall | 2015-05-20 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-03-05 | 1 | -3/+17 |
|\| | |||||
| * | Fix Lua/C API typecheck error for special indexes. | Mike Pall | 2015-03-05 | 1 | -3/+17 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2015-01-06 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2015. | Mike Pall | 2015-01-05 | 1 | -1/+1 |
| | | |||||
* | | Add LJ_FR2 mode: Two-slot frame info. | Mike Pall | 2015-01-03 | 1 | -6/+8 |
| | | |||||
* | | Cleanup of TValue setters. No functional changes. | Mike Pall | 2014-12-20 | 1 | -1/+1 |
| | | |||||
* | | Cleanup of frame handling. No functional changes. | Mike Pall | 2014-12-15 | 1 | -13/+4 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-12-15 | 1 | -2/+1 |
|\| | |||||
| * | Gracefully handle lua_error() for a suspended coroutine. | Mike Pall | 2014-12-15 | 1 | -2/+1 |
| | | | | | | | | Thanks to Sergei Zhirikov. | ||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-12 | 1 | -1/+3 |
|\| | |||||
| * | Fix frame traversal while searching for error function. | Mike Pall | 2014-05-12 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-05-06 | 1 | -1/+1 |
|\| | |||||
| * | x64: Workaround for MSVC build issue. | Mike Pall | 2014-05-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-02-06 | 1 | -1/+1 |
|\| | |||||
| * | Fix exception unwind struct declaration. | Mike Pall | 2014-02-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into v2.1 | Mike Pall | 2014-01-16 | 1 | -1/+1 |
|\| | |||||
| * | Bump copyright date to 2014. | Mike Pall | 2014-01-16 | 1 | -1/+1 |
| | |