summaryrefslogtreecommitdiff
path: root/src/lj_err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'master' into v2.1Mike Pall2013-05-161-6/+10
|\|
| * Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-151-6/+10
* | Refactor internal string formatting.Mike Pall2013-05-121-10/+11
* | Add support for embedding LuaJIT bytecode for builtins.Mike Pall2013-02-221-1/+1
|/
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* Leave hook when resume catches error thrown from hook.Mike Pall2012-12-061-0/+1
* Don't clear frame for out-of-memory error.Mike Pall2012-11-141-1/+0
* Never compile DWARF unwinder on Windows.Mike Pall2012-08-091-1/+1
* Avoid compiler warnings about redefined C++ keywords.Mike Pall2012-07-091-5/+5
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-1/+1
* FFI: Use correct PC in FFI metamethod error message.Mike Pall2012-05-051-0/+1
* Replace unwind.h definitions with our own.Mike Pall2012-03-251-19/+63
* Fix compilation on OpenBSD.Mike Pall2012-03-151-1/+1
* Fix argument type in error message for relative arguments.Mike Pall2012-02-221-1/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-7/+26
* Rearrange defines for workarounds to embedded operating systems.Mike Pall2011-10-191-2/+1