Go to file
Roberto Ierusalimschy fd0e1f530d Added option for direct correction of stack pointers
The use of a pointer (not access, only for computations) after its
deallocation is forbiden in ISO C, but seems to work fine in all
platforms we are aware of. So, using that to correct stack pointers
after a stack reallocation seems safe and is much simpler than the
current implementation (first change all pointers to offsets and
then changing the offsets back to pointers). Anyway, for now that
option is disabled.
2024-08-22 11:11:00 -03:00
manual
testes A return can have at most 254 values 2024-08-19 18:39:25 -03:00
.gitignore
all
lapi.c
lapi.h
lauxlib.c
lauxlib.h
lbaselib.c
lcode.c
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c
ldebug.h
ldo.c Added option for direct correction of stack pointers 2024-08-22 11:11:00 -03:00
ldo.h
ldump.c
lfunc.c Added gcc option '-Wconversion' 2024-07-27 13:32:59 -03:00
lfunc.h
lgc.c
lgc.h
linit.c
liolib.c
ljumptab.h
llex.c
llex.h
llimits.h
lmathlib.c
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
lopnames.h Several details about 5.4.0 rc1 2020-04-23 14:48:15 -03:00
loslib.c
lparser.c
lparser.h
lprefix.h
lstate.c
lstate.h
lstring.c Added gcc option '-Wconversion' 2024-07-27 13:32:59 -03:00
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltests.c
ltests.h
ltm.c
ltm.h
lua.c
lua.h
luaconf.h
lualib.h
lundump.c
lundump.h
lutf8lib.c
lvm.c
lvm.h
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.