summaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2022-01-151-1/+1
* Bump copyright date.Mike Pall2021-01-021-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
* Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-241-0/+1
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
* From Lua 5.2: Remove error for ambiguous function call syntax.Mike Pall2012-09-281-0/+2
* Remove some library functions for no-JIT/no-FFI builds.Mike Pall2012-09-241-0/+4
* Move load/dump functions to lj_load.c. Add load modes.Mike Pall2012-09-211-1/+1
* From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin().Mike Pall2012-09-201-0/+1
* From Lua 5.2: Add goto and ::label:: statements.Mike Pall2012-09-161-1/+4
* FFI: Handle __pairs/__ipairs metamethods for cdata objects.Mike Pall2012-09-031-0/+1
* Limit recursion depth in string.match() et al.Mike Pall2012-08-281-0/+1
* Add missing change for last commit.Mike Pall2012-08-051-0/+1
* FFI: Add support for parameterized C types.Mike Pall2012-06-141-0/+1
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-0/+4
* Disable loading bytecode with an extra header (BOM or #!).Mike Pall2012-05-031-0/+1
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
* FFI: Add callback support for ARM.Mike Pall2011-12-121-4/+0
* FFI: Add callback support for PPC.Mike Pall2011-12-121-1/+1
* FFI: Add callback support (for x86/x64).Mike Pall2011-11-141-0/+6
* Add support for bytecode loading/saving.Mike Pall2011-06-131-2/+5
* FFI: Add 64 bit integer comparisons and pointer comparisons.Mike Pall2011-01-131-0/+3
* FFI: Add ffi.load() and ffi.C default namespace.Mike Pall2011-01-101-0/+1
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
* FFI: Add support for calling C functions.Mike Pall2011-01-061-1/+3
* FFI: Add 64 bit integer arithmetic.Mike Pall2010-12-251-0/+1
* FFI: Add C data handling and C type conversions.Mike Pall2010-12-051-0/+17
* Parse hexadecimal escapes in strings (from Lua 5.2).Mike Pall2010-11-191-1/+1
* Allow running C functions with coroutine.create(), too.Mike Pall2010-11-171-1/+0
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-1/+1
* Just disable JIT compiler for non-SSE2 CPUs instead of aborting.Mike Pall2010-02-161-1/+7
* Redesign of prototype generation, part 1: varinfo and uvname.Mike Pall2010-02-081-0/+1
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
* RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2Mike Pall2009-12-081-0/+4
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+134