aboutsummaryrefslogtreecommitdiff
path: root/src/lj_errmsg.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Call math.randomseed() without arguments to seed from system entropy.Mike Pall2024-07-041-0/+1
* | 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
* | String buffers, part 2f: Prevent self-put of buffer.Mike Pall2021-07-191-0/+1
* | String buffers, part 2e: add serialization string dictionary.Mike Pall2021-06-071-0/+2
* | String buffers, part 2d: basic string buffer methods.Mike Pall2021-06-011-0/+1
* | String buffers, part 1: object serialization.Mike Pall2021-03-251-0/+10
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Cleanup CPU detection and tuning for old CPUs.Mike Pall2020-05-201-4/+0
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Merge branch 'master' into v2.1Mike Pall2013-10-241-0/+1
|\|
| * Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-241-0/+1
* | Refactor string.format().Mike Pall2013-05-121-4/+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