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 d742a193e5 Comments 4 years ago
manual Revision of stackless implementation 4 years ago
testes Fixed wrong trace of vararg functions 4 years ago
.gitignore 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
README.md Create README.md 4 years ago
all Revision of stackless implementation 4 years ago
lapi.c 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
lapi.h Comments (mosty typos) 5 years ago
lauxlib.c Keep memory errors as memory errors 4 years ago
lauxlib.h Added 'simplesect' sections to the manual 5 years ago
lbaselib.c Added macro 'luaL_pushfail' 5 years ago
lcode.c Fixed "conceptual" bug in 'luaK_setreturns' 5 years ago
lcode.h Details 5 years ago
lcorolib.c Keep memory errors as memory errors 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 'lua_upvalueid' returns NULL on invalid upvalue index 4 years ago
ldebug.c Fixed bug: line hooks in stripped functions 4 years ago
ldebug.h Fixed bug: invalid 'oldpc' when returning to a function 4 years ago
ldo.c 'recover' finish of 'luaD_pcall' should follow the original 4 years ago
ldo.h Correct handling of 'luaV_execute' invocations 4 years ago
ldump.c Back to old encoding of versions in binary files 5 years ago
lfunc.c Details 4 years ago
lfunc.h Details 5 years ago
lgc.c Fixed bug of keys removed from tables vs 'next' 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 Fixed bug: invalid mode can crash 'io.popen' 4 years ago
ljumptab.h Several details about 5.4.0 rc1 5 years ago
llex.c Comments 4 years ago
llex.h Detail 4 years ago
llimits.h Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 4 years ago
lmathlib.c Several details about 5.4.0 rc1 5 years ago
lmem.c Change in macro HARDMEMTESTS for testing GC 4 years ago
lmem.h Removed extra information from RCS keyword strings 6 years ago
loadlib.c Back to old encoding of versions in binary files 5 years ago
lobject.c Details 4 years ago
lobject.h Fixed bug of keys removed from tables vs 'next' 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 'luaL_execresult' does not assume -1 status as error 5 years ago
lparser.c Comments 4 years ago
lparser.h Fixed two bugs in to-be-closed variables x constants 4 years ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Hash always use all characters in a long string 4 years ago
lstate.h No more field 'lua_State.stacksize' 4 years ago
lstring.c Hash always use all characters in a long string 4 years ago
lstring.h Hash always use all characters in a long string 4 years ago
lstrlib.c No need for 'volatile' in string.pack/unpack 4 years ago
ltable.c Comments 4 years ago
ltable.h Free bit 7 of GC 'marked' field 4 years ago
ltablib.c Details (typos in comments) 5 years ago
ltests.c Hash always use all characters in a long string 4 years ago
ltests.h Back to a stackless implementation 4 years ago
ltm.c Fixed bugs of stack reallocation x GC 4 years ago
ltm.h Free bit 7 of GC 'marked' field 4 years ago
lua.c Improvements in the handling of signals 5 years ago
lua.h New release number (5.4.2) 4 years ago
luaconf.h Revision of stackless implementation 4 years ago
lualib.h Removed extra information from RCS keyword strings 6 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 Fixed wrong trace of vararg functions 4 years ago
lvm.h Several details about 5.4.0 rc1 5 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 Macro LUAI_ASSERT eases turning assertions on 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 and send patches, post a message to the Lua mailing list.

Download official Lua releases from Lua.org.