freebsd-dev/contrib/lua
Kyle Evans bf9580a118 MFC r366760: lua: update to 5.3.6
This 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.5

MFC after:	2 weeks
2020-10-16 17:03:27 +00:00
..
doc MFC r366760: lua: update to 5.3.6 2020-10-16 17:03:27 +00:00
src MFC r366760: lua: update to 5.3.6 2020-10-16 17:03:27 +00:00
Makefile MFC r366760: lua: update to 5.3.6 2020-10-16 17:03:27 +00:00
README MFC r366760: lua: update to 5.3.6 2020-10-16 17:03:27 +00:00

This is Lua 5.3.6, released on 14 Sep 2020.

For installation instructions, license details, and
further information about Lua, see doc/readme.html.