From: John L. <jr...@us...> - 2008-10-27 02:27:28
|
Update of /cvsroot/wxlua/wxLua/modules/lua/doc In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25342/wxLua/modules/lua/doc Modified Files: manual.html readme.html Log Message: Update to Lua 5.1.4 Don't create a new object to copy the returned pointer from an operator, just wrap the pointer. Index: readme.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/readme.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** readme.html 25 Jan 2008 23:50:50 -0000 1.4 --- readme.html 27 Oct 2008 02:27:20 -0000 1.5 *************** *** 13,17 **** </H1> ! This is the documentation included in the source distribution of Lua 5.1.3. <UL> --- 13,17 ---- </H1> ! This is the documentation included in the source distribution of Lua 5.1.4. <UL> *************** *** 34,38 **** <SMALL> Last update: ! Wed Dec 19 13:59:14 BRST 2007 </SMALL> --- 34,38 ---- <SMALL> Last update: ! Tue Aug 12 14:46:07 BRT 2008 </SMALL> Index: manual.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/doc/manual.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** manual.html 25 Jan 2008 23:50:50 -0000 1.5 --- manual.html 27 Oct 2008 02:27:19 -0000 1.6 *************** *** 4,9 **** <head> <title>Lua 5.1 Reference Manual</title> ! <link rel="stylesheet" href="lua.css"> ! <link rel="stylesheet" href="manual.css"> <META HTTP-EQUIV="content-type" CONTENT="text/html; charset=iso-8859-1"> </head> --- 4,9 ---- <head> <title>Lua 5.1 Reference Manual</title> ! <link rel="stylesheet" type="text/css" href="lua.css"> [...1186 lines suppressed...] For line events, *************** *** 8755,8762 **** <SMALL> Last update: ! Fri Jan 18 22:32:24 BRST 2008 </SMALL> <!-- ! Last change: revised for Lua 5.1.3 --> --- 8792,8799 ---- <SMALL> Last update: ! Mon Aug 18 13:25:46 BRT 2008 </SMALL> <!-- ! Last change: revised for Lua 5.1.4 --> |