From: John L. <jr...@us...> - 2007-07-26 18:58:42
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16448/wxLua/modules/wxluadebug/src Modified Files: wxldebug.cpp wxlstack.cpp Log Message: Update authors to include John Labenski and Ray Gilbert Remove code attribution to LuaPlus since we don't use anything from it Code cleanup Index: wxlstack.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/src/wxlstack.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** wxlstack.cpp 19 Jul 2007 03:09:47 -0000 1.12 --- wxlstack.cpp 26 Jul 2007 18:56:39 -0000 1.13 *************** *** 2,6 **** // Name: StackTree.cpp // Purpose: Display the lua stack in a dialog. ! // Author: J. Winwood // Created: February 2002 // Copyright: (c) 2002 Lomtick Software. All rights reserved. --- 2,6 ---- // Name: StackTree.cpp // Purpose: Display the lua stack in a dialog. ! // Author: J. Winwood, John Labenski // Created: February 2002 // Copyright: (c) 2002 Lomtick Software. All rights reserved. Index: wxldebug.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/src/wxldebug.cpp,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** wxldebug.cpp 19 Jul 2007 03:09:47 -0000 1.39 --- wxldebug.cpp 26 Jul 2007 18:56:39 -0000 1.40 *************** *** 2,6 **** // Name: wxLuaDebug.cpp // Purpose: Debugging I/O functions for wxLua ! // Author: J. Winwood, Ray Gilbert // Created: May 2002 // Copyright: (c) 2002 Lomtick Software. All rights reserved. --- 2,6 ---- // Name: wxLuaDebug.cpp // Purpose: Debugging I/O functions for wxLua ! // Author: J. Winwood, Ray Gilbert, John Labenski // Created: May 2002 // Copyright: (c) 2002 Lomtick Software. All rights reserved. |