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

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

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, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.