From: John L. <jr...@us...> - 2008-10-27 02:27:28
|
Update of /cvsroot/wxlua/wxLua/modules/lua/etc In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25342/wxLua/modules/lua/etc Modified Files: lua.pc 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: lua.pc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/etc/lua.pc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** lua.pc 25 Jan 2008 23:50:50 -0000 1.4 --- lua.pc 27 Oct 2008 02:27:20 -0000 1.5 *************** *** 6,10 **** V= 5.1 # grep '^R=' ../Makefile ! R= 5.1.3 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' --- 6,10 ---- V= 5.1 # grep '^R=' ../Makefile ! R= 5.1.4 # grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/' |