aboutsummaryrefslogtreecommitdiff
path: root/src/lj_err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-11/+236
* Cleanup and enable external unwinding for more platforms.Mike Pall2021-03-231-153/+168
* Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Another fix for lua_yield() from C hook.Mike Pall2020-09-221-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-08-091-1/+1
|\|
| * Call error function on rethrow after trace exit.Mike Pall2020-08-091-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-07-121-0/+1
|\|
| * Fix frame traversal for __gc handler frames.Mike Pall2020-07-121-0/+1
* | Fix Clang build.Mike Pall2020-07-021-2/+2
* | Improve assertions.Mike Pall2020-06-151-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-12-081-5/+0
|\|
| * OSX: Use __thread attribute.Mike Pall2019-12-081-5/+0
* | Merge branch 'master' into v2.1Mike Pall2018-01-291-0/+1
|\|
| * Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2018-01-291-0/+1
* | Refactor with LUA_OK.Mike Pall2017-04-071-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Workaround for MinGW headers lacking some exception definitions.Mike Pall2016-05-201-3/+3
* | Windows/x86: Add full exception interoperability.Mike Pall2016-05-071-8/+30
* | ARM: Fix build problem with external frame unwinding.Mike Pall2016-03-151-1/+0
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | ARM: Add external frame unwinding.Mike Pall2015-12-281-28/+64
* | Merge branch 'master' into v2.1Mike Pall2015-09-201-2/+4
|\|
| * Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-201-2/+4
* | Merge branch 'master' into v2.1Mike Pall2015-06-091-2/+2
|\|
| * x64: Allow building without external unwinder.Mike Pall2015-06-091-2/+2
* | LJ_GC64: Fix frame unwinding.Mike Pall2015-05-201-2/+2
* | Merge branch 'master' into v2.1Mike Pall2015-03-051-3/+17
|\|
| * Fix Lua/C API typecheck error for special indexes.Mike Pall2015-03-051-3/+17
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Add LJ_FR2 mode: Two-slot frame info.Mike Pall2015-01-031-6/+8
* | Cleanup of TValue setters. No functional changes.Mike Pall2014-12-201-1/+1
* | Cleanup of frame handling. No functional changes.Mike Pall2014-12-151-13/+4
* | Merge branch 'master' into v2.1Mike Pall2014-12-151-2/+1
|\|
| * Gracefully handle lua_error() for a suspended coroutine.Mike Pall2014-12-151-2/+1
* | Merge branch 'master' into v2.1Mike Pall2014-05-121-1/+3
|\|
| * Fix frame traversal while searching for error function.Mike Pall2014-05-121-1/+3
* | Merge branch 'master' into v2.1Mike Pall2014-05-061-1/+1
|\|
| * x64: Workaround for MSVC build issue.Mike Pall2014-05-061-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-02-061-1/+1
|\|
| * Fix exception unwind struct declaration.Mike Pall2014-02-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Save currently executing lua_State in g->cur_L.Mike Pall2013-08-301-5/+5
* | Use g->jit_base for on/off-trace detection.Mike Pall2013-08-261-1/+1