summaryrefslogtreecommitdiff
path: root/src/lj_err.c
Commit message (Expand)AuthorAgeFilesLines
* Ensure correct stack top for OOM error message.Mike Pall2022-11-091-0/+1
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-1/+1
* Call error function on rethrow after trace exit.Mike Pall2020-08-091-1/+1
* Fix frame traversal for __gc handler frames.Mike Pall2020-07-121-0/+1
* Bump copyright date.Mike Pall2020-01-201-1/+1
* OSX: Use __thread attribute.Mike Pall2019-12-081-5/+0
* Fix GCC 7 -Wimplicit-fallthrough warnings.Mike Pall2018-01-291-0/+1
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* Fix Cygwin support. Note: this is not a supported target.Mike Pall2015-09-201-2/+4
* x64: Allow building without external unwinder.Mike Pall2015-06-091-2/+2
* Fix Lua/C API typecheck error for special indexes.Mike Pall2015-03-051-3/+17
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* Gracefully handle lua_error() for a suspended coroutine.Mike Pall2014-12-151-2/+1
* Fix frame traversal while searching for error function.Mike Pall2014-05-121-1/+3
* x64: Workaround for MSVC build issue.Mike Pall2014-05-061-1/+1
* Fix exception unwind struct declaration.Mike Pall2014-02-051-1/+1
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* Add partial support for building with MingW64 GCC 4.8-SEH.Mike Pall2013-05-151-6/+10
* 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
* Workaround to compile with Clang. Fix Clang warnings.Mike Pall2011-04-191-0/+5
* x64: Use external unwinding for lua_yield().Mike Pall2011-03-181-11/+14
* x64: Workaround for libgcc unwind bug (still present in RHEL 5.5).Mike Pall2011-03-171-0/+10
* Fix handling of err_loc() within cpcall frames.Mike Pall2011-03-091-5/+8
* DUALNUM: Add integer type to core VM.Mike Pall2011-02-171-6/+6
* Fix error handling within metamethods. Special-case FFI mm.Mike Pall2011-02-161-3/+13
* ARM: Add ARM target architecture selection (disabled).Mike Pall2011-01-251-1/+1