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
*
Merge branch 'master' into v2.1
Mike Pall
2025-01-13
1
-1
/
+1
|
\
|
*
Bump copyright date.
Mike Pall
2025-01-13
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-09-29
1
-6
/
+0
|
\
|
|
*
Remove ancient RtlUnwindEx workaround for MinGW64.
Mike Pall
2024-09-29
1
-6
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2024-02-04
1
-3
/
+20
|
\
|
|
*
Rework stack overflow handling.
Mike Pall
2024-02-04
1
-3
/
+19
*
|
Restore cur_L for specific Lua/C API use case.
Mike Pall
2023-09-21
1
-1
/
+4
*
|
Windows: Call C++ destructors without compiling with /EHa.
Mike Pall
2023-09-15
1
-6
/
+29
*
|
Windows: Pass scratch CONTEXT record to RtlUnwindEx.
Mike Pall
2023-09-15
1
-2
/
+3
*
|
Windows/ARM64: Fix exception unwinding.
Mike Pall
2023-09-11
1
-4
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2023-08-20
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2023-08-20
1
-1
/
+1
*
|
ARM64: Add support for ARM64e pointer authentication codes (PAC).
Mike Pall
2023-08-12
1
-5
/
+13
*
|
Fix frame for more types of on-trace error messages.
Mike Pall
2023-08-12
1
-0
/
+4
*
|
Fix frame for on-trace out-of-memory error.
Mike Pall
2023-06-02
1
-0
/
+4
*
|
Fix compiler warning.
Mike Pall
2023-01-04
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-11-09
1
-0
/
+1
|
\
|
|
*
Ensure correct stack top for OOM error message.
Mike Pall
2022-11-09
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2022-01-15
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2022-01-15
1
-1
/
+1
*
|
OSX: Disable unreliable assertion for external frame unwinding.
Mike Pall
2022-01-13
1
-0
/
+3
*
|
String buffers, part 3d: Compile string buffer methods and functions.
Mike Pall
2021-07-19
1
-17
/
+19
*
|
Disable unreliable assertion for external frame unwinding.
Mike Pall
2021-06-25
1
-0
/
+2
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-11
/
+236
*
|
Cleanup and enable external unwinding for more platforms.
Mike Pall
2021-03-23
1
-153
/
+168
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
1
-1
/
+1
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
1
-1
/
+1
*
|
Another fix for lua_yield() from C hook.
Mike Pall
2020-09-22
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-08-09
1
-1
/
+1
|
\
|
|
*
Call error function on rethrow after trace exit.
Mike Pall
2020-08-09
1
-1
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-07-12
1
-0
/
+1
|
\
|
|
*
Fix frame traversal for __gc handler frames.
Mike Pall
2020-07-12
1
-0
/
+1
*
|
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
|
\
|
[next]