Go to file
Roberto Ierusalimschy c1dc08e8e8 Length of external strings must fit in Lua integer
(As the length of any string in Lua.)
2024-06-24 12:03:59 -03:00
manual Length of external strings must fit in Lua integer 2024-06-24 12:03:59 -03:00
testes Removed 'int' size limit for string.rep 2024-06-21 16:26:49 -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 Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lcode.h Some 'unsigned int' changed to 'unsigned' 2024-03-22 14:06:11 -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 Bug: Active-lines for stripped vararg functions 2024-06-04 17:27:13 -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 Fixed buffers reuse absolute line information 2023-12-27 17:42:00 -03:00
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 lua_writestring & co. moved to llimits.h 2024-06-21 12:29:08 -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 llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lobject.c Details 2024-01-29 14:29:24 -03:00
lobject.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lopcodes.c
lopcodes.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lopnames.h
loslib.c llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lparser.c Cleaning of llimits.h 2024-06-20 13:43:33 -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 Encoding of table indices (hres) must use C indices 2024-06-10 12:09:35 -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 Bug: luaL_traceback may need more than 5 stack slots 2024-06-12 16:02:01 -03:00
ltests.h Removed compatibility option LUA_COMPAT_GCPARAMS 2023-12-22 14:57:43 -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 llimits.h being used by all Lua code 2024-06-20 14:46:06 -03:00
lua.h New year (2024) 2024-05-02 12:03:30 -03:00
luaconf.h Cleaning of llimits.h 2024-06-20 13:43:33 -03:00
lualib.h New interface to function 'luaL_openselectedlibs' 2024-02-15 11:17:39 -03:00
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 Cleaning of llimits.h 2024-06-20 13:43:33 -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 Cleaning of llimits.h 2024-06-20 13:43:33 -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.