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

Bump deps/lua from e288c5a to 1bf4b80 #705

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 deps/lua
Submodule lua updated 80 files
+177 −167 lapi.c
+31 −18 lapi.h
+122 −49 lauxlib.c
+2 −39 lauxlib.h
+40 −31 lbaselib.c
+66 −55 lcode.c
+5 −3 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+36 −31 ldebug.c
+109 −73 ldo.c
+19 −12 ldo.h
+94 −33 ldump.c
+10 −8 lfunc.c
+4 −4 lfunc.h
+332 −351 lgc.c
+79 −24 lgc.h
+24 −26 linit.c
+25 −13 liolib.c
+12 −7 llex.c
+70 −145 llimits.h
+19 −36 lmathlib.c
+10 −10 lmem.c
+4 −2 lmem.h
+18 −33 loadlib.c
+126 −39 lobject.c
+61 −17 lobject.h
+36 −2 lopcodes.c
+52 −28 lopcodes.h
+4 −1 loslib.c
+72 −44 lparser.c
+1 −1 lparser.h
+45 −59 lstate.c
+63 −41 lstate.h
+100 −15 lstring.c
+22 −6 lstring.h
+131 −124 lstrlib.c
+427 −143 ltable.c
+126 −12 ltable.h
+39 −43 ltablib.c
+185 −87 ltests.c
+9 −4 ltests.h
+28 −23 ltm.c
+9 −8 ltm.h
+95 −40 lua.c
+37 −19 lua.h
+28 −14 luaconf.h
+26 −13 lualib.h
+151 −73 lundump.c
+5 −1 lundump.h
+27 −27 lutf8lib.c
+162 −150 lvm.c
+19 −24 lvm.h
+29 −8 lzio.c
+2 −1 lzio.h
+36 −27 makefile
+2 −2 manual/2html
+415 −305 manual/manual.of
+1 −1 testes/all.lua
+118 −22 testes/api.lua
+1 −1 testes/attrib.lua
+26 −1 testes/calls.lua
+8 −11 testes/closure.lua
+26 −0 testes/code.lua
+5 −5 testes/coroutine.lua
+9 −0 testes/db.lua
+14 −1 testes/errors.lua
+9 −0 testes/events.lua
+4 −2 testes/files.lua
+39 −54 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+18 −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
Loading