The Lua development repository, as seen by the Lua team. Mirrored irregularly. Please DO NOT send pull requests. Report issues in the Lua mailing list https://www.lua.org/lua-l.html https://lua.org
Find a file
Roberto Ierusalimschy 93fd6892f8 Fixed bug in 'multiline'
'incomplete' was popping error message that should be used in case
there is no more lines to complete the input, that is, 'pushline'
returns NULL, due to end of file.
2024-07-05 15:13:46 -03:00
manual Length of external strings must fit in Lua integer 2024-06-24 12:03:59 -03:00
testes Fixed bug in 'multiline' 2024-07-05 15:13:46 -03:00
.gitignore
all
lapi.c Length of external strings must fit in Lua integer 2024-06-24 12:03:59 -03:00
lapi.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lauxlib.c Length of external strings must fit in Lua integer 2024-06-24 12:03:59 -03:00
lauxlib.h lua_writestring & co. moved to llimits.h 2024-06-21 12:29:08 -03:00
lbaselib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lcode.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lcode.h New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lcorolib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lctype.c
lctype.h
ldblib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
ldebug.c 'isIT'/'isOT' turned from macros to functions 2024-06-27 15:01:57 -03:00
ldebug.h
ldo.c Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
ldo.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
ldump.c Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lfunc.c
lfunc.h
lgc.c Details 2024-05-08 17:50:10 -03:00
lgc.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
linit.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
liolib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
ljumptab.h
llex.c Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
llex.h
llimits.h Small changes in casts from void* to functions 2024-07-02 11:09:46 -03:00
lmathlib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lmem.c
lmem.h
loadlib.c Small changes in casts from void* to functions 2024-07-02 11:09:46 -03:00
lobject.c
lobject.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lopcodes.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lopcodes.h New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lopnames.h
loslib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lparser.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lparser.h
lprefix.h
lstate.c Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lstate.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lstring.c Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lstring.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lstrlib.c Removed 'int' size limit for string.rep 2024-06-21 16:26:49 -03:00
ltable.c 'isIT'/'isOT' turned from macros to functions 2024-06-27 15:01:57 -03:00
ltable.h Encoding of table indices (hres) must use C indices 2024-06-10 12:09:35 -03:00
ltablib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
ltests.c 'printstack' (from ltests.c) made public 2024-07-05 14:57:11 -03:00
ltests.h 'printstack' (from ltests.c) made public 2024-07-05 14:57:11 -03:00
ltm.c Fixed dangling 'StkId' in 'luaV_finishget' 2024-03-29 15:10:50 -03:00
ltm.h Fixed dangling 'StkId' in 'luaV_finishget' 2024-03-29 15:10:50 -03:00
lua.c Fixed bug in 'multiline' 2024-07-05 15:13:46 -03:00
lua.h New year (2024) 2024-05-02 12:03:30 -03:00
luaconf.h lua.c loads 'readline' dynamically 2024-07-04 17:11:58 -03:00
lualib.h
lundump.c Length of external strings must fit in Lua integer 2024-06-24 12:03:59 -03:00
lundump.h Removed type 'varint_t' 2024-03-13 09:16:51 -03:00
lutf8lib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lvm.c New instruction format for SETLIST/NEWTABLE 2024-06-28 11:18:14 -03:00
lvm.h 'luaH_get' functions return tag of the result 2024-03-21 11:23:21 -03:00
lzio.c Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lzio.h
makefile lua.c loads 'readline' dynamically 2024-07-04 17:11:58 -03:00
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.