diff options
author | Lua Team <team@lua.org> | 2010-11-16 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2010-11-16 12:00:00 +0000 |
commit | ccd28dfe034d5dfd130e5378a147e3e9fe7f6807 (patch) | |
tree | f1c922e8064f556c1034511afbbb3376640c4d27 /doc/contents.html | |
parent | d4bba06f4b8264eee00b25ee08e982d348486aaf (diff) | |
download | lua-github-5.2.0-alpha-rc1.tar.gz |
Lua 5.2.0-alpha-rc15.2.0-alpha-rc1
Diffstat (limited to 'doc/contents.html')
-rw-r--r-- | doc/contents.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/contents.html b/doc/contents.html index 35b51d02..199af668 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -22,8 +22,8 @@ Lua 5.2 Reference Manual <P> <IMG SRC="alert.png" ALIGN="absbottom" ALT="[!]"> -<EM>This is a work version of Lua 5.2. -Everything may change in the final version.</EM> +<EM>This is an alpha version of Lua 5.2. +Some details may change in the final version.</EM> <P> The reference manual is the official definition of the Lua language. @@ -52,7 +52,7 @@ Freely available under the terms of the <LI><A HREF="manual.html#2.1">2.1 – Values and Types</A> <LI><A HREF="manual.html#2.2">2.2 – Environments and the Global Environment</A> <LI><A HREF="manual.html#2.3">2.3 – Error Handling</A> -<LI><A HREF="manual.html#2.4">2.4 – Metatables</A> +<LI><A HREF="manual.html#2.4">2.4 – Metatables and Metamethods</A> <LI><A HREF="manual.html#2.5">2.5 – Garbage Collection</A> <UL> <LI><A HREF="manual.html#2.5.1">2.5.1 – Garbage-Collection Metamethods</A> @@ -484,7 +484,6 @@ Freely available under the terms of the <A HREF="manual.html#luaL_newlib">luaL_newlib</A><BR> <A HREF="manual.html#luaL_newmetatable">luaL_newmetatable</A><BR> <A HREF="manual.html#luaL_newstate">luaL_newstate</A><BR> -<A HREF="manual.html#luaL_setfuncs">luaL_setfuncs</A><BR> <A HREF="manual.html#luaL_openlibs">luaL_openlibs</A><BR> <A HREF="manual.html#luaL_optint">luaL_optint</A><BR> <A HREF="manual.html#luaL_optinteger">luaL_optinteger</A><BR> @@ -497,11 +496,12 @@ Freely available under the terms of the <A HREF="manual.html#luaL_pushresult">luaL_pushresult</A><BR> <A HREF="manual.html#luaL_ref">luaL_ref</A><BR> <A HREF="manual.html#luaL_requiref">luaL_requiref</A><BR> +<A HREF="manual.html#luaL_setfuncs">luaL_setfuncs</A><BR> +<A HREF="manual.html#luaL_setmetatable">luaL_setmetatable</A><BR> <A HREF="manual.html#luaL_testudata">luaL_testudata</A><BR> <A HREF="manual.html#luaL_tolstring">luaL_tolstring</A><BR> <A HREF="manual.html#luaL_traceback">luaL_traceback</A><BR> <A HREF="manual.html#luaL_typename">luaL_typename</A><BR> -<A HREF="manual.html#luaL_typeerror">luaL_typeerror</A><BR> <A HREF="manual.html#luaL_unref">luaL_unref</A><BR> <A HREF="manual.html#luaL_where">luaL_where</A><BR> @@ -512,10 +512,10 @@ Freely available under the terms of the <HR> <SMALL> Last update: -Sat Oct 30 21:34:44 BRST 2010 +Tue Nov 16 09:56:07 BRST 2010 </SMALL> <!-- -Last change: revised for Lua 5.2.0 (work5) +Last change: revised for Lua 5.2.0 (alpha) --> </BODY> |