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 c31d677 to 1bf4b80 #289

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 72 files
+73 −69 lapi.c
+29 −15 lapi.h
+30 −21 lauxlib.c
+1 −40 lauxlib.h
+12 −10 lbaselib.c
+62 −51 lcode.c
+5 −3 lcode.h
+1 −0 lcorolib.c
+1 −9 ldblib.c
+28 −25 ldebug.c
+95 −64 ldo.c
+20 −1 ldo.h
+27 −20 ldump.c
+7 −7 lfunc.c
+4 −4 lfunc.h
+28 −28 lgc.c
+11 −3 lgc.h
+11 −12 linit.c
+25 −13 liolib.c
+7 −2 llex.c
+57 −135 llimits.h
+14 −21 lmathlib.c
+6 −6 lmem.c
+2 −2 lmem.h
+15 −31 loadlib.c
+75 −45 lobject.c
+25 −14 lobject.h
+36 −2 lopcodes.c
+52 −28 lopcodes.h
+4 −1 loslib.c
+38 −19 lparser.c
+1 −1 lparser.h
+25 −10 lstate.c
+50 −27 lstate.h
+20 −10 lstring.c
+15 −3 lstring.h
+119 −118 lstrlib.c
+157 −110 ltable.c
+54 −45 ltable.h
+29 −19 ltablib.c
+63 −51 ltests.c
+5 −1 ltests.h
+24 −19 ltm.c
+3 −3 ltm.h
+90 −39 lua.c
+6 −8 lua.h
+28 −14 luaconf.h
+4 −4 lualib.h
+43 −36 lundump.c
+3 −0 lundump.h
+27 −27 lutf8lib.c
+74 −58 lvm.c
+7 −7 lvm.h
+1 −0 lzio.c
+1 −1 lzio.h
+36 −27 makefile
+2 −2 manual/2html
+147 −74 manual/manual.of
+24 −6 testes/api.lua
+26 −0 testes/code.lua
+1 −1 testes/coroutine.lua
+9 −0 testes/db.lua
+14 −1 testes/errors.lua
+9 −0 testes/events.lua
+2 −1 testes/gc.lua
+15 −12 testes/main.lua
+103 −3 testes/math.lua
+2 −1 testes/pm.lua
+17 −12 testes/sort.lua
+3 −4 testes/strings.lua
+10 −9 testes/tpack.lua
+27 −17 testes/utf8.lua
Loading