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 9f791535cd Merge branch 'master' of https://github.com/lua/lua 4 years ago
manual Details in the manual 4 years ago
testes Fixed bug of long strings in binary chunks 4 years ago
.gitignore Added '.gitignore' to the repository 4 years ago
README.md Create README.md 4 years ago
all Default for warnings changed to "off" 5 years ago
lapi.c Avoid any code before locks in the API 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 Avoid calling 'fprintf' with NULL 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 Fixed bug: 'luaD_callnoyield' called twice in a row 4 years ago
ldo.h Fixed bugs of stack reallocation x GC 4 years ago
ldump.c Back to old encoding of versions in binary files 5 years ago
lfunc.c Small changes in macros that change GC colors 4 years ago
lfunc.h Details 5 years ago
lgc.c Better control of gray objects 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 Detail 4 years ago
llex.h Detail 4 years ago
llimits.h Macro LUAI_ASSERT eases turning assertions on 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 Free bit 7 of GC 'marked' field 4 years ago
lopcodes.c Several details about 5.4.0 rc1 5 years ago
lopcodes.h Several details about 5.4.0 rc1 5 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 Fixed missing GC barriers in compiler and undump 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 Optimization in 'markold' 4 years ago
lstate.h Details in comments and documentation 4 years ago
lstring.c Short strings always use all bytes in the hash 5 years ago
lstring.h Cleaner definition for 'TString' 5 years ago
lstrlib.c Fixed bug in 'string.format("%p")' 5 years ago
ltable.c Free bit 7 of GC 'marked' field 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 Better tests for gray lists 4 years ago
ltests.h Clearer handling of gray lists when entering generational mode 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.1) 4 years ago
luaconf.h 'l_mathlim' renamed to 'l_floatatt' 5 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 bug: invalid 'oldpc' when returning to a function 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.