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 d70a0c91ad Dump/undump reuse strings 2 years ago
manual Bug: stack overflow with nesting of coroutine.close 2 years ago
testes New function 'luaL_openselectedlibs' 2 years 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 Dump/undump reuse strings 2 years ago
lapi.h Stack indices changed to union's 2 years ago
lauxlib.c Changed the growth rate of string buffers 2 years ago
lauxlib.h Removed goto's in 'luaD_precall' 3 years ago
lbaselib.c Bug: GC is not reentrant 3 years ago
lcode.c Factoring out common parts of 'codearith' and 'codebitwise' 3 years ago
lcode.h Details 5 years ago
lcorolib.c Bug: stack overflow with nesting of coroutine.close 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 Stack indices changed to union's 2 years ago
ldebug.h Stack indices changed to union's 2 years ago
ldo.c Removed GC checks from function calls 2 years ago
ldo.h Removed GC checks from function calls 2 years ago
ldump.c Dump/undump reuse strings 2 years ago
lfunc.c Removed unused field 'UpVal.tbc' 2 years ago
lfunc.h Stack indices changed to union's 2 years ago
lgc.c Changed signal of GC debt 2 years 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 Stack indices changed to union's 2 years ago
llex.h Detail 4 years ago
llimits.h Changed signal of GC debt 2 years ago
lmathlib.c Details 2 years 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 Details 3 years ago
lobject.c Stack indices changed to union's 2 years ago
lobject.h Merge branch 'master' into nextversion 2 years ago
lopcodes.c Several details about 5.4.0 rc1 5 years ago
lopcodes.h Details 4 years ago
lopnames.h Several details about 5.4.0 rc1 5 years ago
loslib.c Small simplification in overflow check in 'getfield' 2 years ago
lparser.c Stack indices changed to union's 2 years ago
lparser.h Details 4 years ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Changed signal of GC debt 2 years ago
lstate.h Merge branch 'master' into nextversion 2 years ago
lstring.c Broadening the use of branch hints 4 years ago
lstring.h Hash always use all characters in a long string 4 years ago
lstrlib.c Dump/undump reuse strings 2 years ago
ltable.c Tables have a 'lastfree' information only when needed 2 years ago
ltable.h Tables have a 'lastfree' information only when needed 2 years ago
ltablib.c Corrected error message in 'table.remove' 2 years ago
ltests.c Revamp of GC parameters 2 years ago
ltests.h New function 'luaL_openselectedlibs' 2 years ago
ltm.c Removed GC checks from function calls 2 years ago
ltm.h Merge branch 'master' into nextversion 2 years ago
lua.c New function 'luaL_openselectedlibs' 2 years ago
lua.h Details in some header files 2 years ago
luaconf.h Changed the growth rate of string buffers 2 years ago
lualib.h New function 'luaL_openselectedlibs' 2 years ago
lundump.c Dump/undump reuse strings 2 years ago
lundump.h Dump/undump reuse strings 2 years ago
lutf8lib.c Bug: 'utf8.codes' accepts spurious continuation bytes 2 years ago
lvm.c Stack indices changed to union's 2 years ago
lvm.h Negation in constant folding of '>>' may overflow 2 years ago
lzio.c Removed extra information from RCS keyword strings 6 years ago
lzio.h Removed extra information from RCS keyword strings 6 years ago
makefile Details 2 years ago
onelua.c Keep correct type for immediate operands in comparisons 6 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.