aboutsummaryrefslogtreecommitdiff
path: root/src/lj_err.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Replace some _Unwind_* types. Fixes build issues on OSX 10.7.Mike Pall2011-08-141-6/+6
* Don't use thread-safe exceptions on OSX. Complain to Apple, not me.Mike Pall2011-06-291-0/+5
* Fix forced unwinding triggered by external unwinder.Mike Pall2011-06-271-2/+4
* Use thread-safe exceptions for external unwinding on x64/GCC.Mike Pall2011-06-271-2/+1
* Fix iOS build.Mike Pall2011-06-271-1/+2
* Flatten and compress in-memory debug info (saves ~70%).Mike Pall2011-06-091-1/+1
* Move debugging/introspection functionality to lj_debug.c.Mike Pall2011-06-071-382/+10
* ARM: Disable C++ exception catching on Symbian.Mike Pall2011-06-031-3/+3
* ARM: Catch C++ exceptions in interpreter frames.Mike Pall2011-06-021-1/+30
* Avoid name clash with Windows MM_MAX define.Mike Pall2011-05-081-1/+1