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_errmsg.h
(
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
*
|
Call math.randomseed() without arguments to seed from system entropy.
Mike Pall
2024-07-04
1
-0
/
+1
*
|
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
*
|
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
*
|
String buffers, part 2f: Prevent self-put of buffer.
Mike Pall
2021-07-19
1
-0
/
+1
*
|
String buffers, part 2e: add serialization string dictionary.
Mike Pall
2021-06-07
1
-0
/
+2
*
|
String buffers, part 2d: basic string buffer methods.
Mike Pall
2021-06-01
1
-0
/
+1
*
|
String buffers, part 1: object serialization.
Mike Pall
2021-03-25
1
-0
/
+10
*
|
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
*
|
Cleanup CPU detection and tuning for old CPUs.
Mike Pall
2020-05-20
1
-4
/
+0
*
|
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
2017-01-17
1
-1
/
+1
|
\
|
|
*
Bump copyright date to 2017.
Mike Pall
2017-01-17
1
-1
/
+1
*
|
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
*
|
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
*
|
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
*
|
Merge branch 'master' into v2.1
Mike Pall
2013-10-24
1
-0
/
+1
|
\
|
|
*
Check for failure to mark memory as executable (restricted kernels).
Mike Pall
2013-10-24
1
-0
/
+1
*
|
Refactor string.format().
Mike Pall
2013-05-12
1
-4
/
+1
|
/
*
Bump copyright date to 2013.
Mike Pall
2013-02-11
1
-1
/
+1
*
From Lua 5.2: Remove error for ambiguous function call syntax.
Mike Pall
2012-09-28
1
-0
/
+2
*
Remove some library functions for no-JIT/no-FFI builds.
Mike Pall
2012-09-24
1
-0
/
+4
*
Move load/dump functions to lj_load.c. Add load modes.
Mike Pall
2012-09-21
1
-1
/
+1
*
From Lua 5.2: Add debug.upvalueid() and debug.upvaluejoin().
Mike Pall
2012-09-20
1
-0
/
+1
*
From Lua 5.2: Add goto and ::label:: statements.
Mike Pall
2012-09-16
1
-1
/
+4
*
FFI: Handle __pairs/__ipairs metamethods for cdata objects.
Mike Pall
2012-09-03
1
-0
/
+1
*
Limit recursion depth in string.match() et al.
Mike Pall
2012-08-28
1
-0
/
+1
*
Add missing change for last commit.
Mike Pall
2012-08-05
1
-0
/
+1
*
FFI: Add support for parameterized C types.
Mike Pall
2012-06-14
1
-0
/
+1
*
Rearrange OSX vs. iOS defines. Disable callbacks on iOS.
Mike Pall
2012-06-08
1
-0
/
+4
*
Disable loading bytecode with an extra header (BOM or #!).
Mike Pall
2012-05-03
1
-0
/
+1
*
Bump copyright date to 2012.
Mike Pall
2012-01-23
1
-1
/
+1
*
FFI: Add callback support for ARM.
Mike Pall
2011-12-12
1
-4
/
+0
*
FFI: Add callback support for PPC.
Mike Pall
2011-12-12
1
-1
/
+1
*
FFI: Add callback support (for x86/x64).
Mike Pall
2011-11-14
1
-0
/
+6
*
Add support for bytecode loading/saving.
Mike Pall
2011-06-13
1
-2
/
+5
*
FFI: Add 64 bit integer comparisons and pointer comparisons.
Mike Pall
2011-01-13
1
-0
/
+3
*
FFI: Add ffi.load() and ffi.C default namespace.
Mike Pall
2011-01-10
1
-0
/
+1
*
Bump copyright date to 2011.
Mike Pall
2011-01-09
1
-1
/
+1
*
FFI: Add support for calling C functions.
Mike Pall
2011-01-06
1
-1
/
+3
*
FFI: Add 64 bit integer arithmetic.
Mike Pall
2010-12-25
1
-0
/
+1
*
FFI: Add C data handling and C type conversions.
Mike Pall
2010-12-05
1
-0
/
+17
[next]