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
*
Fix Clang build.
Mike Pall
2020-07-02
1
-2
/
+2
*
Improve assertions.
Mike Pall
2020-06-15
1
-1
/
+1
*
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2020-01-20
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-12-08
1
-5
/
+0
|
\
|
|
*
OSX: Use __thread attribute.
Mike Pall
2019-12-08
1
-5
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2018-01-29
1
-0
/
+1
|
\
|
|
*
Fix GCC 7 -Wimplicit-fallthrough warnings.
Mike Pall
2018-01-29
1
-0
/
+1
*
|
Refactor with LUA_OK.
Mike Pall
2017-04-07
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
Workaround for MinGW headers lacking some exception definitions.
Mike Pall
2016-05-20
1
-3
/
+3
*
|
Windows/x86: Add full exception interoperability.
Mike Pall
2016-05-07
1
-8
/
+30
*
|
ARM: Fix build problem with external frame unwinding.
Mike Pall
2016-03-15
1
-1
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2016-03-03
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2016.
Mike Pall
2016-03-03
1
-1
/
+1
*
|
ARM: Add external frame unwinding.
Mike Pall
2015-12-28
1
-28
/
+64
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-09-20
1
-2
/
+4
|
\
|
|
*
Fix Cygwin support. Note: this is not a supported target.
Mike Pall
2015-09-20
1
-2
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-06-09
1
-2
/
+2
|
\
|
|
*
x64: Allow building without external unwinder.
Mike Pall
2015-06-09
1
-2
/
+2
*
|
LJ_GC64: Fix frame unwinding.
Mike Pall
2015-05-20
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-03-05
1
-3
/
+17
|
\
|
|
*
Fix Lua/C API typecheck error for special indexes.
Mike Pall
2015-03-05
1
-3
/
+17
*
|
Merge branch 'master' into v2.1
Mike Pall
2015-01-06
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2015.
Mike Pall
2015-01-05
1
-1
/
+1
*
|
Add LJ_FR2 mode: Two-slot frame info.
Mike Pall
2015-01-03
1
-6
/
+8
*
|
Cleanup of TValue setters. No functional changes.
Mike Pall
2014-12-20
1
-1
/
+1
*
|
Cleanup of frame handling. No functional changes.
Mike Pall
2014-12-15
1
-13
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-12-15
1
-2
/
+1
|
\
|
|
*
Gracefully handle lua_error() for a suspended coroutine.
Mike Pall
2014-12-15
1
-2
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-05-12
1
-1
/
+3
|
\
|
|
*
Fix frame traversal while searching for error function.
Mike Pall
2014-05-12
1
-1
/
+3
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-05-06
1
-1
/
+1
|
\
|
|
*
x64: Workaround for MSVC build issue.
Mike Pall
2014-05-06
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-02-06
1
-1
/
+1
|
\
|
|
*
Fix exception unwind struct declaration.
Mike Pall
2014-02-05
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2014-01-16
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2014.
Mike Pall
2014-01-16
1
-1
/
+1
*
|
Save currently executing lua_State in g->cur_L.
Mike Pall
2013-08-30
1
-5
/
+5
*
|
Use g->jit_base for on/off-trace detection.
Mike Pall
2013-08-26
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-05-16
1
-6
/
+10
|
\
|
|
*
Add partial support for building with MingW64 GCC 4.8-SEH.
Mike Pall
2013-05-15
1
-6
/
+10
*
|
Refactor internal string formatting.
Mike Pall
2013-05-12
1
-10
/
+11
*
|
Add support for embedding LuaJIT bytecode for builtins.
Mike Pall
2013-02-22
1
-1
/
+1
|
/
*
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
[next]