From: John L. <jr...@us...> - 2008-10-27 02:27:25
|
Update of /cvsroot/wxlua/wxLua/modules/lua/include In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv25342/wxLua/modules/lua/include Modified Files: lua.h 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.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/lua/include/lua.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lua.h 18 Jan 2008 03:43:00 -0000 1.5 --- lua.h 27 Oct 2008 02:27:20 -0000 1.6 *************** *** 18,22 **** #define LUA_VERSION "Lua 5.1" ! #define LUA_RELEASE "Lua 5.1.3" #define LUA_VERSION_NUM 501 #define LUA_COPYRIGHT "Copyright (C) 1994-2008 Lua.org, PUC-Rio" --- 18,22 ---- #define LUA_VERSION "Lua 5.1" ! #define LUA_RELEASE "Lua 5.1.4" #define LUA_VERSION_NUM 501 #define LUA_COPYRIGHT "Copyright (C) 1994-2008 Lua.org, PUC-Rio" |