From: John L. <jr...@us...> - 2006-06-12 03:50:43
|
Update of /cvsroot/wxlua/wxLua/modules/lua/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13456/wxLua/modules/lua/doc Modified Files: contents.html lua.css lua.html luac.html manual.html Log Message: update lua to 5.1.1 update wxLua bindings to changes in wxWidgets CVS HEAD 2.7.0 Index: lua.css =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/lua.css,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lua.css 29 Mar 2006 05:48:10 -0000 1.1 --- lua.css 12 Jun 2006 03:50:36 -0000 1.2 *************** *** 7,10 **** --- 7,17 ---- a:link { color: #000080 ; + background-color: #FFFFFF ; + text-decoration: none ; + } + + a:visited { + background-color: #FFFFFF ; + text-decoration: none ; } Index: manual.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/manual.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** manual.html 29 Mar 2006 05:48:10 -0000 1.2 --- manual.html 12 Jun 2006 03:50:36 -0000 1.3 *************** *** 7,15 **** </head> ! <body bgcolor="#FFFFFF"> ! <hr></hr> <h1> ! <a href="http://www.lua.org/home.html"><img src="logo.gif" alt="[Lua logo]" border="0"></img></a> Lua 5.1 Reference Manual </h1> --- 7,15 ---- [...14107 lines suppressed...] </body></html> --- 8439,8455 ---- <p> ! ! ! ! ! ! <HR> ! <SMALL> ! Last update: ! Mon Jun 5 17:05:27 BRT 2006 ! </SMALL> ! <!-- ! Last change: ready for Lua 5.1.1 ! --> </body></html> Index: contents.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/contents.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** contents.html 29 Mar 2006 05:48:10 -0000 1.2 --- contents.html 12 Jun 2006 03:50:36 -0000 1.3 *************** *** 3,26 **** <TITLE>Lua 5.1 reference manual - contents</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> </HEAD> ! <BODY BGCOLOR="#FFFFFF"> <HR> <H1> <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> ! Lua 5.1 Reference Manual </H1> ! <SMALL> ! <A HREF="http://www.lua.org/copyright.html">Copyright</A> ! © 2006 Lua.org, PUC-Rio. All rights reserved. ! </SMALL> <HR> - - <H2>Contents</H2> - <UL> - <LI><A HREF="#quick">Quick index</A> <P> <LI><A HREF="manual.html">Top</A> <LI><A HREF="manual.html#1">1 - Introduction</A> --- 3,30 ---- <TITLE>Lua 5.1 reference manual - contents</TITLE> <LINK REL="stylesheet" TYPE="text/css" HREF="lua.css"> + <style type="text/css"> + ul { + list-style-type: none ; + list-style-position: outside ; + } + </style> </HEAD> ! <BODY> <HR> <H1> <A HREF="http://www.lua.org/"><IMG SRC="logo.gif" ALT="Lua" BORDER=0></A> ! Reference manual for Lua 5.1 </H1> ! <A HREF="#contents">contents</A> ! · ! <A HREF="#index">index</A> <HR> <P> + + <H2><A NAME="contents">Contents</A></H2> + <UL style="padding: 0"> <LI><A HREF="manual.html">Top</A> <LI><A HREF="manual.html#1">1 - Introduction</A> *************** *** 87,90 **** --- 91,97 ---- <LI><A HREF="manual.html#5.3">5.3 - Modules</A> <LI><A HREF="manual.html#5.4">5.4 - String Manipulation</A> + <UL> + <LI><A HREF="manual.html#5.4.1">5.4.1 - Patterns</A> + </UL> <LI><A HREF="manual.html#5.5">5.5 - Table Manipulation</A> <LI><A HREF="manual.html#5.6">5.6 - Mathematical Functions</A> *************** *** 94,111 **** </UL> <LI><A HREF="manual.html#6">6 - Lua Stand-alone</A> ! <LI><A HREF="manual.html#incompat">Incompatibilities with the Previous Version</A> ! <LI><A HREF="manual.html#BNF">The Complete Syntax of Lua</A> </UL> ! <H2><A NAME="quick">Quick index</A></H2> <TABLE> <TR VALIGN="top"> ! <TD WIDTH="35%"> ! <H3><A NAME="functions">Functions</A></H3> <A HREF="manual.html#pdf-_G">_G</A><BR> <A HREF="manual.html#pdf-_VERSION">_VERSION</A><BR> <A HREF="manual.html#pdf-assert">assert</A><BR> <A HREF="manual.html#pdf-collectgarbage">collectgarbage</A><BR> <A HREF="manual.html#pdf-coroutine.create">coroutine.create</A><BR> <A HREF="manual.html#pdf-coroutine.resume">coroutine.resume</A><BR> --- 101,152 ---- </UL> <LI><A HREF="manual.html#6">6 - Lua Stand-alone</A> ! <LI><A HREF="manual.html#7">7 - Incompatibilities with the Previous Version</A> ! <UL> ! <LI><A HREF="manual.html#7.1">7.1 - Changes in the Language</A> ! <LI><A HREF="manual.html#7.2">7.2 - Changes in the Libraries</A> ! <LI><A HREF="manual.html#7.3">7.3 - Changes in the API</A> ! </UL> ! <LI><A HREF="manual.html#8">8 - The Complete Syntax of Lua</A> </UL> ! <H2><A NAME="index">Index</A></H2> <TABLE> <TR VALIGN="top"> ! <TD WIDTH="20%"> ! <H3><A NAME="functions">Lua functions</A></H3> <A HREF="manual.html#pdf-_G">_G</A><BR> <A HREF="manual.html#pdf-_VERSION">_VERSION</A><BR> <A HREF="manual.html#pdf-assert">assert</A><BR> <A HREF="manual.html#pdf-collectgarbage">collectgarbage</A><BR> + <A HREF="manual.html#pdf-dofile">dofile</A><BR> + <A HREF="manual.html#pdf-error">error</A><BR> + <A HREF="manual.html#pdf-getfenv">getfenv</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-load">load</A><BR> + <A HREF="manual.html#pdf-loadfile">loadfile</A><BR> + <A HREF="manual.html#pdf-loadstring">loadstring</A><BR> + <A HREF="manual.html#pdf-module">module</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> + <A HREF="manual.html#pdf-print">print</A><BR> + <A HREF="manual.html#pdf-rawequal">rawequal</A><BR> + <A HREF="manual.html#pdf-rawget">rawget</A><BR> + <A HREF="manual.html#pdf-rawset">rawset</A><BR> + <A HREF="manual.html#pdf-require">require</A><BR> + <A HREF="manual.html#pdf-select">select</A><BR> + <A HREF="manual.html#pdf-setfenv">setfenv</A><BR> + <A HREF="manual.html#pdf-setmetatable">setmetatable</A><BR> + <A HREF="manual.html#pdf-tonumber">tonumber</A><BR> + <A HREF="manual.html#pdf-tostring">tostring</A><BR> + <A HREF="manual.html#pdf-type">type</A><BR> + <A HREF="manual.html#pdf-unpack">unpack</A><BR> + <A HREF="manual.html#pdf-xpcall">xpcall</A><BR> + + </TD> + <TD WIDTH="30%"> + <H3> </H3> <A HREF="manual.html#pdf-coroutine.create">coroutine.create</A><BR> <A HREF="manual.html#pdf-coroutine.resume">coroutine.resume</A><BR> *************** *** 128,133 **** <A HREF="manual.html#pdf-debug.setupvalue">debug.setupvalue</A><BR> <A HREF="manual.html#pdf-debug.traceback">debug.traceback</A><BR> - <A HREF="manual.html#pdf-dofile">dofile</A><BR> - <A HREF="manual.html#pdf-error">error</A><BR> <A HREF="manual.html#pdf-file:close">file:close</A><BR> <A HREF="manual.html#pdf-file:flush">file:flush</A><BR> --- 169,172 ---- *************** *** 137,142 **** <A HREF="manual.html#pdf-file:setvbuf">file:setvbuf</A><BR> <A HREF="manual.html#pdf-file:write">file:write</A><BR> - <A HREF="manual.html#pdf-getfenv">getfenv</A><BR> - <A HREF="manual.html#pdf-getmetatable">getmetatable</A><BR> <A HREF="manual.html#pdf-io.close">io.close</A><BR> <A HREF="manual.html#pdf-io.flush">io.flush</A><BR> --- 176,179 ---- *************** *** 150,157 **** <A HREF="manual.html#pdf-io.type">io.type</A><BR> <A HREF="manual.html#pdf-io.write">io.write</A><BR> - <A HREF="manual.html#pdf-ipairs">ipairs</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-loadstring">loadstring</A><BR> <A HREF="manual.html#pdf-math.abs">math.abs</A><BR> <A HREF="manual.html#pdf-math.acos">math.acos</A><BR> --- 187,190 ---- *************** *** 167,170 **** --- 200,204 ---- <A HREF="manual.html#pdf-math.fmod">math.fmod</A><BR> <A HREF="manual.html#pdf-math.frexp">math.frexp</A><BR> + <A HREF="manual.html#pdf-math.huge">math.huge</A><BR> <A HREF="manual.html#pdf-math.ldexp">math.ldexp</A><BR> <A HREF="manual.html#pdf-math.log10">math.log10</A><BR> *************** *** 173,176 **** --- 207,211 ---- <A HREF="manual.html#pdf-math.min">math.min</A><BR> <A HREF="manual.html#pdf-math.modf">math.modf</A><BR> + <A HREF="manual.html#pdf-math.pi">math.pi</A><BR> <A HREF="manual.html#pdf-math.pow">math.pow</A><BR> <A HREF="manual.html#pdf-math.rad">math.rad</A><BR> *************** *** 182,187 **** <A HREF="manual.html#pdf-math.tanh">math.tanh</A><BR> <A HREF="manual.html#pdf-math.tan">math.tan</A><BR> - <A HREF="manual.html#pdf-module">module</A><BR> - <A HREF="manual.html#pdf-next">next</A><BR> <A HREF="manual.html#pdf-os.clock">os.clock</A><BR> <A HREF="manual.html#pdf-os.date">os.date</A><BR> --- 217,220 ---- *************** *** 201,214 **** <A HREF="manual.html#pdf-package.preload">package.preload</A><BR> <A HREF="manual.html#pdf-package.seeall">package.seeall</A><BR> - <A HREF="manual.html#pdf-pairs">pairs</A><BR> - <A HREF="manual.html#pdf-pcall">pcall</A><BR> - <A HREF="manual.html#pdf-print">print</A><BR> - <A HREF="manual.html#pdf-rawequal">rawequal</A><BR> - <A HREF="manual.html#pdf-rawget">rawget</A><BR> - <A HREF="manual.html#pdf-rawset">rawset</A><BR> - <A HREF="manual.html#pdf-require">require</A><BR> - <A HREF="manual.html#pdf-select">select</A><BR> - <A HREF="manual.html#pdf-setfenv">setfenv</A><BR> - <A HREF="manual.html#pdf-setmetatable">setmetatable</A><BR> <A HREF="manual.html#pdf-string.byte">string.byte</A><BR> <A HREF="manual.html#pdf-string.char">string.char</A><BR> --- 234,237 ---- *************** *** 230,242 **** <A HREF="manual.html#pdf-table.remove">table.remove</A><BR> <A HREF="manual.html#pdf-table.sort">table.sort</A><BR> - <A HREF="manual.html#pdf-tonumber">tonumber</A><BR> - <A HREF="manual.html#pdf-tostring">tostring</A><BR> - <A HREF="manual.html#pdf-type">type</A><BR> - <A HREF="manual.html#pdf-unpack">unpack</A><BR> - <A HREF="manual.html#pdf-xpcall">xpcall</A><BR> </TD> ! <TD> ! <H3>API</H3> <A HREF="manual.html#lua_Alloc">lua_Alloc</A><BR> <A HREF="manual.html#lua_CFunction">lua_CFunction</A><BR> --- 253,260 ---- <A HREF="manual.html#pdf-table.remove">table.remove</A><BR> <A HREF="manual.html#pdf-table.sort">table.sort</A><BR> </TD> ! <TD WIDTH="25%"> ! <H3>C API</H3> <A HREF="manual.html#lua_Alloc">lua_Alloc</A><BR> <A HREF="manual.html#lua_CFunction">lua_CFunction</A><BR> *************** *** 338,341 **** --- 356,360 ---- <A HREF="manual.html#lua_type">lua_type</A><BR> <A HREF="manual.html#lua_typename">lua_typename</A><BR> + <A HREF="manual.html#lua_upvalueindex">lua_upvalueindex</A><BR> <A HREF="manual.html#lua_xmove">lua_xmove</A><BR> <A HREF="manual.html#lua_yield">lua_yield</A><BR> *************** *** 343,347 **** </TD> <TD> ! <H3>Auxiliary library</H3> <A HREF="manual.html#luaL_Buffer">luaL_Buffer</A><BR> <A HREF="manual.html#luaL_Reg">luaL_Reg</A><BR> --- 362,366 ---- </TD> <TD> ! <H3>auxiliary library</H3> <A HREF="manual.html#luaL_Buffer">luaL_Buffer</A><BR> <A HREF="manual.html#luaL_Reg">luaL_Reg</A><BR> *************** *** 366,369 **** --- 385,390 ---- <A HREF="manual.html#luaL_checktype">luaL_checktype</A><BR> <A HREF="manual.html#luaL_checkudata">luaL_checkudata</A><BR> + <A HREF="manual.html#luaL_dofile">luaL_dofile</A><BR> + <A HREF="manual.html#luaL_dostring">luaL_dostring</A><BR> <A HREF="manual.html#luaL_error">luaL_error</A><BR> <A HREF="manual.html#luaL_getmetafield">luaL_getmetafield</A><BR> *************** *** 399,404 **** <SMALL> Last update: ! Fri Feb 10 17:15:37 BRST 2006 </SMALL> </BODY> --- 420,428 ---- <SMALL> Last update: ! Tue Jun 6 14:55:31 BRT 2006 </SMALL> + <!-- + Last change: reformatted index + --> </BODY> |