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
/
doc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix HTML.
Mike Pall
2021-06-07
1
-4
/
+3
*
|
String buffers, part 2e: add serialization string dictionary.
Mike Pall
2021-06-07
1
-7
/
+63
*
|
String buffers, part 2d: basic string buffer methods.
Mike Pall
2021-06-01
1
-53
/
+404
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-04-25
1
-0
/
+13
|
\
|
|
*
Add FAQ about table iteration order.
Mike Pall
2021-04-25
1
-0
/
+13
*
|
String buffers, part 1: object serialization.
Mike Pall
2021-03-25
15
-0
/
+303
*
|
Upgrade docs to HTML5. It's about time.
Mike Pall
2021-03-25
14
-28
/
+28
*
|
Handle on-trace OOM errors from helper functions.
Mike Pall
2021-03-23
1
-6
/
+0
*
|
Cleanup and enable external unwinding for more platforms.
Mike Pall
2021-03-23
1
-16
/
+6
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-03-11
2
-8
/
+12
|
\
|
|
*
Remove specific version numbers from the docs.
Mike Pall
2021-03-11
2
-8
/
+12
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-12
1
-2
/
+5
|
\
|
|
*
Clarify macOS build instructions.
Mike Pall
2021-01-12
1
-2
/
+5
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
16
-32
/
+32
|
\
|
|
*
Bump copyright date.
Mike Pall
2021-01-02
15
-30
/
+30
*
|
Merge branch 'master' into v2.1
Mike Pall
2021-01-02
6
-72
/
+52
|
\
|
|
*
Documentation cleanup.
Mike Pall
2021-01-02
4
-62
/
+49
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-10-12
9
-29
/
+29
|
\
|
|
*
Minor changes and https-ify links.
Mike Pall
2020-10-12
9
-28
/
+28
*
|
Add support for full-range 64 bit lightuserdata.
Mike Pall
2020-09-30
1
-11
/
+0
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-07-12
3
-10
/
+34
|
\
|
|
*
Add FAQ about sandboxing. Minor fixes.
Mike Pall
2020-07-12
2
-9
/
+33
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-26
15
-1020
/
+68
|
\
|
|
*
Documentation cleanup.
Mike Pall
2020-01-26
14
-1148
/
+64
*
|
Merge branch 'master' into v2.1
Mike Pall
2020-01-20
17
-34
/
+34
|
\
|
|
*
Bump copyright date.
Mike Pall
2020-01-20
16
-32
/
+32
*
|
x64: Enable LJ_GC64 mode by default.
Mike Pall
2019-12-08
2
-9
/
+7
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-12-08
1
-2
/
+2
|
\
|
|
*
OSX: Don't set a default MACOSX_DEPLOYMENT_TARGET.
Mike Pall
2019-12-08
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-12-08
2
-48
/
+24
|
\
|
|
*
Update Android and iOS build docs.
Mike Pall
2019-12-08
1
-55
/
+13
|
*
Add note about the unsuitabilty of math.random() for crypto.
Mike Pall
2019-12-08
1
-0
/
+4
*
|
Merge branch 'master' into v2.1
Mike Pall
2019-12-08
1
-39
/
+6
|
\
|
|
*
Update MSVC build script and docs.
Mike Pall
2019-12-08
1
-39
/
+6
*
|
Windows: Add UWP support, part 1.
Mike Pall
2018-06-05
1
-0
/
+2
*
|
From Lua 5.3: assert() accepts any type of error object.
Mike Pall
2018-06-05
1
-0
/
+1
*
|
Merge branch 'master' into v2.1
Mike Pall
2018-04-25
17
-49
/
+34
|
\
|
|
*
Bump copyright date to 2018.
Mike Pall
2018-04-25
16
-46
/
+32
*
|
Merge branch 'master' into v2.1
Mike Pall
2018-01-18
1
-2
/
+2
|
\
|
|
*
Fix LuaJIT API docs for LUAJIT_MODE_*.
Mike Pall
2018-01-18
1
-2
/
+2
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-08-18
1
-1
/
+1
|
\
|
|
*
Use https for freelists.org links.
Mike Pall
2017-08-18
1
-1
/
+1
*
|
Update changelog.
Mike Pall
2017-05-01
1
-1
/
+25
*
|
Merge branch 'master' into v2.1
Mike Pall
2017-05-01
3
-4
/
+46
|
\
|
|
*
RELEASE LuaJIT-2.0.5
v2.0.5
Mike Pall
2017-05-01
3
-4
/
+4
|
*
Update changelog.
Mike Pall
2017-05-01
1
-0
/
+42
*
|
FFI: Update docs on compiler limitations.
Mike Pall
2017-05-01
1
-2
/
+1
*
|
Document added C API extensions from Lua 5.2/5.3.
Mike Pall
2017-04-07
1
-0
/
+9
*
|
Add some more changes and extensions from Lua 5.2.
Mike Pall
2017-03-30
1
-0
/
+15
*
|
Fix extension docs about package.searchers.
Mike Pall
2017-01-18
1
-1
/
+1
[prev]
[next]