Skip to content

Commit

Permalink
Update Lua to 5.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
SinisterRectus committed Jul 12, 2024
1 parent 572e67a commit b35a4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lua
Submodule lua updated 76 files
+162 −153 lapi.c
+34 −5 lapi.h
+125 −47 lauxlib.c
+2 −39 lauxlib.h
+32 −24 lbaselib.c
+28 −25 lcode.c
+1 −4 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+137 −96 ldebug.c
+1 −0 ldebug.h
+37 −14 ldo.c
+19 −13 ldo.h
+93 −32 ldump.c
+6 −4 lfunc.c
+336 −351 lgc.c
+77 −22 lgc.h
+24 −26 linit.c
+21 −9 liolib.c
+11 −6 llex.c
+37 −145 llimits.h
+38 −38 lmathlib.c
+4 −4 lmem.c
+2 −0 lmem.h
+8 −16 loadlib.c
+59 −2 lobject.c
+56 −14 lobject.h
+7 −7 lopcodes.h
+3 −0 loslib.c
+43 −34 lparser.c
+45 −59 lstate.c
+26 −17 lstate.h
+103 −17 lstring.c
+20 −5 lstring.h
+75 −75 lstrlib.c
+412 −114 ltable.c
+125 −13 ltable.h
+17 −29 ltablib.c
+152 −57 ltests.c
+4 −3 ltests.h
+28 −23 ltm.c
+10 −10 ltm.h
+20 −6 lua.c
+53 −25 lua.h
+10 −4 luaconf.h
+26 −13 lualib.h
+126 −56 lundump.c
+6 −3 lundump.h
+22 −22 lutf8lib.c
+168 −164 lvm.c
+19 −24 lvm.h
+29 −8 lzio.c
+1 −0 lzio.h
+10 −9 makefile
+2 −2 manual/2html
+404 −295 manual/manual.of
+1 −1 testes/all.lua
+101 −22 testes/api.lua
+1 −1 testes/attrib.lua
+26 −15 testes/calls.lua
+8 −11 testes/closure.lua
+10 −8 testes/coroutine.lua
+13 −4 testes/db.lua
+21 −5 testes/errors.lua
+9 −0 testes/events.lua
+8 −6 testes/files.lua
+39 −54 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+35 −25 testes/main.lua
+8 −6 testes/nextvar.lua
+37 −20 testes/pm.lua
+33 −5 testes/sort.lua
+29 −7 testes/strings.lua
+10 −9 testes/tpack.lua
+29 −17 testes/utf8.lua

0 comments on commit b35a4c0

Please sign in to comment.