Skip to content

Commit

Permalink
chore(deps): bump lib/lua/src from e288c5a to 0897c0a (#5316)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 20, 2024
1 parent 992ea88 commit 48cbb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lua/src
Submodule src updated 63 files
+161 −153 lapi.c
+14 −5 lapi.h
+100 −33 lauxlib.c
+2 −0 lauxlib.h
+31 −24 lbaselib.c
+6 −6 lcode.c
+1 −1 lcode.h
+0 −9 ldblib.c
+11 −8 ldebug.c
+17 −11 ldo.c
+0 −12 ldo.h
+92 −32 ldump.c
+6 −4 lfunc.c
+328 −347 lgc.c
+69 −22 lgc.h
+23 −26 linit.c
+5 −5 llex.c
+16 −13 llimits.h
+8 −18 lmathlib.c
+4 −4 lmem.c
+2 −0 lmem.h
+7 −7 loadlib.c
+58 −1 lobject.c
+52 −11 lobject.h
+36 −27 lparser.c
+29 −64 lstate.c
+14 −15 lstate.h
+85 −10 lstring.c
+9 −5 lstring.h
+12 −6 lstrlib.c
+409 −126 ltable.c
+119 −11 ltable.h
+16 −29 ltablib.c
+144 −55 ltests.c
+4 −3 ltests.h
+28 −23 ltm.c
+8 −7 ltm.h
+6 −2 lua.c
+33 −15 lua.h
+26 −13 lualib.h
+126 −56 lundump.c
+5 −1 lundump.h
+128 −131 lvm.c
+19 −24 lvm.h
+28 −8 lzio.c
+1 −0 lzio.h
+1 −1 manual/2html
+340 −272 manual/manual.of
+1 −1 testes/all.lua
+101 −22 testes/api.lua
+1 −1 testes/attrib.lua
+26 −1 testes/calls.lua
+8 −11 testes/closure.lua
+5 −5 testes/coroutine.lua
+9 −0 testes/events.lua
+4 −2 testes/files.lua
+38 −54 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+5 −5 testes/main.lua
+8 −6 testes/nextvar.lua
+32 −4 testes/sort.lua
+23 −3 testes/strings.lua

0 comments on commit 48cbb7f

Please sign in to comment.