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

Roberto Ierusalimschy 69b71a6919 _PROMPT can have non-string values vor 4 Jahren
manual 287b302acb Revision of stackless implementation vor 4 Jahren
testes 69b71a6919 _PROMPT can have non-string values vor 4 Jahren
.gitignore 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index vor 4 Jahren
README.md 51c29ec0c4 Create README.md vor 4 Jahren
all 287b302acb Revision of stackless implementation vor 4 Jahren
lapi.c 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index vor 4 Jahren
lapi.h bd1b87c579 Comments (mosty typos) vor 5 Jahren
lauxlib.c b57574d6fb Keep memory errors as memory errors vor 5 Jahren
lauxlib.h 9e0a8475cd Added 'simplesect' sections to the manual vor 5 Jahren
lbaselib.c b96b0b5abb Added macro 'luaL_pushfail' vor 6 Jahren
lcode.c e460752323 Fixed "conceptual" bug in 'luaK_setreturns' vor 5 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 4 Jahren
ldblib.c 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index 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 171dcd7d74 'recover' finish of 'luaD_pcall' should follow the original vor 4 Jahren
ldo.h 490d42b5f8 Correct handling of 'luaV_execute' invocations vor 4 Jahren
ldump.c 61a4e64a66 Back to old encoding of versions in binary files vor 5 Jahren
lfunc.c c23cc86c54 Details vor 4 Jahren
lfunc.h 5f83fb6582 Details vor 5 Jahren
lgc.c 52c8679760 Fixed bug of keys removed from tables vs 'next' 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 4 Jahren
llimits.h f07de22576 Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 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 0280407fc5 Details vor 5 Jahren
lobject.h 52c8679760 Fixed bug of keys removed from tables vs 'next' vor 4 Jahren
lopcodes.c 0ddc0f47bd Several details about 5.4.0 rc1 vor 5 Jahren
lopcodes.h c23cc86c54 Details vor 4 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 d742a193e5 Comments vor 4 Jahren
lparser.h 63295f1f7f Fixed two bugs in to-be-closed variables x constants vor 5 Jahren
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 vor 5 Jahren
lstate.c 9a89fb1c9d Hash always use all characters in a long string vor 4 Jahren
lstate.h 5aa36e894f No more field 'lua_State.stacksize' vor 4 Jahren
lstring.c 9a89fb1c9d Hash always use all characters in a long string vor 4 Jahren
lstring.h 9a89fb1c9d Hash always use all characters in a long string vor 4 Jahren
lstrlib.c fb172d0a92 No need for 'volatile' in string.pack/unpack vor 4 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 9a89fb1c9d Hash always use all characters in a long string vor 4 Jahren
ltests.h 5d8ce05b3f Back to a stackless implementation vor 4 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 69b71a6919 _PROMPT can have non-string values vor 4 Jahren
lua.h 849b2ecbd2 New release number (5.4.2) vor 4 Jahren
luaconf.h 287b302acb Revision of stackless implementation vor 4 Jahren
lualib.h f99509581e Removed extra information from RCS keyword strings vor 7 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 6f5bd5072d Macro LUAI_ASSERT eases turning assertions on vor 5 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 and send patches, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.