From: John L. <jr...@us...> - 2008-10-27 02:27:25
|
Update of /cvsroot/wxlua/wxLua/docs In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25342/wxLua/docs Modified Files: changelog.txt wxlua.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: wxlua.html =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/wxlua.html,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** wxlua.html 25 Oct 2008 05:18:56 -0000 1.39 --- wxlua.html 27 Oct 2008 02:27:19 -0000 1.40 *************** *** 113,120 **** newer versions of wxWidgets as well as older ones.</li> <li>Lua ! 5.1.3</li> <ul> <li>wxLua ! uses an unmodified copy of Lua 5.1.3 (with patches applied)</li> <li>Any program --- 113,120 ---- newer versions of wxWidgets as well as older ones.</li> <li>Lua ! 5.1.4</li> <ul> <li>wxLua ! uses an unmodified copy of Lua 5.1.4 (with patches applied)</li> <li>Any program *************** *** 2277,2279 **** other functions which are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> </ul> ! </body></html> \ No newline at end of file --- 2277,2279 ---- other functions which are documented in <span style="font-style: italic;">wxLua/modules/wxlua/include/wxlstate.h</span>.</li> </ul> ! </body></html> Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.64 retrieving revision 1.65 diff -C2 -d -r1.64 -r1.65 *** changelog.txt 22 Oct 2008 05:31:45 -0000 1.64 --- changelog.txt 27 Oct 2008 02:27:19 -0000 1.65 *************** *** 5,8 **** --- 5,10 ---- -------------------------------------------------------------------- + - Updated Lua to 5.1.4 + * Changed the %typedef binding to work as the C/C++ typedefs work. The usage is reversed from how it was in previous versions. |