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 e3ce88c #742

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
+176 −166 lapi.c
+31 −18 lapi.h
+127 −54 lauxlib.c
+2 −39 lauxlib.h
+40 −31 lbaselib.c
+70 −60 lcode.c
+5 −3 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+38 −32 ldebug.c
+152 −82 ldo.c
+19 −12 ldo.h
+94 −33 ldump.c
+25 −8 lfunc.c
+5 −4 lfunc.h
+376 −349 lgc.c
+95 −29 lgc.h
+24 −26 linit.c
+34 −26 liolib.c
+12 −7 llex.c
+70 −146 llimits.h
+19 −36 lmathlib.c
+9 −9 lmem.c
+4 −2 lmem.h
+18 −33 loadlib.c
+213 −100 lobject.c
+62 −17 lobject.h
+38 −4 lopcodes.c
+52 −28 lopcodes.h
+4 −1 loslib.c
+77 −49 lparser.c
+3 −1 lparser.h
+49 −57 lstate.c
+62 −40 lstate.h
+100 −15 lstring.c
+22 −6 lstring.h
+131 −124 lstrlib.c
+440 −143 ltable.c
+127 −12 ltable.h
+42 −46 ltablib.c
+219 −91 ltests.c
+13 −4 ltests.h
+28 −23 ltm.c
+9 −8 ltm.h
+111 −42 lua.c
+40 −20 lua.h
+28 −14 luaconf.h
+26 −13 lualib.h
+151 −73 lundump.c
+5 −1 lundump.h
+43 −43 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
+450 −314 manual/manual.of
+1 −1 testes/all.lua
+119 −23 testes/api.lua
+1 −1 testes/attrib.lua
+37 −1 testes/calls.lua
+16 −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
+42 −57 testes/gc.lua
+27 −17 testes/gengc.lua
+2 −8 testes/locals.lua
+27 −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