Skip to content

Commit

Permalink
Bump deps/lua from c31d677 to 1bf4b80
Browse files Browse the repository at this point in the history
Bumps [deps/lua](https://github.com/lua/lua) from `c31d677` to `1bf4b80`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](lua/lua@c31d677...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 131196c commit 3670fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lua
Submodule lua updated 72 files
+73 −69 lapi.c
+29 −15 lapi.h
+30 −21 lauxlib.c
+1 −40 lauxlib.h
+12 −10 lbaselib.c
+62 −51 lcode.c
+5 −3 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+28 −25 ldebug.c
+95 −64 ldo.c
+20 −1 ldo.h
+27 −20 ldump.c
+7 −7 lfunc.c
+4 −4 lfunc.h
+28 −28 lgc.c
+11 −3 lgc.h
+11 −12 linit.c
+25 −13 liolib.c
+7 −2 llex.c
+57 −135 llimits.h
+14 −21 lmathlib.c
+6 −6 lmem.c
+2 −2 lmem.h
+15 −31 loadlib.c
+75 −45 lobject.c
+25 −14 lobject.h
+36 −2 lopcodes.c
+52 −28 lopcodes.h
+4 −1 loslib.c
+38 −19 lparser.c
+1 −1 lparser.h
+25 −10 lstate.c
+50 −27 lstate.h
+20 −10 lstring.c
+15 −3 lstring.h
+119 −118 lstrlib.c
+157 −110 ltable.c
+54 −45 ltable.h
+29 −19 ltablib.c
+63 −51 ltests.c
+5 −1 ltests.h
+24 −19 ltm.c
+3 −3 ltm.h
+90 −39 lua.c
+6 −8 lua.h
+28 −14 luaconf.h
+4 −4 lualib.h
+43 −36 lundump.c
+3 −0 lundump.h
+27 −27 lutf8lib.c
+74 −58 lvm.c
+7 −7 lvm.h
+1 −0 lzio.c
+1 −1 lzio.h
+36 −27 makefile
+2 −2 manual/2html
+147 −74 manual/manual.of
+24 −6 testes/api.lua
+26 −0 testes/code.lua
+1 −1 testes/coroutine.lua
+9 −0 testes/db.lua
+14 −1 testes/errors.lua
+9 −0 testes/events.lua
+2 −1 testes/gc.lua
+15 −12 testes/main.lua
+103 −3 testes/math.lua
+2 −1 testes/pm.lua
+17 −12 testes/sort.lua
+3 −4 testes/strings.lua
+10 −9 testes/tpack.lua
+27 −17 testes/utf8.lua

0 comments on commit 3670fe4

Please sign in to comment.