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 fd0e1f530d Added option for direct correction of stack pointers 3 months ago
manual Added gcc option '-Wconversion' 3 months ago
testes A return can have at most 254 values 3 months 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 Added gcc option '-Wconversion' 3 months ago
lapi.h Using CIST_CLSRET instead of trick with 'nresults' 4 months ago
lauxlib.c Added gcc option '-Wconversion' 3 months ago
lauxlib.h lua_writestring & co. moved to llimits.h 5 months ago
lbaselib.c Added gcc option '-Wconversion' 3 months ago
lcode.c 'lcode.c' can use 'checklimit', too 3 months ago
lcode.h Added gcc option '-Wconversion' 3 months ago
lcorolib.c llimits.h being used by all Lua code 5 months 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 llimits.h being used by all Lua code 5 months ago
ldebug.c Struct 'transferinfo' moved to "lua_State" 3 months ago
ldebug.h Bug: Call hook may be called twice when count hook yields 1 year ago
ldo.c Added option for direct correction of stack pointers 3 months ago
ldo.h Cleaning of llimits.h 5 months ago
ldump.c Added gcc option '-Wconversion' 3 months ago
lfunc.c Added gcc option '-Wconversion' 3 months ago
lfunc.h Added gcc option '-Wconversion' 3 months ago
lgc.c Added gcc option '-Wconversion' 3 months ago
lgc.h Added gcc option '-Wconversion' 3 months ago
linit.c llimits.h being used by all Lua code 5 months ago
liolib.c Added gcc option '-Wconversion' 3 months ago
ljumptab.h Several details about 5.4.0 rc1 5 years ago
llex.c Added gcc option '-Wconversion' 3 months ago
llex.h Detail 4 years ago
llimits.h '-Wconversion' extended to all options of Lua numbers 3 months ago
lmathlib.c Added gcc option '-Wconversion' 3 months ago
lmem.c '-Wconversion' extended to all options of Lua numbers 3 months ago
lmem.h '-Wconversion' extended to all options of Lua numbers 3 months ago
loadlib.c Added gcc option '-Wconversion' 3 months ago
lobject.c Floats formatted with "correct" precision 3 months ago
lobject.h Added gcc option '-Wconversion' 3 months ago
lopcodes.c New instruction format for SETLIST/NEWTABLE 4 months ago
lopcodes.h Added gcc option '-Wconversion' 3 months ago
lopnames.h Several details about 5.4.0 rc1 5 years ago
loslib.c Added gcc option '-Wconversion' 3 months ago
lparser.c 'lcode.c' can use 'checklimit', too 3 months ago
lparser.h 'lcode.c' can use 'checklimit', too 3 months ago
lprefix.h Several details about 5.4.0 rc1 5 years ago
lstate.c Added gcc option '-Wconversion' 3 months ago
lstate.h Struct 'transferinfo' moved to "lua_State" 3 months ago
lstring.c Added gcc option '-Wconversion' 3 months ago
lstring.h Added gcc option '-Wconversion' 3 months ago
lstrlib.c '-Wconversion' extended to all options of Lua numbers 3 months ago
ltable.c Added gcc option '-Wconversion' 3 months ago
ltable.h Added gcc option '-Wconversion' 3 months ago
ltablib.c '-Wconversion' extended to all options of Lua numbers 3 months ago
ltests.c '-Wconversion' extended to all options of Lua numbers 3 months ago
ltests.h 'printstack' (from ltests.c) made public 4 months ago
ltm.c Added gcc option '-Wconversion' 3 months ago
ltm.h Added gcc option '-Wconversion' 3 months ago
lua.c Added gcc option '-Wconversion' 3 months ago
lua.h Maximum stack size may not fit in unsigned short 4 months ago
luaconf.h Floats formatted with "correct" precision 3 months ago
lualib.h New interface to function 'luaL_openselectedlibs' 9 months ago
lundump.c Added gcc option '-Wconversion' 3 months ago
lundump.h Removed type 'varint_t' 8 months ago
lutf8lib.c '-Wconversion' extended to all options of Lua numbers 3 months ago
lvm.c Added gcc option '-Wconversion' 3 months ago
lvm.h Added gcc option '-Wconversion' 3 months ago
lzio.c Cleaning of llimits.h 5 months ago
lzio.h Added gcc option '-Wconversion' 3 months ago
makefile Added gcc option '-Wconversion' 3 months ago
onelua.c Details 2 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.