History log of /freebsd-13.1/contrib/lua/src/lua.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 0495ed39 14-Jan-2021 Kyle Evans <[email protected]>

contrib/lua: update to 5.4.2

Merge commit '0ea45b9cd43ce1247eb3eee9bfd5cee3d19068e7' into main


# bf9580a1 16-Oct-2020 Kyle Evans <[email protected]>

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 bu

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

show more ...


# e112e9d2 14-Aug-2018 Kyle Evans <[email protected]>

MFV r337586: lua: Update to 5.3.5

Bugfix release, nothing too major.

Tested with: lualoader via userboot, lualoader live
Differential Revision: https://reviews.freebsd.org/D16665


# 8e3e3a7a 29-Nov-2017 Warner Losh <[email protected]>

Import lua 5.3.4 to contrib