You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Roberto Ierusalimschy ec65ab878e Removed 'int' size limit for pack/unpack 5 months ago
manual Bug: Active-lines for stripped vararg functions 5 months ago
testes Removed 'int' size limit for pack/unpack 5 months ago
.gitignore 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
README.md Details 4 years ago
all 'lua_checkstack' doesn't need to check stack overflow 2 years ago
lapi.c 'luaH_get' functions return tag of the result 8 months ago
lapi.h Cleaning of llimits.h 5 months ago
lauxlib.c lua_writestring & co. moved to llimits.h 5 months ago
lauxlib.h lua_writestring & co. moved to llimits.h 5 months ago
lbaselib.c llimits.h being used by all Lua code 5 months ago
lcode.c Cleaning of llimits.h 5 months ago
lcode.h Some 'unsigned int' changed to 'unsigned' 8 months ago
lcorolib.c llimits.h being used by all Lua code 5 months ago
lctype.c Easy way to allow Unicode characters in identifiers 5 years ago
lctype.h Better documentation for 'lctype.h' 4 years ago
ldblib.c llimits.h being used by all Lua code 5 months ago
ldebug.c Bug: Active-lines for stripped vararg functions 5 months ago
ldebug.h Bug: Call hook may be called twice when count hook yields 1 year ago
ldo.c Cleaning of llimits.h 5 months ago
ldo.h Cleaning of llimits.h 5 months ago
ldump.c Cleaning of llimits.h 5 months ago
lfunc.c Fixed buffers reuse absolute line information 11 months ago
lfunc.h Stack indices changed to union's 2 years ago
lgc.c Details 6 months ago
lgc.h Cleaning of llimits.h 5 months ago
linit.c llimits.h being used by all Lua code 5 months ago
liolib.c llimits.h being used by all Lua code 5 months ago
ljumptab.h Several details about 5.4.0 rc1 5 years ago
llex.c Cleaning of llimits.h 5 months ago
llex.h Detail 4 years ago
llimits.h lua_writestring & co. moved to llimits.h 5 months ago
lmathlib.c llimits.h being used by all Lua code 5 months ago
lmem.c Merge branch 'master' into nextversion 2 years ago
lmem.h Tables have a 'lastfree' information only when needed 2 years ago
loadlib.c llimits.h being used by all Lua code 5 months ago
lobject.c Details 9 months ago
lobject.h Cleaning of llimits.h 5 months ago
lopcodes.c Several details about 5.4.0 rc1 5 years ago
lopcodes.h Cleaning of llimits.h 5 months ago
lopnames.h Several details about 5.4.0 rc1 5 years ago
loslib.c llimits.h being used by all Lua code 5 months ago
lparser.c Cleaning of llimits.h 5 months ago
lparser.h Details 4 years ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Cleaning of llimits.h 5 months ago
lstate.h Cleaning of llimits.h 5 months ago
lstring.c Cleaning of llimits.h 5 months ago
lstring.h Cleaning of llimits.h 5 months ago
lstrlib.c Removed 'int' size limit for pack/unpack 5 months ago
ltable.c Encoding of table indices (hres) must use C indices 5 months ago
ltable.h Encoding of table indices (hres) must use C indices 5 months ago
ltablib.c llimits.h being used by all Lua code 5 months ago
ltests.c Bug: luaL_traceback may need more than 5 stack slots 5 months ago
ltests.h Removed compatibility option LUA_COMPAT_GCPARAMS 11 months ago
ltm.c Fixed dangling 'StkId' in 'luaV_finishget' 7 months ago
ltm.h Fixed dangling 'StkId' in 'luaV_finishget' 7 months ago
lua.c llimits.h being used by all Lua code 5 months ago
lua.h New year (2024) 6 months ago
luaconf.h Cleaning of llimits.h 5 months ago
lualib.h New interface to function 'luaL_openselectedlibs' 9 months ago
lundump.c 'luaH_get' functions return tag of the result 8 months ago
lundump.h Removed type 'varint_t' 8 months ago
lutf8lib.c llimits.h being used by all Lua code 5 months ago
lvm.c Cleaning of llimits.h 5 months ago
lvm.h 'luaH_get' functions return tag of the result 8 months ago
lzio.c Cleaning of llimits.h 5 months ago
lzio.h Added suport for Fixed Buffers 1 year ago
makefile Cleaning of llimits.h 5 months ago
onelua.c Details 2 years ago

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.