diff options
| author | Lua Team <team@lua.org> | 2013-03-21 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2013-03-21 12:00:00 +0000 |
| commit | dc27609467d2699ac9252e89d632432ac5f798f2 (patch) | |
| tree | b934d79a77a76df417078dc6ac162bb0012708bb /doc | |
| parent | a101faf3e9db5b8b47cb0bcfb973b13d46ca304a (diff) | |
| download | lua-github-5.2.2-rc4.tar.gz | |
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/contents.html | 10 | ||||
| -rw-r--r-- | doc/manual.html | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/contents.html b/doc/contents.html index 701ac25d..0ce297da 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -149,8 +149,8 @@ Freely available under the terms of the <A HREF="manual.html#pdf-error">error</A><BR> <A HREF="manual.html#pdf-getmetatable">getmetatable</A><BR> <A HREF="manual.html#pdf-ipairs">ipairs</A><BR> -<A HREF="manual.html#pdf-loadfile">loadfile</A><BR> <A HREF="manual.html#pdf-load">load</A><BR> +<A HREF="manual.html#pdf-loadfile">loadfile</A><BR> <A HREF="manual.html#pdf-next">next</A><BR> <A HREF="manual.html#pdf-pairs">pairs</A><BR> <A HREF="manual.html#pdf-pcall">pcall</A><BR> @@ -400,10 +400,10 @@ Freely available under the terms of the <A HREF="manual.html#lua_rawequal">lua_rawequal</A><BR> <A HREF="manual.html#lua_rawget">lua_rawget</A><BR> <A HREF="manual.html#lua_rawgeti">lua_rawgeti</A><BR> +<A HREF="manual.html#lua_rawgetp">lua_rawgetp</A><BR> <A HREF="manual.html#lua_rawlen">lua_rawlen</A><BR> <A HREF="manual.html#lua_rawset">lua_rawset</A><BR> <A HREF="manual.html#lua_rawseti">lua_rawseti</A><BR> -<A HREF="manual.html#lua_rawgetp">lua_rawgetp</A><BR> <A HREF="manual.html#lua_rawsetp">lua_rawsetp</A><BR> <A HREF="manual.html#lua_register">lua_register</A><BR> <A HREF="manual.html#lua_remove">lua_remove</A><BR> @@ -462,8 +462,8 @@ Freely available under the terms of the <A HREF="manual.html#luaL_buffinitsize">luaL_buffinitsize</A><BR> <A HREF="manual.html#luaL_callmeta">luaL_callmeta</A><BR> <A HREF="manual.html#luaL_checkany">luaL_checkany</A><BR> -<A HREF="manual.html#luaL_checkinteger">luaL_checkinteger</A><BR> <A HREF="manual.html#luaL_checkint">luaL_checkint</A><BR> +<A HREF="manual.html#luaL_checkinteger">luaL_checkinteger</A><BR> <A HREF="manual.html#luaL_checklong">luaL_checklong</A><BR> <A HREF="manual.html#luaL_checklstring">luaL_checklstring</A><BR> <A HREF="manual.html#luaL_checknumber">luaL_checknumber</A><BR> @@ -494,8 +494,8 @@ Freely available under the terms of the <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_openlibs">luaL_openlibs</A><BR> -<A HREF="manual.html#luaL_optinteger">luaL_optinteger</A><BR> <A HREF="manual.html#luaL_optint">luaL_optint</A><BR> +<A HREF="manual.html#luaL_optinteger">luaL_optinteger</A><BR> <A HREF="manual.html#luaL_optlong">luaL_optlong</A><BR> <A HREF="manual.html#luaL_optlstring">luaL_optlstring</A><BR> <A HREF="manual.html#luaL_optnumber">luaL_optnumber</A><BR> @@ -523,7 +523,7 @@ Freely available under the terms of the <HR> <SMALL CLASS="footer"> Last update: -Tue Feb 19 15:14:47 BRT 2013 +Tue Mar 12 11:22:18 BRT 2013 </SMALL> <!-- Last change: revised for Lua 5.2.2 diff --git a/doc/manual.html b/doc/manual.html index 251d4dce..85365363 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -33,7 +33,7 @@ Freely available under the terms of the <!-- ====================================================================== --> <p> -<!-- $Id: manual.of,v 1.102 2013/03/07 18:25:28 roberto Exp $ --> +<!-- $Id: manual.of,v 1.103 2013/03/14 18:51:56 roberto Exp $ --> @@ -8417,7 +8417,7 @@ When <code>pos</code> is an integer between 1 and <code>#list</code>, it shifts down the elements <code>list[pos+1], list[pos+2], ···, list[#list]</code> and erases element <code>list[#list]</code>; -The index <code>pos</code> can also be 0, when <code>#list</code> is 0, +The index <code>pos</code> can also be 0 when <code>#list</code> is 0, or <code>#list + 1</code>; in those cases, the function erases the element <code>list[pos]</code>. @@ -10497,7 +10497,7 @@ Here is the complete syntax of Lua in extended BNF. <HR> <SMALL CLASS="footer"> Last update: -Thu Mar 7 15:36:34 BRT 2013 +Thu Mar 21 12:58:59 BRT 2013 </SMALL> <!-- Last change: revised for Lua 5.2.2 |
