From ece60239e8d9f08ca1bf4812bb971a11eeabebe8 Mon Sep 17 00:00:00 2001 From: goodusername123 <61405538+goodusername123@users.noreply.github.com> Date: Sun, 17 Mar 2024 11:44:57 -0500 Subject: [PATCH] Update Lua to version 5.3.6 (#16368) This commit updates the version of Lua used from 5.3.5 to 5.3.6 --- deps/lua/Makefile | 2 +- deps/lua/README | 2 +- deps/lua/doc/contents.html | 37 ++++++++++++++++++++++++++++++++++--- deps/lua/doc/manual.html | 6 +++--- deps/lua/doc/readme.html | 8 ++++---- deps/lua/src/Makefile | 2 +- deps/lua/src/lapi.c | 12 ++++++------ deps/lua/src/lauxlib.c | 9 +++++++-- deps/lua/src/lcode.c | 2 +- deps/lua/src/liolib.c | 2 ++ deps/lua/src/llex.c | 31 +++++++++++++++++-------------- deps/lua/src/lobject.c | 2 +- deps/lua/src/lparser.c | 3 +++ deps/lua/src/lua.h | 7 +++---- deps/lua/src/lundump.c | 24 ++++++++++++++++-------- 15 files changed, 100 insertions(+), 49 deletions(-) diff --git a/deps/lua/Makefile b/deps/lua/Makefile index 119110d2f0..a2820e04fe 100644 --- a/deps/lua/Makefile +++ b/deps/lua/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.3 -R= $V.4 +R= $V.6 # Targets start here. all: $(PLAT) diff --git a/deps/lua/README b/deps/lua/README index ed424defe0..f8bdb6f41d 100644 --- a/deps/lua/README +++ b/deps/lua/README @@ -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 --git a/deps/lua/doc/contents.html b/deps/lua/doc/contents.html index c4eb267790..3a357b1ed6 100644 --- a/deps/lua/doc/contents.html +++ b/deps/lua/doc/contents.html @@ -32,7 +32,7 @@ For a complete introduction to Lua programming, see the book
-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 @@ Freely available under the terms of the
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 @@ Freely available under the terms of the