summaryrefslogtreecommitdiff
path: root/doc/readme.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/readme.html')
-rw-r--r--doc/readme.html28
1 files changed, 10 insertions, 18 deletions
diff --git a/doc/readme.html b/doc/readme.html
index 1cba776e..7a2d9dc8 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -31,14 +31,10 @@ tt, kbd, code {
<HR>
<H1>
<A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A>
-Welcome to Lua 5.3 (beta)
+Welcome to Lua 5.3.0
</H1>
<P>
-<IMG SRC="alert.png" ALIGN="absbottom">
-<EM>A few details may change in the final version.</EM>
-
-<P>
<A HREF="#about">about</A>
&middot;
<A HREF="#install">installation</A>
@@ -114,7 +110,7 @@ Here are the details.
<OL>
<LI>
Open a terminal window and move to
-the top-level directory, which is named <TT>lua-5.3.0-beta</TT>.
+the top-level directory, which is named <TT>lua-5.3.0</TT>.
The <TT>Makefile</TT> there controls both the build process and the installation process.
<P>
<LI>
@@ -122,14 +118,14 @@ The <TT>Makefile</TT> there controls both the build process and the installation
The platforms currently supported are:
<P>
<P CLASS="display">
- aix ansi bsd freebsd generic linux macosx mingw posix solaris
+ aix bsd c89 freebsd generic linux macosx mingw posix solaris
</P>
<P>
If your platform is listed, just do "<KBD>make xxx</KBD>", where xxx
is your platform name.
<P>
If your platform is not listed, try the closest one or posix, generic,
- ansi, in this order.
+ c89, in this order.
<P>
<LI>
The compilation takes only a few moments
@@ -291,15 +287,10 @@ Here are the other changes introduced in Lua 5.3:
<UL>
<LI> basic utf-8 library
<LI> <CODE>ipairs</CODE> and the table library respect metamethods
-<LI> functions for packing and unpacking numbers
+<LI> functions for packing and unpacking values
<LI> strip option in <CODE>string.dump</CODE>
<LI> table library respects metamethods
-<LI> new function <CODE>table.copy</CODE>
-<LI> new function <CODE>debug.sizeof</CODE>
-<LI> strip option in
-<CODE>string.dump</CODE>
-and
-<CODE>lua_dump</CODE>
+<LI> new function <CODE>table.move</CODE>
</UL>
<H3>C API</H3>
@@ -308,10 +299,11 @@ and
<LI> new functions:
<CODE>lua_rotate</CODE>,
<CODE>lua_isyieldable</CODE>,
-<CODE>lua_strtonum</CODE>,
+<CODE>lua_stringtonumber</CODE>,
<CODE>lua_geti</CODE>,
<CODE>lua_seti</CODE>
<LI> <CODE>lua_gettable</CODE> and similar functions return type of resulted value
+<LI> strip option in <CODE>lua_dump</CODE>
</UL>
<H3>Lua standalone interpreter</H3>
@@ -367,10 +359,10 @@ THE SOFTWARE.
<HR>
<SMALL CLASS="footer">
Last update:
-Tue Oct 7 18:16:28 BRT 2014
+Tue Dec 9 21:16:03 BRST 2014
</SMALL>
<!--
-Last change: updated for Lua 5.3.0 (beta)
+Last change: updated for Lua 5.3.0 (final)
-->
</BODY>