Skip to content

Commit

Permalink
Merge pull request #8 from fedddddd/dependabot/submodules/deps/lua-ea…
Browse files Browse the repository at this point in the history
…39042
  • Loading branch information
dependabot[bot] committed Aug 10, 2023
2 parents 1a2ff21 + eb5fc44 commit 35bdd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lua
Submodule lua updated 75 files
+1 −1 all
+123 −126 lapi.c
+10 −7 lapi.h
+31 −25 lauxlib.c
+102 −62 lcode.c
+0 −3 lcode.h
+2 −2 lcorolib.c
+43 −37 ldebug.c
+1 −1 ldebug.h
+131 −104 ldo.c
+13 −5 ldo.h
+6 −2 ldump.c
+27 −27 lfunc.c
+3 −3 lfunc.h
+59 −51 lgc.c
+11 −8 lgc.h
+3 −3 llex.c
+17 −4 llimits.h
+5 −5 lmathlib.c
+41 −27 lmem.c
+7 −11 loadlib.c
+24 −14 lobject.c
+17 −2 lobject.h
+5 −5 lopcodes.h
+17 −19 loslib.c
+16 −15 lparser.c
+37 −32 lstate.c
+15 −11 lstate.h
+1 −1 lstrlib.c
+6 −5 ltable.c
+0 −3 ltable.h
+1 −1 ltablib.c
+18 −18 ltests.c
+7 −0 ltests.h
+19 −19 ltm.c
+36 −15 lua.c
+34 −19 lua.h
+19 −3 luaconf.h
+5 −3 lundump.c
+16 −11 lutf8lib.c
+172 −109 lvm.c
+5 −0 lvm.h
+7 −3 makefile
+1 −1 manual/2html
+173 −100 manual/manual.of
+17 −3 onelua.c
+1 −0 testes/all.lua
+61 −51 testes/api.lua
+23 −11 testes/attrib.lua
+1 −1 testes/big.lua
+12 −0 testes/bitwise.lua
+49 −19 testes/calls.lua
+4 −2 testes/closure.lua
+3 −3 testes/code.lua
+45 −16 testes/constructs.lua
+41 −30 testes/coroutine.lua
+26 −0 testes/cstack.lua
+19 −10 testes/db.lua
+55 −36 testes/errors.lua
+3 −0 testes/events.lua
+13 −2 testes/files.lua
+23 −19 testes/gc.lua
+5 −5 testes/libs/makefile
+17 −16 testes/literals.lua
+47 −3 testes/locals.lua
+53 −18 testes/main.lua
+3 −3 testes/math.lua
+30 −10 testes/nextvar.lua
+17 −15 testes/pm.lua
+12 −11 testes/sort.lua
+10 −5 testes/strings.lua
+1 −1 testes/tpack.lua
+12 −2 testes/utf8.lua
+9 −9 testes/vararg.lua
+6 −6 testes/verybig.lua

0 comments on commit 35bdd3d

Please sign in to comment.