Go to file
Roberto Ierusalimschy a393ac2554 Detail in 'testes/math.lua'
Added a print with the random seeds used in the tests of 'random'.
2021-08-18 10:46:18 -03:00
manual Improved documentation for 'lua_getinfo' 2021-08-11 11:18:10 -03:00
testes Detail in 'testes/math.lua' 2021-08-18 10:46:18 -03:00
.gitignore
README.md
all
lapi.c 'index2value' more robust 2021-05-24 16:48:43 -03:00
lapi.h '__close' methods can yield in the return of a C function 2021-02-12 13:36:30 -03:00
lauxlib.c Bug: luaL_tolstring may get confused with negative index 2021-07-22 13:48:43 -03:00
lauxlib.h Uses of "likely" in macros active to all users 2021-03-09 12:50:59 -03:00
lbaselib.c Allow yields inside '__pairs' 2021-03-29 12:57:32 -03:00
lcode.c Changes in cache for function constants 2021-03-30 14:49:18 -03:00
lcode.h
lcorolib.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lctype.c
lctype.h
ldblib.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
ldebug.c Align error messages for calling non-callable values 2021-04-12 16:50:34 -03:00
ldebug.h
ldo.c Simplification in the parameters of 'luaD_precall' 2021-06-30 12:53:21 -03:00
ldo.h Simplification in the parameters of 'luaD_precall' 2021-06-30 12:53:21 -03:00
ldump.c
lfunc.c New implementation for 'tbclist' 2021-03-10 10:27:19 -03:00
lfunc.h
lgc.c New control for reentrancy of emergency collections 2021-02-26 11:41:02 -03:00
lgc.h
linit.c
liolib.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
ljumptab.h
llex.c
llex.h
llimits.h Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lmathlib.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lmem.c New control for reentrancy of emergency collections 2021-02-26 11:41:02 -03:00
lmem.h
loadlib.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lobject.c
lobject.h Details 2021-03-29 11:47:12 -03:00
lopcodes.c
lopcodes.h Details 2021-03-29 11:47:12 -03:00
lopnames.h
loslib.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lparser.c Bug: 'local function' can assign to '<const>' variables 2021-06-20 15:36:36 -03:00
lparser.h
lprefix.h
lstate.c Details 2021-03-29 11:47:12 -03:00
lstate.h Bug: yielding in '__close' mess up number of returns 2021-04-16 15:41:44 -03:00
lstring.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lstring.h
lstrlib.c Details 2021-05-24 16:48:09 -03:00
ltable.c New hash function for integer keys 2021-03-29 15:47:18 -03:00
ltable.h
ltablib.c Details 2021-03-29 11:47:12 -03:00
ltests.c Bug: luaL_tolstring may get confused with negative index 2021-07-22 13:48:43 -03:00
ltests.h
ltm.c Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
ltm.h
lua.c Option '-l' can give a name for the global variable. 2021-08-16 13:57:19 -03:00
lua.h Next release number (5.4.4) 2021-03-29 11:26:07 -03:00
luaconf.h Details 2021-05-24 16:48:09 -03:00
lualib.h
lundump.c
lundump.h
lutf8lib.c
lvm.c Bug: Negation in 'luaV_shiftr' may overflow 2021-07-22 13:44:53 -03:00
lvm.h Broadening the use of branch hints 2021-02-24 11:14:44 -03:00
lzio.c
lzio.h
makefile
onelua.c

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.