Skip to content

Commit

Permalink
Bump lib/lua/src from 5d708c3 to e15f1f2
Browse files Browse the repository at this point in the history
Bumps [lib/lua/src](https://github.com/lua/lua) from `5d708c3` to `e15f1f2`.
- [Release notes](https://github.com/lua/lua/releases)
- [Commits](lua/lua@5d708c3...e15f1f2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 19, 2023
1 parent 53fb0f0 commit e0842b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lua/src
Submodule src updated 75 files
+1 −1 all
+123 −126 lapi.c
+10 −7 lapi.h
+31 −25 lauxlib.c
+88 −49 lcode.c
+2 −2 lcorolib.c
+43 −37 ldebug.c
+1 −1 ldebug.h
+128 −101 ldo.c
+13 −4 ldo.h
+6 −2 ldump.c
+27 −27 lfunc.c
+3 −3 lfunc.h
+57 −49 lgc.c
+11 −8 lgc.h
+3 −3 llex.c
+17 −4 llimits.h
+5 −5 lmathlib.c
+41 −27 lmem.c
+7 −2 loadlib.c
+24 −14 lobject.c
+17 −2 lobject.h
+1 −1 lopcodes.h
+17 −19 loslib.c
+16 −15 lparser.c
+27 −30 lstate.c
+15 −10 lstate.h
+1 −1 lstrlib.c
+4 −4 ltable.c
+0 −1 ltable.h
+1 −1 ltablib.c
+18 −18 ltests.c
+7 −0 ltests.h
+19 −19 ltm.c
+3 −2 ltm.h
+26 −13 lua.c
+15 −11 lua.h
+10 −3 luaconf.h
+5 −3 lundump.c
+16 −11 lutf8lib.c
+148 −87 lvm.c
+5 −0 lvm.h
+7 −3 makefile
+1 −1 manual/2html
+155 −92 manual/manual.of
+17 −3 onelua.c
+1 −0 testes/all.lua
+61 −51 testes/api.lua
+23 −11 testes/attrib.lua
+1 −1 testes/big.lua
+12 −0 testes/bitwise.lua
+49 −19 testes/calls.lua
+4 −2 testes/closure.lua
+3 −3 testes/code.lua
+45 −16 testes/constructs.lua
+41 −30 testes/coroutine.lua
+26 −0 testes/cstack.lua
+18 −9 testes/db.lua
+55 −36 testes/errors.lua
+3 −0 testes/events.lua
+13 −2 testes/files.lua
+23 −19 testes/gc.lua
+5 −5 testes/libs/makefile
+17 −16 testes/literals.lua
+47 −3 testes/locals.lua
+32 −7 testes/main.lua
+3 −3 testes/math.lua
+30 −10 testes/nextvar.lua
+17 −15 testes/pm.lua
+12 −11 testes/sort.lua
+10 −5 testes/strings.lua
+1 −1 testes/tpack.lua
+12 −2 testes/utf8.lua
+9 −9 testes/vararg.lua
+6 −6 testes/verybig.lua

0 comments on commit e0842b0

Please sign in to comment.