aboutsummaryrefslogtreecommitdiff
path: root/src/lj_err.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2024-02-041-0/+1
|\|
| * Rework stack overflow handling.Mike Pall2024-02-041-0/+1
| | | | | | | | Reported by pwnhacker0x18. Fixed by Peter Cawley. #1152
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
| |
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
| |
* | Handle on-trace OOM errors from helper functions.Mike Pall2021-03-231-1/+18
|/
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Call error function on rethrow after trace exit.Mike Pall2020-08-091-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* 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-4/+1
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Allow access to raw error messages from outside lj_err.c.Mike Pall2010-12-011-0/+3
|
* Fix amalgamated build.Mike Pall2010-03-021-1/+1
|
* Rethrow errors from trace exit handling from the right C frame.Mike Pall2010-02-191-1/+1
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* Major rewrite of error handling to allow external/internal unwinding.Mike Pall2010-01-021-0/+1
| | | | | | | | | | | Make external unwinding the default on x64. It's mandatory on WIN64 due to the abundance of callee-saved regs. Allow piecewise internal frame unwinding and optional cleanup. Store ERRMEM, ERRERR and ERRCPP early and copy down later. Use FRAME_CP for lj_vm_resume. Add lj_vm_unwind_*_eh variants as landing pads for external unwinder. Use fastcall for lj_vm_unwind_*. Can drop r12/r13 saves in POSIX/x64 interpreter now.
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+40