diff --git a/Makefile b/Makefile index d2c7db4a..b2a62cfd 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1 # Lua version and release. V= 5.2 -R= $V.3 +R= $V.4 # Targets start here. all: $(PLAT) diff --git a/README.md b/README.md index 49033adb..710e3ee1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -This is Lua 5.2.3, released on 11 Nov 2013. +This is Lua 5.2.4, released on 25 Feb 2015. For installation instructions, license details, and further information about Lua, see doc/readme.html. diff --git a/dist.info b/dist.info index 5614ecad..50f91867 100644 --- a/dist.info +++ b/dist.info @@ -1,7 +1,7 @@ --- This file is part of LuaDist project name = "lua" -version = "5.2.3" +version = "5.2.4" desc = "Lua is a powerful, fast, light-weight, embeddable scripting language." author = "Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo" diff --git a/doc/contents.html b/doc/contents.html index 0ce297da..9d5202fa 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -7,7 +7,6 @@ @@ -33,7 +32,7 @@
assert
collectgarbage
dofile
@@ -168,6 +167,7 @@
+bit32
bit32.arshift
bit32.band
bit32.bnot
@@ -182,6 +182,7 @@
+coroutine
coroutine.create
coroutine.resume
coroutine.running
@@ -190,6 +191,7 @@
+debug
debug.debug
debug.getuservalue
debug.gethook
@@ -208,15 +210,7 @@
-file:close
-file:flush
-file:lines
-file:read
-file:seek
-file:setvbuf
-file:write
-
-
+io
io.close
io.flush
io.input
@@ -231,11 +225,19 @@
+math
math.abs
math.acos
math.asin
@@ -267,6 +269,7 @@
+os
os.clock
os.date
os.difftime
@@ -280,6 +283,7 @@
+package
package.config
package.cpath
package.loaded
@@ -290,6 +294,7 @@
+string
string.byte
string.char
string.dump
@@ -306,6 +311,7 @@
+table
table.concat
table.insert
table.pack
@@ -313,6 +319,14 @@
+luaopen_base
+luaopen_bit32
+luaopen_coroutine
+luaopen_debug
+luaopen_io
+luaopen_math
+luaopen_os
+luaopen_package
+luaopen_string
+luaopen_table
+
+