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 9d985db7bb New year (2024) 6 months ago
manual New year (2024) 6 months ago
testes Fixed dangling 'StkId' in 'luaV_finishget' 7 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 API asserts for illegal pops of to-be-closed variables 8 months ago
lauxlib.c Fixed warnings from different compilers 9 months ago
lauxlib.h Details 8 months ago
lbaselib.c 'getmode' renamed to 'getMode' 7 months ago
lcode.c 'luaH_get' functions return tag of the result 8 months ago
lcode.h Some 'unsigned int' changed to 'unsigned' 8 months ago
lcorolib.c "Emergency" new version 5.4.6 2 years 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 Removed deprecated function 'setcstacklimit' 9 months ago
ldebug.c API asserts for illegal pops of to-be-closed variables 8 months ago
ldebug.h Bug: Call hook may be called twice when count hook yields 1 year ago
ldo.c API asserts for illegal pops of to-be-closed variables 8 months ago
ldo.h Merge branch 'master' into nextversion 1 year ago
ldump.c 'luaH_get' functions return tag of the result 8 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 7 months ago
lgc.h A few more tweaks in the garbage collector 10 months ago
linit.c New interface to function 'luaL_openselectedlibs' 9 months ago
liolib.c Broadening the use of branch hints 4 years ago
ljumptab.h Several details about 5.4.0 rc1 5 years ago
llex.c Some cleaning in the new table API 2 years ago
llex.h Detail 4 years ago
llimits.h Some 'unsigned int' changed to 'unsigned' 8 months ago
lmathlib.c Fixed warnings from different compilers 9 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 Small simplification in 'findloader' 7 months ago
lobject.c Details 9 months ago
lobject.h Yet another representation for arrays 7 months ago
lopcodes.c Several details about 5.4.0 rc1 5 years ago
lopcodes.h Details 2 years ago
lopnames.h Several details about 5.4.0 rc1 5 years ago
loslib.c Simpler definition for LUA_STRFTIMEOPTIONS 2 years ago
lparser.c New macro 'getlstr' 1 year ago
lparser.h Details 4 years ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Some 'unsigned int' changed to 'unsigned' 8 months ago
lstate.h New option "setparms" for 'collectgarbage' 11 months ago
lstring.c Some 'unsigned int' changed to 'unsigned' 8 months ago
lstring.h Some 'unsigned int' changed to 'unsigned' 8 months ago
lstrlib.c Cleaner protocol between 'lua_dump' and writer function 11 months ago
ltable.c Yet another representation for arrays 7 months ago
ltable.h Yet another representation for arrays 7 months ago
ltablib.c Some 'unsigned int' changed to 'unsigned' 8 months ago
ltests.c Some 'unsigned int' changed to 'unsigned' 8 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 New interface to function 'luaL_openselectedlibs' 9 months ago
lua.h New year (2024) 6 months ago
luaconf.h Option '-l' discards version sufix from file name 2 years 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 Bug: 'utf8.codes' accepts spurious continuation bytes 2 years ago
lvm.c Fixed dangling 'StkId' in 'luaV_finishget' 7 months ago
lvm.h 'luaH_get' functions return tag of the result 8 months ago
lzio.c Added suport for Fixed Buffers 1 year ago
lzio.h Added suport for Fixed Buffers 1 year ago
makefile New year (2023) 2 years 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.