diff -u -r lua-5.3.5/Makefile lua-5.3.6/Makefile --- lua-5.3.5/Makefile 2016-12-20 14:26:08.000000000 -0200 +++ lua-5.3.6/Makefile 2020-07-13 15:38:27.361285350 -0300 @@ -46,7 +46,7 @@ # Lua version and release. V= 5.3 -R= $V.4 +R= $V.6 # Targets start here. all: $(PLAT) diff -u -r lua-5.3.5/README lua-5.3.6/README --- lua-5.3.5/README 2018-06-26 13:21:46.000000000 -0300 +++ lua-5.3.6/README 2020-09-14 12:35:46.065095954 -0300 @@ -1,5 +1,5 @@ -This is Lua 5.3.5, released on 26 Jun 2018. +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. diff -u -r lua-5.3.5/doc/contents.html lua-5.3.6/doc/contents.html --- lua-5.3.5/doc/contents.html 2018-06-18 22:56:08.000000000 -0300 +++ lua-5.3.6/doc/contents.html 2020-08-25 10:45:15.523246426 -0300 @@ -32,7 +32,7 @@
-Copyright © 2015–2018 Lua.org, PUC-Rio.
+Copyright © 2015–2020 Lua.org, PUC-Rio.
Freely available under the terms of the
Lua license.
@@ -318,6 +318,37 @@
utf8.len
utf8.offset
+
+__add
+__band
+__bnot
+__bor
+__bxor
+__call
+__concat
+__div
+__eq
+__gc
+__idiv
+__index
+__le
+__len
+__lt
+__metatable
+__mod
+__mode
+__mul
+__name
+__newindex
+__pairs
+__pow
+__shl
+__shr
+__sub
+__tostring
+__unm
+
LUA_CPATH
@@ -609,10 +640,10 @@