contrib/lua: update to 5.4.2Merge commit '0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7' into main
MFC r366760: lua: update to 5.3.6This release contains some minor bugfixes; notably:- 2x minor Makefile fixes (not used in base)- Long brackets with a huge number of '=' overflow some internal bu
MFC r366760: lua: update to 5.3.6This release contains some minor bugfixes; notably:- 2x minor Makefile fixes (not used in base)- Long brackets with a huge number of '=' overflow some internal buffer arithmetic.- Joining an upvalue with itself can cause a use-after-free crash.See here for examples: http://www.lua.org/bugs.html#5.3.5MFC after: 2 weeks
show more ...
MFV r337586: lua: Update to 5.3.5Bugfix release, nothing too major.Tested with: lualoader via userboot, lualoader liveDifferential Revision: https://reviews.freebsd.org/D16665
Import lua 5.3.4 to contrib