- Jul 15, 2008
-
-
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
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673966 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673960 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673949 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673944 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 03, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673679 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 02, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673540 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
Use the _wcsupr naming instead of wcsupr (only Visual C++ defines both, Borland only defines the version prefixed by the underscore) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673441 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673440 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673428 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673306 13f79535-47bb-0310-9956-ffa450edef68
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673248 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 01, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@673155 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 29, 2008
-
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672615 13f79535-47bb-0310-9956-ffa450edef68
-