Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump vendor/lua from 6443185 to aaf3533 #42

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/lua
Submodule lua updated 73 files
+161 −153 lapi.c
+14 −5 lapi.h
+121 −40 lauxlib.c
+2 −0 lauxlib.h
+31 −24 lbaselib.c
+25 −22 lcode.c
+1 −4 lcode.h
+0 −9 ldblib.c
+137 −96 ldebug.c
+1 −0 ldebug.h
+24 −14 ldo.c
+0 −13 ldo.h
+92 −32 ldump.c
+6 −4 lfunc.c
+336 −351 lgc.c
+69 −22 lgc.h
+23 −26 linit.c
+20 −7 liolib.c
+5 −5 llex.c
+16 −13 llimits.h
+31 −24 lmathlib.c
+4 −4 lmem.c
+2 −0 lmem.h
+7 −16 loadlib.c
+59 −2 lobject.c
+53 −14 lobject.h
+4 −4 lopcodes.h
+2 −0 loslib.c
+42 −33 lparser.c
+32 −67 lstate.c
+15 −17 lstate.h
+90 −14 lstring.c
+9 −5 lstring.h
+12 −6 lstrlib.c
+412 −114 ltable.c
+125 −13 ltable.h
+16 −29 ltablib.c
+152 −57 ltests.c
+4 −3 ltests.h
+28 −23 ltm.c
+10 −10 ltm.h
+19 −6 lua.c
+53 −25 lua.h
+9 −0 luaconf.h
+26 −13 lualib.h
+126 −56 lundump.c
+6 −3 lundump.h
+14 −6 lutf8lib.c
+159 −164 lvm.c
+19 −24 lvm.h
+28 −8 lzio.c
+1 −0 lzio.h
+2 −2 manual/2html
+399 −297 manual/manual.of
+1 −1 testes/all.lua
+101 −22 testes/api.lua
+1 −1 testes/attrib.lua
+26 −15 testes/calls.lua
+8 −11 testes/closure.lua
+10 −8 testes/coroutine.lua
+13 −4 testes/db.lua
+21 −5 testes/errors.lua
+9 −0 testes/events.lua
+8 −6 testes/files.lua
+38 −54 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+35 −25 testes/main.lua
+8 −6 testes/nextvar.lua
+37 −20 testes/pm.lua
+33 −5 testes/sort.lua
+26 −3 testes/strings.lua
+29 −17 testes/utf8.lua
Loading