Skip to content

Commit

Permalink
Lua: update Lua to 5.4.6+3
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Nov 22, 2023
1 parent 54fd6c2 commit 3386825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lua
Submodule lua updated 79 files
+1 −1 all
+150 −142 lapi.c
+10 −7 lapi.h
+32 −25 lauxlib.c
+9 −1 lauxlib.h
+25 −4 lbaselib.c
+128 −70 lcode.c
+0 −3 lcode.h
+4 −4 lcorolib.c
+141 −72 ldebug.c
+2 −1 ldebug.h
+204 −143 ldo.c
+13 −5 ldo.h
+6 −2 ldump.c
+27 −27 lfunc.c
+3 −3 lfunc.h
+77 −62 lgc.c
+21 −8 lgc.h
+3 −3 llex.c
+32 −5 llimits.h
+31 −14 lmathlib.c
+41 −27 lmem.c
+7 −11 loadlib.c
+29 −19 lobject.c
+27 −14 lobject.h
+22 −9 lopcodes.h
+17 −19 loslib.c
+38 −27 lparser.c
+44 −38 lstate.c
+19 −15 lstate.h
+6 −5 lstring.c
+94 −37 lstrlib.c
+35 −25 ltable.c
+0 −3 ltable.h
+4 −3 ltablib.c
+21 −18 ltests.c
+7 −0 ltests.h
+19 −19 ltm.c
+57 −29 lua.c
+34 −19 lua.h
+19 −7 luaconf.h
+7 −5 lundump.c
+1 −2 lundump.h
+19 −17 lutf8lib.c
+210 −147 lvm.c
+5 −0 lvm.h
+8 −3 makefile
+1 −1 manual/2html
+251 −153 manual/manual.of
+17 −3 onelua.c
+1 −0 testes/all.lua
+63 −54 testes/api.lua
+23 −11 testes/attrib.lua
+1 −1 testes/big.lua
+17 −0 testes/bitwise.lua
+35 −19 testes/calls.lua
+4 −2 testes/closure.lua
+17 −3 testes/code.lua
+45 −16 testes/constructs.lua
+85 −32 testes/coroutine.lua
+40 −0 testes/cstack.lua
+66 −14 testes/db.lua
+77 −42 testes/errors.lua
+3 −0 testes/events.lua
+17 −6 testes/files.lua
+28 −22 testes/gc.lua
+5 −5 testes/libs/makefile
+41 −16 testes/literals.lua
+131 −3 testes/locals.lua
+86 −18 testes/main.lua
+4 −3 testes/math.lua
+68 −10 testes/nextvar.lua
+52 −34 testes/pm.lua
+12 −11 testes/sort.lua
+39 −11 testes/strings.lua
+1 −1 testes/tpack.lua
+20 −2 testes/utf8.lua
+9 −9 testes/vararg.lua
+6 −6 testes/verybig.lua

0 comments on commit 3386825

Please sign in to comment.