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

Roberto Ierusalimschy b529aefc53 Bug: luaL_traceback may need more than 5 stack slots hace 1 año
manual bdc85357aa Bug: Active-lines for stripped vararg functions hace 1 año
testes b529aefc53 Bug: luaL_traceback may need more than 5 stack slots hace 1 año
.gitignore 30528049f1 'lua_upvalueid' returns NULL on invalid upvalue index hace 5 años
README.md d9d2904f09 Details hace 5 años
all 4a00f61276 'lua_checkstack' doesn't need to check stack overflow hace 3 años
lapi.c 0593256707 'luaH_get' functions return tag of the result hace 1 año
lapi.h 65b07dd53d API asserts for illegal pops of to-be-closed variables hace 1 año
lauxlib.c b529aefc53 Bug: luaL_traceback may need more than 5 stack slots hace 1 año
lauxlib.h 52aa2b5d24 Details hace 1 año
lbaselib.c 0897c0a428 'getmode' renamed to 'getMode' hace 1 año
lcode.c d51022bf9e Bug: overlapping assignments hace 1 año
lcode.h 9fa63a6268 Some 'unsigned int' changed to 'unsigned' hace 1 año
lcorolib.c 6443185167 "Emergency" new version 5.4.6 hace 2 años
lctype.c e0ab13c62f Easy way to allow Unicode characters in identifiers hace 6 años
lctype.h 8496112a18 Better documentation for 'lctype.h' hace 5 años
ldblib.c 7360f8d0fd Removed deprecated function 'setcstacklimit' hace 2 años
ldebug.c bdc85357aa Bug: Active-lines for stripped vararg functions hace 1 año
ldebug.h 1b3f507f62 Bug: Call hook may be called twice when count hook yields hace 2 años
ldo.c 65b07dd53d API asserts for illegal pops of to-be-closed variables hace 1 año
ldo.h ab6a949522 Merge branch 'master' into nextversion hace 2 años
ldump.c 0593256707 'luaH_get' functions return tag of the result hace 1 año
lfunc.c e7af9cdf0b Fixed buffers reuse absolute line information hace 2 años
lfunc.h 413a393e62 Stack indices changed to union's hace 3 años
lgc.c 262dc5729a Details hace 1 año
lgc.h 262dc5729a Details hace 1 año
linit.c 165389b27b New interface to function 'luaL_openselectedlibs' hace 2 años
liolib.c bb7bb5944c More disciplined use of 'errno' hace 1 año
ljumptab.h 0ddc0f47bd Several details about 5.4.0 rc1 hace 5 años
llex.c 819bd51d87 Some cleaning in the new table API hace 2 años
llex.h 98ec799591 Detail hace 5 años
llimits.h 9fa63a6268 Some 'unsigned int' changed to 'unsigned' hace 1 año
lmathlib.c 7237eb3f1c Fixed warnings from different compilers hace 2 años
lmem.c 88e5c6b80b Merge branch 'master' into nextversion hace 3 años
lmem.h 8047b2d03e Tables have a 'lastfree' information only when needed hace 3 años
loadlib.c 3507c3380f Small simplification in 'findloader' hace 1 año
lobject.c c31d6774ac Details hace 2 años
lobject.h 5edacafcfa Yet another representation for arrays hace 1 año
lopcodes.c 0ddc0f47bd Several details about 5.4.0 rc1 hace 5 años
lopcodes.h 934e77a286 Details hace 2 años
lopnames.h 0ddc0f47bd Several details about 5.4.0 rc1 hace 5 años
loslib.c bb7bb5944c More disciplined use of 'errno' hace 1 año
lparser.c f33cda8d6e New macro 'getlstr' hace 2 años
lparser.h d9d2904f09 Details hace 5 años
lprefix.h 0ddc0f47bd Several details about 5.4.0 rc1 hace 5 años
lstate.c 9fa63a6268 Some 'unsigned int' changed to 'unsigned' hace 1 año
lstate.h 262dc5729a Details hace 1 año
lstring.c 9fa63a6268 Some 'unsigned int' changed to 'unsigned' hace 1 año
lstring.h 9fa63a6268 Some 'unsigned int' changed to 'unsigned' hace 1 año
lstrlib.c 4eda1acafa Cleaner protocol between 'lua_dump' and writer function hace 2 años
ltable.c 94b503d95e Encoding of table indices (hres) must use C indices hace 1 año
ltable.h 94b503d95e Encoding of table indices (hres) must use C indices hace 1 año
ltablib.c 9fa63a6268 Some 'unsigned int' changed to 'unsigned' hace 1 año
ltests.c b529aefc53 Bug: luaL_traceback may need more than 5 stack slots hace 1 año
ltests.h e81f586001 Removed compatibility option LUA_COMPAT_GCPARAMS hace 2 años
ltm.c 88a50ffa71 Fixed dangling 'StkId' in 'luaV_finishget' hace 1 año
ltm.h 88a50ffa71 Fixed dangling 'StkId' in 'luaV_finishget' hace 1 año
lua.c 262dc5729a Details hace 1 año
lua.h 9d985db7bb New year (2024) hace 1 año
luaconf.h 262dc5729a Details hace 1 año
lualib.h 165389b27b New interface to function 'luaL_openselectedlibs' hace 2 años
lundump.c 0593256707 'luaH_get' functions return tag of the result hace 1 año
lundump.h cc2b66c856 Removed type 'varint_t' hace 1 año
lutf8lib.c 814213b65f utf8.offset returns also final position of character hace 1 año
lvm.c 94b503d95e Encoding of table indices (hres) must use C indices hace 1 año
lvm.h 0593256707 'luaH_get' functions return tag of the result hace 1 año
lzio.c 14e416355f Added suport for Fixed Buffers hace 2 años
lzio.h 14e416355f Added suport for Fixed Buffers hace 2 años
makefile b5c65705ca New year (2023) hace 2 años
onelua.c c4b71b7ba0 Details hace 2 años

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.