Skip to content

Commit

Permalink
build(deps): bump vendor/lua from 6443185 to fd0e1f5
Browse files Browse the repository at this point in the history
Bumps [vendor/lua](https://github.com/lua/lua) from `6443185` to `fd0e1f5`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](lua/lua@6443185...fd0e1f5)

---
updated-dependencies:
- dependency-name: vendor/lua
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 44c6a21 commit 3decdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lua
Submodule lua updated 81 files
+177 −167 lapi.c
+31 −18 lapi.h
+128 −50 lauxlib.c
+2 −39 lauxlib.h
+40 −31 lbaselib.c
+80 −69 lcode.c
+5 −6 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+144 −103 ldebug.c
+1 −0 ldebug.h
+159 −85 ldo.c
+19 −13 ldo.h
+94 −33 ldump.c
+10 −8 lfunc.c
+4 −4 lfunc.h
+340 −355 lgc.c
+79 −24 lgc.h
+24 −26 linit.c
+25 −13 liolib.c
+12 −7 llex.c
+70 −145 llimits.h
+42 −42 lmathlib.c
+10 −10 lmem.c
+4 −2 lmem.h
+18 −42 loadlib.c
+127 −40 lobject.c
+62 −20 lobject.h
+36 −2 lopcodes.c
+56 −32 lopcodes.h
+4 −1 loslib.c
+80 −52 lparser.c
+3 −1 lparser.h
+48 −62 lstate.c
+64 −43 lstate.h
+105 −19 lstring.c
+22 −6 lstring.h
+131 −124 lstrlib.c
+430 −131 ltable.c
+126 −14 ltable.h
+39 −43 ltablib.c
+188 −89 ltests.c
+9 −4 ltests.h
+28 −23 ltm.c
+11 −11 ltm.h
+103 −40 lua.c
+55 −27 lua.h
+36 −13 luaconf.h
+26 −13 lualib.h
+151 −73 lundump.c
+6 −3 lundump.h
+27 −27 lutf8lib.c
+192 −182 lvm.c
+19 −24 lvm.h
+29 −8 lzio.c
+2 −1 lzio.h
+36 −27 makefile
+2 −2 manual/2html
+422 −304 manual/manual.of
+1 −1 testes/all.lua
+118 −22 testes/api.lua
+1 −1 testes/attrib.lua
+37 −15 testes/calls.lua
+16 −11 testes/closure.lua
+26 −0 testes/code.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
+48 −35 testes/main.lua
+103 −3 testes/math.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 3decdf2

Please sign in to comment.