Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent c60144f commit 9da6c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lua
Submodule lua updated 80 files
+176 −166 lapi.c
+31 −18 lapi.h
+133 −55 lauxlib.c
+2 −39 lauxlib.h
+40 −31 lbaselib.c
+70 −60 lcode.c
+5 −3 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+40 −35 ldebug.c
+156 −82 ldo.c
+19 −12 ldo.h
+94 −33 ldump.c
+25 −8 lfunc.c
+5 −4 lfunc.h
+376 −349 lgc.c
+95 −29 lgc.h
+24 −26 linit.c
+34 −26 liolib.c
+12 −7 llex.c
+70 −146 llimits.h
+19 −36 lmathlib.c
+9 −9 lmem.c
+4 −2 lmem.h
+18 −33 loadlib.c
+213 −100 lobject.c
+62 −17 lobject.h
+38 −4 lopcodes.c
+52 −28 lopcodes.h
+4 −1 loslib.c
+77 −49 lparser.c
+3 −1 lparser.h
+49 −57 lstate.c
+62 −40 lstate.h
+101 −16 lstring.c
+22 −6 lstring.h
+131 −124 lstrlib.c
+440 −143 ltable.c
+127 −12 ltable.h
+42 −46 ltablib.c
+222 −93 ltests.c
+13 −4 ltests.h
+28 −23 ltm.c
+9 −8 ltm.h
+111 −42 lua.c
+40 −20 lua.h
+28 −14 luaconf.h
+26 −13 lualib.h
+151 −73 lundump.c
+5 −1 lundump.h
+43 −43 lutf8lib.c
+163 −151 lvm.c
+19 −24 lvm.h
+29 −8 lzio.c
+2 −1 lzio.h
+36 −27 makefile
+2 −2 manual/2html
+453 −313 manual/manual.of
+1 −1 testes/all.lua
+119 −23 testes/api.lua
+1 −1 testes/attrib.lua
+37 −1 testes/calls.lua
+16 −11 testes/closure.lua
+26 −0 testes/code.lua
+10 −8 testes/coroutine.lua
+9 −0 testes/db.lua
+14 −1 testes/errors.lua
+9 −0 testes/events.lua
+4 −2 testes/files.lua
+42 −57 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+27 −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 9da6c69

Please sign in to comment.