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 1f81baffad Janitorial work 4 years ago
manual Simpler handling of errors when creating tbc variables 4 years ago
testes Correct order of return hooks vs. close metamethods 4 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 Janitorial work 4 years ago
lapi.h Comments (mosty typos) 5 years ago
lauxlib.c New API function 'lua_closeslot' 4 years ago
lauxlib.h Details (do not affect regular code) 4 years ago
lbaselib.c Janitorial work 4 years ago
lcode.c Changes in the API of 'luaH_set' and related functions 4 years ago
lcode.h Details 5 years ago
lcorolib.c Report last error in closing methods 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 Details 4 years ago
ldebug.c Better error messages for calling non-callable objects 4 years ago
ldebug.h Better error messages for calling non-callable objects 4 years ago
ldo.c Janitorial work 4 years ago
ldo.h Cleaner handling of errors in '__close' metamethods 4 years ago
ldump.c Back to old encoding of versions in binary files 5 years ago
lfunc.c Simpler handling of errors when creating tbc variables 4 years ago
lfunc.h Allow yields inside '__close' metamethods 4 years ago
lgc.c Bug when growing a stack 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 n Windows, 'popen' accepts "[rw][bt]?" as valid modes 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 Optimization for 'n^2' 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 'luaL_newstate' should not allocate extra memory 4 years ago
lobject.h Cleaner definition for macro 'ttisclosure' 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 Details 4 years ago
lparser.h Details 4 years ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Simpler handling of errors when creating tbc variables 4 years ago
lstate.h Janitorial work 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 Cleaner handling of floats in pack/unpack 4 years ago
ltable.c Do not insert nil values into tables 4 years ago
ltable.h Changes in the API of 'luaH_set' and related functions 4 years ago
ltablib.c Details (typos in comments) 5 years ago
ltests.c New API function 'lua_closeslot' 4 years ago
ltests.h Details (do not affect regular code) 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 Avoid using 'signal' when 'sigaction' is available 4 years ago
lua.h New API function 'lua_closeslot' 4 years ago
luaconf.h Revision of stackless implementation 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 Allow yields inside '__close' metamethods 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 Compiler optimization back to '-O2' 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.