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 I 0f781f836a Bug: Issues with write barrier for __newindex
In 'luaV_finishset', there is an update on a table that is a field on
another table. If the first table is the same as the one with the field
(e.g., after 't.__newindex = t'), the update can change the value on
that field (if the field being updated is '__newindex' itself). After
that, the barrier is called with the table stored in that field, which
is not the correct table anymore.
2026-07-13 15:55:36 -03:00
manual New release number, updated copyright year 2025-05-21 13:52:56 -03:00
testes Bug: Issues with write barrier for __newindex 2026-07-13 15:55:36 -03:00
.gitignore
all
lapi.c Bug: Wrong limit for local variables in 16-bit systems 2024-09-10 11:34:42 -03:00
lapi.h
lauxlib.c More permissive use of 'errno' 2024-06-05 11:50:42 -03:00
lauxlib.h
lbaselib.c
lcode.c Bug: wrong code gen. for indices with comparisons 2024-08-17 12:37:04 -03:00
lcode.h
lcorolib.c
lctype.c
lctype.h
ldblib.c
ldebug.c Bug: Bad error message with fields of string _ENV 2025-05-15 15:14:56 -03:00
ldebug.h
ldo.c Bug: 'luaD_seterrorobj' should not raise errors 2025-03-12 16:01:03 -03:00
ldo.h Bug: 'luaD_seterrorobj' should not raise errors 2025-03-12 16:01:03 -03:00
ldump.c
lfunc.c
lfunc.h
lgc.c Bug: new metatable in weak table can fool the GC 2025-06-16 16:33:02 -03:00
lgc.h
linit.c
liolib.c More permissive use of 'errno' 2024-06-05 11:50:42 -03:00
ljumptab.h
llex.c
llex.h
llimits.h
lmathlib.c Avoids a warning when lua_Number is 'float' 2024-02-07 14:17:03 -03:00
lmem.c
lmem.h
loadlib.c
lobject.c
lobject.h
lopcodes.c
lopcodes.h
lopnames.h
loslib.c More disciplined use of 'errno' 2024-06-04 12:48:29 -03:00
lparser.c Bug: Constructors with nils can overflow counters 2025-08-27 14:58:02 -03:00
lparser.h
lprefix.h
lstate.c Bug: message handler can be overwritten 2025-03-17 16:14:17 -03:00
lstate.h
lstring.c
lstring.h
lstrlib.c
ltable.c
ltable.h
ltablib.c
ltests.c Bug: Missing error status in panic function 2025-01-16 16:25:11 -03:00
ltests.h
ltm.c
ltm.h
lua.c Bug: error with option '--' without a script 2025-08-27 14:55:35 -03:00
lua.h New release number, updated copyright year 2025-05-21 13:52:56 -03:00
luaconf.h Details 2024-05-13 13:23:45 -03:00
lualib.h
lundump.c
lundump.h 'lua.h' back to redundancy in version definitions 2024-06-13 15:13:52 -03:00
lutf8lib.c
lvm.c Bug: Issues with write barrier for __newindex 2026-07-13 15:55:36 -03:00
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.