Skip to content

Commit

Permalink
Bump deps/lua from e288c5a to 1bf4b80
Browse files Browse the repository at this point in the history
Bumps [deps/lua](https://github.com/lua/lua) from `e288c5a` to `1bf4b80`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](lua/lua@e288c5a...1bf4b80)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent 86b1e07 commit 7a5d5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lua
Submodule lua updated 80 files
+177 −167 lapi.c
+31 −18 lapi.h
+122 −49 lauxlib.c
+2 −39 lauxlib.h
+40 −31 lbaselib.c
+66 −55 lcode.c
+5 −3 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+36 −31 ldebug.c
+109 −73 ldo.c
+19 −12 ldo.h
+94 −33 ldump.c
+10 −8 lfunc.c
+4 −4 lfunc.h
+332 −351 lgc.c
+79 −24 lgc.h
+24 −26 linit.c
+25 −13 liolib.c
+12 −7 llex.c
+70 −145 llimits.h
+19 −36 lmathlib.c
+10 −10 lmem.c
+4 −2 lmem.h
+18 −33 loadlib.c
+126 −39 lobject.c
+61 −17 lobject.h
+36 −2 lopcodes.c
+52 −28 lopcodes.h
+4 −1 loslib.c
+72 −44 lparser.c
+1 −1 lparser.h
+45 −59 lstate.c
+63 −41 lstate.h
+100 −15 lstring.c
+22 −6 lstring.h
+131 −124 lstrlib.c
+427 −143 ltable.c
+126 −12 ltable.h
+39 −43 ltablib.c
+185 −87 ltests.c
+9 −4 ltests.h
+28 −23 ltm.c
+9 −8 ltm.h
+95 −40 lua.c
+37 −19 lua.h
+28 −14 luaconf.h
+26 −13 lualib.h
+151 −73 lundump.c
+5 −1 lundump.h
+27 −27 lutf8lib.c
+162 −150 lvm.c
+19 −24 lvm.h
+29 −8 lzio.c
+2 −1 lzio.h
+36 −27 makefile
+2 −2 manual/2html
+415 −305 manual/manual.of
+1 −1 testes/all.lua
+118 −22 testes/api.lua
+1 −1 testes/attrib.lua
+26 −1 testes/calls.lua
+8 −11 testes/closure.lua
+26 −0 testes/code.lua
+5 −5 testes/coroutine.lua
+9 −0 testes/db.lua
+14 −1 testes/errors.lua
+9 −0 testes/events.lua
+4 −2 testes/files.lua
+39 −54 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+18 −15 testes/main.lua
+103 −3 testes/math.lua
+8 −6 testes/nextvar.lua
+2 −1 testes/pm.lua
+32 −4 testes/sort.lua
+26 −7 testes/strings.lua
+10 −9 testes/tpack.lua
+27 −17 testes/utf8.lua

0 comments on commit 7a5d5d6

Please sign in to comment.