From: John L. <jr...@us...> - 2008-01-29 00:49:20
|
Update of /cvsroot/wxlua/wxLua/modules/wxlua/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8389/wxLua/modules/wxlua/src Modified Files: wxlstate.cpp wxlua.cpp wxlua_bind.cpp Log Message: FIX mistake in making wxLuaState::LuaPCall() clear the stack. Cleanup to the *.i files, add output_single_cpp_binding_file to have only one cpp file generated. Add wxFileSystem and it's handlers. Index: wxlua.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlua.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** wxlua.cpp 23 Jan 2008 06:43:40 -0000 1.11 --- wxlua.cpp 29 Jan 2008 00:49:16 -0000 1.12 *************** *** 1,6 **** // --------------------------------------------------------------------------- ! // This file was generated by genwxbind.lua // ! // Any changes made to this file may be lost when file is regenerated. // --------------------------------------------------------------------------- --- 1,6 ---- // --------------------------------------------------------------------------- ! // ../modules/wxlua/src/wxlua.cpp was generated by genwxbind.lua // ! // Any changes made to this file will be lost when the file is regenerated. // --------------------------------------------------------------------------- Index: wxlstate.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlstate.cpp,v retrieving revision 1.168 retrieving revision 1.169 diff -C2 -d -r1.168 -r1.169 *** wxlstate.cpp 26 Jan 2008 23:27:25 -0000 1.168 --- wxlstate.cpp 29 Jan 2008 00:49:15 -0000 1.169 *************** *** 2620,2625 **** SendLuaErrorEvent(status, top - (narg + 1)); - lua_SetTop(top); // restore original top (removes err msg) - return status; } --- 2620,2623 ---- Index: wxlua_bind.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxlua/src/wxlua_bind.cpp,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** wxlua_bind.cpp 26 Jan 2008 23:27:25 -0000 1.24 --- wxlua_bind.cpp 29 Jan 2008 00:49:16 -0000 1.25 *************** *** 1,6 **** // --------------------------------------------------------------------------- ! // This file was generated by genwxbind.lua // ! // Any changes made to this file may be lost when file is regenerated. // --------------------------------------------------------------------------- --- 1,6 ---- // --------------------------------------------------------------------------- ! // ../modules/wxlua/src/wxlua_bind.cpp was generated by genwxbind.lua // ! // Any changes made to this file will be lost when the file is regenerated. // --------------------------------------------------------------------------- |