- Jul 17, 2008
-
-
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
-
- Jul 10, 2008
-
-
Alberto Massari authored
- changed checkContent/validateContent/validateContentSpecial not to return a signed int that means either success or the location of the validation failure - reduced dimension of the table used by UPA validation git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@675478 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 09, 2008
-
-
Boris Kolpackov authored
Use the ISO8859-1 encoding in net accessors. Add support for httpInfo in the curl net accessor. Patch by John Snelson (XERCESC-1805). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@675241 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@675111 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 07, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@674434 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 04, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@674052 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@674030 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@674027 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@674012 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Use "unsigned int" instead of just "unsigned" or "int unsigned". This way those places are easier to identify for future conversion to XMLSize_t. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673986 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Use XMLSize_t instead of size_t except where interfacing with other code that uses size_t (e.g., operator new in the C++ runtime). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673975 13f79535-47bb-0310-9956-ffa450edef68
-