- Jul 22, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678709 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 21, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678522 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678520 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678432 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678409 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678395 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
cases use the data member directly. Put DOMStringPool functionality directly into DOMDocumentImpl, make getPooledString() inline. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678381 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 19, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678145 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@678144 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 17, 2008
-
-
Alberto Massari authored
Fixed regression in determining lax/skip/strict processing of an xsd:any preceded by another xsd:any represented using compact syntax (XERCESC-1822) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677705 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677563 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677559 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
If an element cannot be found in the schema for its namespace, it is also searched in the empty namespace to see if the user mistakenly forgot about undefining the default namespace; in this case a better error report is generated and (if schema processing is allowed to continue) the empty namespace definition is taken. However, even if the empty namespace definition didn't pass a few checks, we ended up silently using it -> we changed the namespace of the element without notifying the user (XERCESC-1819) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677550 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677527 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 16, 2008
-
-
David N Bertoni authored
Fixed some breakages in grammar serialization on platforms where sizeof(unsigned int) != sizeof(XMLSize_t). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677446 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677441 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Include limits.h to get UINT_MAX. Cast -1 to unsigned int instead of XMLSize_t when assigining to an unisgned int variable. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677430 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
- Reduce the memory required to build a DFA by creating a shallow CMNode hierarchy - Avoid stack overflow when analyzing non-compact model trees - Optimized the building of the DFA state table by avoiding linear searches git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677396 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@677233 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 15, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676954 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676925 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676924 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676916 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676911 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676873 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
all possible values (gInvalidTrans is unsigned int). Use gInvalidTrans instead of -1. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676858 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676853 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Cygwin is a POSIX emulation layer so use POSIX file manager, transcoder, path delimiter, and net accessor. Still using Windows mutex manager because of the problem in Cygwin pthread emulation. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676848 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676823 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676799 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676796 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676793 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 14, 2008
-
-
Boris Kolpackov authored
Remove references to libwww net accessor which was moved to attic (not maintained, number of problems). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676634 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676630 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 13, 2008
-
-
Alberto Massari authored
Backported fix for XERCESJ-773: build a representation of large minOccurs/maxOccurs in constant time and memory (which uses a counter during validation) for element and wildcard particles when each model group particle in the content model: * has minOccurs/maxOccurs == 1; or * contains only one element/wildcard particle with minOccurs/maxOccurs == 1 (XERCESC-1051) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676426 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676265 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 12, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676202 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 11, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@676009 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@675984 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@675974 13f79535-47bb-0310-9956-ffa450edef68
-