Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8389/wxLua/modules/wxluasocket/src
Modified Files:
wxluasocket.cpp wxluasocket_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: wxluasocket_bind.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket_bind.cpp,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** wxluasocket_bind.cpp 25 Jan 2008 23:50:54 -0000 1.28
--- wxluasocket_bind.cpp 29 Jan 2008 00:49:16 -0000 1.29
***************
*** 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/wxluasocket/src/wxluasocket_bind.cpp was generated by genwxbind.lua
//
! // Any changes made to this file will be lost when the file is regenerated.
// ---------------------------------------------------------------------------
Index: wxluasocket.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/src/wxluasocket.cpp,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** wxluasocket.cpp 23 Jan 2008 06:43:40 -0000 1.38
--- wxluasocket.cpp 29 Jan 2008 00:49:16 -0000 1.39
***************
*** 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/wxluasocket/src/wxluasocket.cpp was generated by genwxbind.lua
//
! // Any changes made to this file will be lost when the file is regenerated.
// ---------------------------------------------------------------------------
|