From: John L. <jr...@us...> - 2007-08-01 19:16:06
|
Update of /cvsroot/wxlua/wxLua/docs In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2271/wxLua/docs Modified Files: changelog.txt Log Message: Add ored enum DELETE_CLEAR_OBJECT for wxLuaState::RemoveTrackedObject to simplify Apply patch to lparser.c "Too many variables in an assignment may cause a C stack overflow" Index: changelog.txt =================================================================== RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** changelog.txt 17 Jul 2007 14:45:21 -0000 1.43 --- changelog.txt 1 Aug 2007 19:15:31 -0000 1.44 *************** *** 13,16 **** --- 13,18 ---- of a pointer to the Lua userdata that wraps the data. - Moved wxLUA_VERSION... bindings into the 'wxlua' table. + - Applied patch to lparser.c + "Too many variables in an assignment may cause a C stack overflow" version 2.8.4.1 |