Update of /cvsroot/wxlua/wxLua/docs
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv23945/wxLua/docs
Modified Files:
changelog.txt
Log Message:
Streamline the creation of a wxLuaState
Changed the enums WXLUASTATE_ATTACH/SETSTATE for clarity and completeness.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/wxlua/wxLua/docs/changelog.txt,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** changelog.txt 1 Aug 2007 19:15:31 -0000 1.44
--- changelog.txt 10 Aug 2007 21:23:38 -0000 1.45
***************
*** 15,18 ****
--- 15,22 ----
- Applied patch to lparser.c
"Too many variables in an assignment may cause a C stack overflow"
+ - Streamline creation of a wxLuaState and finding the wxLuaState from
+ an existing lua_State,
+ See wxlstate.h for changes to the enum WXLUASTATE_ATTACH/SETSTATE
+ to be more complete.
version 2.8.4.1
|