[Gambas-devel-svn] SF.net SVN: gambas:[4692] gambas/trunk/gb.xml/src
Brought to you by:
gambas
From: <pr...@us...> - 2012-04-29 23:51:45
|
Revision: 4692 http://gambas.svn.sourceforge.net/gambas/?rev=4692&view=rev Author: prokopy Date: 2012-04-29 23:51:39 +0000 (Sun, 29 Apr 2012) Log Message: ----------- [GB.XML] * NEW : Two consecutives whitespaces (spaces, line-breaks ans tabulations) are now ignored. * OPT : Parser now proceeds faster, and so parsing raw text is very faster. * OPT : For input text, does not uses std::string anymore. * OPT : For object instanciation, does not uses GB.FindClass() anymore (keeps results at component initialization). Modified Paths: -------------- gambas/trunk/gb.xml/src/CDocument.cpp gambas/trunk/gb.xml/src/CElement.cpp gambas/trunk/gb.xml/src/CExplorer.cpp gambas/trunk/gb.xml/src/CNode.cpp gambas/trunk/gb.xml/src/document.cpp gambas/trunk/gb.xml/src/document.h gambas/trunk/gb.xml/src/element.cpp gambas/trunk/gb.xml/src/element.h gambas/trunk/gb.xml/src/gb.xml/.info gambas/trunk/gb.xml/src/gb.xml/.project gambas/trunk/gb.xml/src/gbi.cpp gambas/trunk/gb.xml/src/gbi.h gambas/trunk/gb.xml/src/html/main.cpp gambas/trunk/gb.xml/src/main.cpp gambas/trunk/gb.xml/src/main.h gambas/trunk/gb.xml/src/node.cpp gambas/trunk/gb.xml/src/node.h gambas/trunk/gb.xml/src/reader.cpp gambas/trunk/gb.xml/src/textnode.cpp gambas/trunk/gb.xml/src/textnode.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |