Go to file
2020-10-12 14:51:28 -03:00
manual Revision of stackless implementation 2020-10-12 12:29:09 -03:00
testes 'lua_upvalueid' returns NULL on invalid upvalue index 2020-10-12 14:51:28 -03:00
.gitignore 'lua_upvalueid' returns NULL on invalid upvalue index 2020-10-12 14:51:28 -03:00
all Revision of stackless implementation 2020-10-12 12:29:09 -03:00
lapi.c 'lua_upvalueid' returns NULL on invalid upvalue index 2020-10-12 14:51:28 -03:00
lapi.h
lauxlib.c
lauxlib.h
lbaselib.c
lcode.c
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c 'lua_upvalueid' returns NULL on invalid upvalue index 2020-10-12 14:51:28 -03:00
ldebug.c
ldebug.h
ldo.c 'recover' finish of 'luaD_pcall' should follow the original 2020-10-12 12:29:09 -03:00
ldo.h Correct handling of 'luaV_execute' invocations 2020-10-12 12:29:09 -03:00
ldump.c
lfunc.c Details 2020-10-12 12:29:09 -03:00
lfunc.h
lgc.c Details 2020-10-12 12:29:09 -03:00
lgc.h
linit.c
liolib.c
ljumptab.h
llex.c
llex.h
llimits.h Revision of stackless implementation 2020-10-12 12:29:09 -03:00
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h Details 2020-10-12 12:29:09 -03:00
lopnames.h
loslib.c
lparser.c Revision of stackless implementation 2020-10-12 12:29:09 -03:00
lparser.h
lprefix.h
lstate.c Hash always use all characters in a long string 2020-10-12 12:29:09 -03:00
lstate.h No more field 'lua_State.stacksize' 2020-10-12 12:29:09 -03:00
lstring.c Hash always use all characters in a long string 2020-10-12 12:29:09 -03:00
lstring.h Hash always use all characters in a long string 2020-10-12 12:29:09 -03:00
lstrlib.c No need for 'volatile' in string.pack/unpack 2020-10-12 12:29:09 -03:00
ltable.c
ltable.h
ltablib.c
ltests.c Hash always use all characters in a long string 2020-10-12 12:29:09 -03:00
ltests.h Back to a stackless implementation 2020-10-12 12:29:09 -03:00
ltm.c
ltm.h
lua.c
lua.h New release number (5.4.1) 2020-09-15 14:27:10 -03:00
luaconf.h Revision of stackless implementation 2020-10-12 12:29:09 -03:00
lualib.h
lundump.c
lundump.h
lutf8lib.c
lvm.c No more field 'lua_State.stacksize' 2020-10-12 12:29:09 -03:00
lvm.h
lzio.c
lzio.h
makefile
onelua.c
README.md

Lua

This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit Lua.org.

Please do not send pull requests. To report issues and send patches, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.