Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent 9b35f95 commit 42a3c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/lua
Submodule lua updated 72 files
+161 −153 lapi.c
+14 −5 lapi.h
+108 −36 lauxlib.c
+2 −0 lauxlib.h
+31 −24 lbaselib.c
+21 −20 lcode.c
+1 −4 lcode.h
+0 −9 ldblib.c
+137 −96 ldebug.c
+1 −0 ldebug.h
+24 −14 ldo.c
+0 −13 ldo.h
+92 −32 ldump.c
+6 −4 lfunc.c
+336 −351 lgc.c
+69 −22 lgc.h
+23 −26 linit.c
+1 −1 liolib.c
+5 −5 llex.c
+16 −13 llimits.h
+31 −24 lmathlib.c
+4 −4 lmem.c
+2 −0 lmem.h
+7 −16 loadlib.c
+59 −2 lobject.c
+53 −14 lobject.h
+4 −4 lopcodes.h
+42 −33 lparser.c
+32 −67 lstate.c
+15 −17 lstate.h
+90 −14 lstring.c
+9 −5 lstring.h
+12 −6 lstrlib.c
+412 −114 ltable.c
+119 −13 ltable.h
+16 −29 ltablib.c
+147 −57 ltests.c
+4 −3 ltests.h
+28 −23 ltm.c
+10 −10 ltm.h
+16 −4 lua.c
+53 −25 lua.h
+9 −0 luaconf.h
+26 −13 lualib.h
+126 −56 lundump.c
+6 −3 lundump.h
+14 −6 lutf8lib.c
+159 −164 lvm.c
+19 −24 lvm.h
+28 −8 lzio.c
+1 −0 lzio.h
+2 −2 manual/2html
+399 −297 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
+7 −4 testes/errors.lua
+9 −0 testes/events.lua
+8 −6 testes/files.lua
+38 −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
+26 −3 testes/strings.lua
+29 −17 testes/utf8.lua

0 comments on commit 42a3c61

Please sign in to comment.