Mirror of the amazing lua scripting language
#lua #script #scripting #script-engine #embed #embedded #script-language

Roberto Ierusalimschy 9d067ab73b Optimization for 'n^2' пре 4 година
manual 94cbe46511 Details пре 4 година
testes ab1aca94e8 Removed optimization for «if ... then goto» пре 4 година
.gitignore 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index пре 4 година
README.md 51c29ec0c4 Create README.md пре 4 година
all 287b302acb Revision of stackless implementation пре 4 година
lapi.c 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index пре 4 година
lapi.h bd1b87c579 Comments (mosty typos) пре 5 година
lauxlib.c 58216600eb 'luaL_newstate' should not allocate extra memory пре 4 година
lauxlib.h 9e0a8475cd Added 'simplesect' sections to the manual пре 5 година
lbaselib.c b96b0b5abb Added macro 'luaL_pushfail' пре 6 година
lcode.c 94cbe46511 Details пре 4 година
lcode.h 6eb53b7526 Details пре 5 година
lcorolib.c b57574d6fb Keep memory errors as memory errors пре 5 година
lctype.c e0ab13c62f Easy way to allow Unicode characters in identifiers пре 5 година
lctype.h 8496112a18 Better documentation for 'lctype.h' пре 4 година
ldblib.c 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index пре 4 година
ldebug.c ae5b5ba529 Fixed bug: line hooks in stripped functions пре 5 година
ldebug.h a2195644d8 Fixed bug: invalid 'oldpc' when returning to a function пре 5 година
ldo.c d282652561 Bug when growing a stack пре 4 година
ldo.h 490d42b5f8 Correct handling of 'luaV_execute' invocations пре 4 година
ldump.c 61a4e64a66 Back to old encoding of versions in binary files пре 5 година
lfunc.c c23cc86c54 Details пре 4 година
lfunc.h 5f83fb6582 Details пре 5 година
lgc.c d282652561 Bug when growing a stack пре 4 година
lgc.h f849885a4b Small changes in macros that change GC colors пре 5 година
linit.c f99509581e Removed extra information from RCS keyword strings пре 7 година
liolib.c 1ecfbfa1a1 Fixed bug: invalid mode can crash 'io.popen' пре 5 година
ljumptab.h 0ddc0f47bd Several details about 5.4.0 rc1 пре 5 година
llex.c d742a193e5 Comments пре 4 година
llex.h 98ec799591 Detail пре 4 година
llimits.h 9d067ab73b Optimization for 'n^2' пре 4 година
lmathlib.c 0ddc0f47bd Several details about 5.4.0 rc1 пре 5 година
lmem.c 56ec432281 Change in macro HARDMEMTESTS for testing GC пре 5 година
lmem.h f99509581e Removed extra information from RCS keyword strings пре 7 година
loadlib.c 61a4e64a66 Back to old encoding of versions in binary files пре 5 година
lobject.c 58216600eb 'luaL_newstate' should not allocate extra memory пре 4 година
lobject.h 52c8679760 Fixed bug of keys removed from tables vs 'next' пре 4 година
lopcodes.c 0ddc0f47bd Several details about 5.4.0 rc1 пре 5 година
lopcodes.h c23cc86c54 Details пре 4 година
lopnames.h 0ddc0f47bd Several details about 5.4.0 rc1 пре 5 година
loslib.c efcf24be0c 'luaL_execresult' does not assume -1 status as error пре 5 година
lparser.c ab1aca94e8 Removed optimization for «if ... then goto» пре 4 година
lparser.h 94cbe46511 Details пре 4 година
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 пре 5 година
lstate.c d282652561 Bug when growing a stack пре 4 година
lstate.h 5aa36e894f No more field 'lua_State.stacksize' пре 4 година
lstring.c 9a89fb1c9d Hash always use all characters in a long string пре 4 година
lstring.h 9a89fb1c9d Hash always use all characters in a long string пре 4 година
lstrlib.c fb172d0a92 No need for 'volatile' in string.pack/unpack пре 4 година
ltable.c d742a193e5 Comments пре 4 година
ltable.h 7c3cb71fa4 Free bit 7 of GC 'marked' field пре 5 година
ltablib.c e888976bc6 Details (typos in comments) пре 6 година
ltests.c 58216600eb 'luaL_newstate' should not allocate extra memory пре 4 година
ltests.h 5d8ce05b3f Back to a stackless implementation пре 4 година
ltm.c eb41999461 Fixed bugs of stack reallocation x GC пре 5 година
ltm.h 7c3cb71fa4 Free bit 7 of GC 'marked' field пре 5 година
lua.c 69b71a6919 _PROMPT can have non-string values пре 4 година
lua.h 849b2ecbd2 New release number (5.4.2) пре 4 година
luaconf.h 287b302acb Revision of stackless implementation пре 4 година
lualib.h f99509581e Removed extra information from RCS keyword strings пре 7 година
lundump.c 6bc0f13505 Fixed bug of long strings in binary chunks пре 5 година
lundump.h 0be57b9b6d Details in comments пре 5 година
lutf8lib.c aa8d4a782d Details (more uniformity in error messages) пре 5 година
lvm.c e4a38eb0e8 Fixed wrong trace of vararg functions пре 4 година
lvm.h 0ddc0f47bd Several details about 5.4.0 rc1 пре 5 година
lzio.c f99509581e Removed extra information from RCS keyword strings пре 7 година
lzio.h f99509581e Removed extra information from RCS keyword strings пре 7 година
makefile 2f4162bc47 Compiler optimization back to '-O2' пре 4 година
onelua.c 23e6bac8a0 Keep correct type for immediate operands in comparisons пре 6 година

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.