diff -u -Nr lua-5.5.0-beta/README lua-5.5.0/README --- lua-5.5.0-beta/README 2025-06-28 07:08:28.108948615 -0300 +++ lua-5.5.0/README 2025-11-14 21:55:07.118313193 -0300 @@ -1,5 +1,5 @@ -This is Lua 5.5.0 (beta), released on 28 Jun 2025. +This is Lua 5.5.0, released on 14 Nov 2025. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff -u -Nr lua-5.5.0-beta/doc/contents.html lua-5.5.0/doc/contents.html --- lua-5.5.0-beta/doc/contents.html 2025-06-24 07:26:21.583184024 -0300 +++ lua-5.5.0/doc/contents.html 2025-11-14 21:51:08.858094861 -0300 @@ -86,6 +86,7 @@
-basic
+basic
_G
_VERSION
assert
@@ -177,7 +178,7 @@
xpcall
-coroutine
+coroutine
coroutine.close
coroutine.create
coroutine.isyieldable
@@ -188,7 +189,7 @@
coroutine.yield
-debug
+debug
debug.debug
debug.gethook
debug.getinfo
@@ -207,7 +208,7 @@
debug.upvaluejoin
-math
+math
math.abs
math.acos
math.asin
@@ -246,7 +247,9 @@
math.exp
math.floor
math.fmod
+math.frexp
math.huge
+math.ldexp
math.log
math.max
math.maxinteger
@@ -265,7 +268,7 @@
math.ult
-os
+os
os.clock
os.date
os.difftime
@@ -279,7 +282,7 @@
os.tmpname
-package
+package
package.config
package.cpath
package.loaded
@@ -290,7 +293,7 @@
package.searchpath
-string
+string
string.byte
string.char
string.dump
@@ -310,8 +313,9 @@
string.upper
-table
+table
table.concat
+table.create
table.insert
table.move
table.pack
@@ -320,7 +324,7 @@
table.unpack
-utf8
+utf8
utf8.char
utf8.charpattern
utf8.codepoint
@@ -528,6 +532,7 @@
luaL_addsize
luaL_addstring
luaL_addvalue
+luaL_alloc
luaL_argcheck
luaL_argerror
luaL_argexpected
@@ -669,7 +674,7 @@