-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* LuaJIT v2.1 1d7b5029c5ba36870d25c67524034d452b761d27 * Lua v5.4.4
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule lua
updated
46 files
+28 −17 | lapi.c | |
+1 −0 | lauxlib.c | |
+9 −1 | lauxlib.h | |
+25 −4 | lbaselib.c | |
+26 −8 | lcode.c | |
+2 −2 | lcorolib.c | |
+73 −32 | ldebug.c | |
+88 −54 | ldo.c | |
+2 −2 | ldo.h | |
+10 −7 | lgc.c | |
+10 −0 | lgc.h | |
+15 −1 | llimits.h | |
+2 −2 | lmathlib.c | |
+5 −5 | lobject.c | |
+2 −2 | lobject.h | |
+17 −4 | lopcodes.h | |
+16 −6 | lparser.c | |
+6 −5 | lstate.c | |
+3 −3 | lstate.h | |
+93 −36 | lstrlib.c | |
+30 −21 | ltable.c | |
+3 −2 | ltablib.c | |
+3 −0 | ltests.c | |
+22 −15 | lua.c | |
+4 −4 | lua.h | |
+0 −4 | luaconf.h | |
+4 −7 | lutf8lib.c | |
+29 −25 | lvm.c | |
+1 −0 | makefile | |
+1 −1 | manual/2html | |
+75 −54 | manual/manual.of | |
+2 −3 | testes/api.lua | |
+5 −0 | testes/bitwise.lua | |
+14 −0 | testes/code.lua | |
+44 −2 | testes/coroutine.lua | |
+14 −0 | testes/cstack.lua | |
+44 −1 | testes/db.lua | |
+18 −2 | testes/errors.lua | |
+5 −3 | testes/gc.lua | |
+24 −0 | testes/literals.lua | |
+84 −0 | testes/locals.lua | |
+33 −0 | testes/main.lua | |
+1 −0 | testes/math.lua | |
+38 −0 | testes/nextvar.lua | |
+28 −8 | testes/strings.lua | |
+6 −0 | testes/utf8.lua |