index
:
luajit
master
v2.0
v2.1
A mirror of https://luajit.org/git/luajit.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lj_err.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
Remove ancient RtlUnwindEx workaround for MinGW64.
Mike Pall
2024-09-29
1
-6
/
+0
*
Rework stack overflow handling.
Mike Pall
2024-02-04
1
-3
/
+19
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
Ensure correct stack top for OOM error message.
Mike Pall
2022-11-09
1
-0
/
+1
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
Call error function on rethrow after trace exit.
Mike Pall
2020-08-09
1
-1
/
+1
*
Fix frame traversal for __gc handler frames.
Mike Pall
2020-07-12
1
-0
/
+1
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
OSX: Use __thread attribute.
Mike Pall
2019-12-08
1
-5
/
+0
*
Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2018-01-29
1
-0
/
+1
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
Fix Cygwin support. Note: this is not a supported target.
Mike Pall
2015-09-20
1
-2
/
+4
*
x64: Allow building without external unwinder.
Mike Pall
2015-06-09
1
-2
/
+2
*
Fix Lua/C API typecheck error for special indexes.
Mike Pall
2015-03-05
1
-3
/
+17
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
Gracefully handle lua_error() for a suspended coroutine.
Mike Pall
2014-12-15
1
-2
/
+1
*
Fix frame traversal while searching for error function.
Mike Pall
2014-05-12
1
-1
/
+3
*
x64: Workaround for MSVC build issue.
Mike Pall
2014-05-06
1
-1
/
+1
*
Fix exception unwind struct declaration.
Mike Pall
2014-02-05
1
-1
/
+1
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
Add partial support for building with MingW64 GCC 4.8-SEH.
Mike Pall
2013-05-15
1
-6
/
+10
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
Leave hook when resume catches error thrown from hook.
Mike Pall
2012-12-06
1
-0
/
+1
*
Don't clear frame for out-of-memory error.
Mike Pall
2012-11-14
1
-1
/
+0
*
Never compile DWARF unwinder on Windows.
Mike Pall
2012-08-09
1
-1
/
+1
*
Avoid compiler warnings about redefined C++ keywords.
Mike Pall
2012-07-09
1
-5
/
+5
*
CONSOLE: Fix PS3 build.
Mike Pall
2012-06-10
1
-1
/
+1
*
FFI: Use correct PC in FFI metamethod error message.
Mike Pall
2012-05-05
1
-0
/
+1
*
Replace unwind.h definitions with our own.
Mike Pall
2012-03-25
1
-19
/
+63
*
Fix compilation on OpenBSD.
Mike Pall
2012-03-15
1
-1
/
+1
*
Fix argument type in error message for relative arguments.
Mike Pall
2012-02-22
1
-1
/
+1
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Add callback support (for x86/x64).
Mike Pall
2011-11-14
1
-7
/
+26
*
Rearrange defines for workarounds to embedded operating systems.
Mike Pall
2011-10-19
1
-2
/
+1
*
Replace some _Unwind_* types. Fixes build issues on OSX 10.7.
Mike Pall
2011-08-14
1
-6
/
+6
*
Don't use thread-safe exceptions on OSX. Complain to Apple, not me.
Mike Pall
2011-06-29
1
-0
/
+5
*
Fix forced unwinding triggered by external unwinder.
Mike Pall
2011-06-27
1
-2
/
+4
*
Use thread-safe exceptions for external unwinding on x64/GCC.
Mike Pall
2011-06-27
1
-2
/
+1
*
Fix iOS build.
Mike Pall
2011-06-27
1
-1
/
+2
*
Flatten and compress in-memory debug info (saves ~70%).
Mike Pall
2011-06-09
1
-1
/
+1
*
Move debugging/introspection functionality to lj_debug.c.
Mike Pall
2011-06-07
1
-382
/
+10
*
ARM: Disable C++ exception catching on Symbian.
Mike Pall
2011-06-03
1
-3
/
+3
*
ARM: Catch C++ exceptions in interpreter frames.
Mike Pall
2011-06-02
1
-1
/
+30
*
Avoid name clash with Windows MM_MAX define.
Mike Pall
2011-05-08
1
-1
/
+1
*
Workaround to compile with Clang. Fix Clang warnings.
Mike Pall
2011-04-19
1
-0
/
+5
*
x64: Use external unwinding for lua_yield().
Mike Pall
2011-03-18
1
-11
/
+14
*
x64: Workaround for libgcc unwind bug (still present in RHEL 5.5).
Mike Pall
2011-03-17
1
-0
/
+10
[next]