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 9db4bfed6b Revamp of format validation in 'string.format' 3 years ago
manual Revamp of format validation in 'string.format' 3 years ago
testes Revamp of format validation in 'string.format' 3 years ago
.gitignore 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
README.md Details 4 years ago
all Revision of stackless implementation 4 years ago
lapi.c 'index2value' more robust 4 years ago
lapi.h '__close' methods can yield in the return of a C function 4 years ago
lauxlib.c Bug: luaL_tolstring may get confused with negative index 3 years ago
lauxlib.h Uses of "likely" in macros active to all users 4 years ago
lbaselib.c Allow yields inside '__pairs' 4 years ago
lcode.c Changes in cache for function constants 4 years ago
lcode.h Details 5 years ago
lcorolib.c Broadening the use of branch hints 4 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 Align error messages for calling non-callable values 4 years ago
ldebug.h Optimization/simplification of 'getbaseline' 4 years ago
ldo.c 'luaD_tryfuncTM' checks stack space by itself 3 years ago
ldo.h 'luaD_tryfuncTM' checks stack space by itself 3 years ago
ldump.c Back to old encoding of versions in binary files 5 years ago
lfunc.c New implementation for 'tbclist' 4 years ago
lfunc.h New implementation for to-be-closed variables 4 years ago
lgc.c New control for reentrancy of emergency collections 4 years ago
lgc.h Small changes in macros that change GC colors 4 years ago
linit.c Removed extra information from RCS keyword strings 6 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 Changes in the API of 'luaH_set' and related functions 4 years ago
llex.h Detail 4 years ago
llimits.h Broadening the use of branch hints 4 years ago
lmathlib.c Broadening the use of branch hints 4 years ago
lmem.c New control for reentrancy of emergency collections 4 years ago
lmem.h Removed extra information from RCS keyword strings 6 years ago
loadlib.c Broadening the use of branch hints 4 years ago
lobject.c 'luaL_newstate' should not allocate extra memory 4 years ago
lobject.h Details 4 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 Broadening the use of branch hints 4 years ago
lparser.c Bug: 'local function' can assign to '<const>' variables 3 years ago
lparser.h Details 4 years ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Details 4 years ago
lstate.h Bug: yielding in '__close' mess up number of returns 4 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 Revamp of format validation in 'string.format' 3 years ago
ltable.c New hash function for integer keys 4 years ago
ltable.h Changes in the API of 'luaH_set' and related functions 4 years ago
ltablib.c Details 4 years ago
ltests.c Bug: luaL_tolstring may get confused with negative index 3 years ago
ltests.h Details (do not affect regular code) 4 years ago
ltm.c Broadening the use of branch hints 4 years ago
ltm.h Free bit 7 of GC 'marked' field 4 years ago
lua.c Option '-l' can give a name for the global variable. 3 years ago
lua.h Next release number (5.4.4) 4 years ago
luaconf.h Details 4 years ago
lualib.h 'lua_assert' moved from 'lualib.h' to 'lauxlib.h' 4 years ago
lundump.c Fixed bug of long strings in binary chunks 4 years ago
lundump.h Details in comments 5 years ago
lutf8lib.c Details (more uniformity in error messages) 5 years ago
lvm.c 'luaD_tryfuncTM' checks stack space by itself 3 years ago
lvm.h Broadening the use of branch hints 4 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 Eases the use of clang in the makefile 4 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.