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 6d042a178f Auxiliary buffer uses external strings 12 months ago
manual Fixed buffers save long strings as external. 1 year ago
testes Auxiliary buffer uses external strings 12 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 External strings 1 year ago
lapi.h Stack indices changed to union's 2 years ago
lauxlib.c Auxiliary buffer uses external strings 12 months ago
lauxlib.h New function 'luaL_makeseed' 2 years ago
lbaselib.c Added suport for Fixed Buffers 1 year ago
lcode.c Merge branch 'newarray' into nextversion 1 year ago
lcode.h Several functions turned 'static' 1 year 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 Broadening the use of branch hints 4 years ago
ldebug.c Merge branch 'master' into nextversion 1 year ago
ldebug.h Bug: Call hook may be called twice when count hook yields 1 year ago
ldo.c Added suport for Fixed Buffers 1 year ago
ldo.h Merge branch 'master' into nextversion 1 year ago
ldump.c Correct anchoring and GC barriers in 'loadString' 12 months ago
lfunc.c Added suport for Fixed Buffers 1 year ago
lfunc.h Stack indices changed to union's 2 years ago
lgc.c External strings 1 year ago
lgc.h Merge branch 'master' into nextversion 2 years ago
linit.c New function 'luaL_openselectedlibs' 2 years 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 Merge branch 'master' into nextversion 1 year ago
lmathlib.c Merge branch 'master' into nextversion 1 year 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 Option '-l' discards version sufix from file name 2 years ago
lobject.c More disciplined use of 'getstr' and 'tsslen' 1 year ago
lobject.h External strings 1 year 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 Merge branch 'newarray' into nextversion 1 year ago
lstate.h Merge branch 'master' into nextversion 1 year ago
lstring.c External strings 1 year ago
lstring.h External strings 1 year ago
lstrlib.c Merge branch 'master' into nextversion 1 year ago
ltable.c Merge branch 'newarray' into nextversion 1 year ago
ltable.h Details 1 year ago
ltablib.c Clock component removed from 'luaL_makeseed' 2 years ago
ltests.c External strings 1 year ago
ltests.h New function 'luaL_makeseed' 2 years ago
ltm.c Merge branch 'newarray' into nextversion 1 year ago
ltm.h Merge branch 'master' into nextversion 1 year ago
lua.c Merge branch 'master' into nextversion 1 year ago
lua.h External strings 1 year ago
luaconf.h Option '-l' discards version sufix from file name 2 years ago
lualib.h New function 'luaL_openselectedlibs' 2 years ago
lundump.c Correct anchoring and GC barriers in 'loadString' 12 months ago
lundump.h Added suport for Fixed Buffers 1 year ago
lutf8lib.c Bug: 'utf8.codes' accepts spurious continuation bytes 2 years ago
lvm.c Merge branch 'newarray' into nextversion 1 year ago
lvm.h Full implementation of new representation for arrays 1 year 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.