summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* lua: update to 5.3.6vendor/lua/5.3.6vendor/luaKyle Evans2020-10-1616-52/+104
| | | | | | | | | | | | | | 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 Notes: svn path=/vendor/lua/dist/; revision=366760 svn path=/vendor/lua/5.3.6/; revision=366761; tag=vendor/lua/5.3.6
* Import lua 5.3.5vendor/lua/5.3.5Kyle Evans2018-08-1066-166/+216
| | | | | Notes: svn path=/vendor/lua/dist/; revision=337586 svn path=/vendor/lua/5.3.5/; revision=337587; tag=vendor/lua/5.3.5
* Import Lua 3.5.4vendor/lua/5.3.4Warner Losh2017-11-2865-2556/+4185
| | | | | | | | Downloaded from https://www.lua.org/ftp/lua-5.3.4.tar.gz Notes: svn path=/vendor/lua/dist/; revision=326344 svn path=/vendor/lua/5.3.4/; revision=326352; tag=vendor/lua/5.3.4
* Import lua 5.3.0.vendor/lua/5.3.0Rui Paulo2015-03-2473-0/+35199
Notes: svn path=/vendor/lua/dist/; revision=280405 svn path=/vendor/lua/5.3.0/; revision=280406; tag=vendor/lua/5.3.0