- Jul 09, 2008
-
-
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
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672614 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 28, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672580 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 27, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672415 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672311 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Use XMLFileLoc consistently to represent line/column. Clean up the SAX interface to use XMLSize_t instead of int/long. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672273 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Add XMLFileLoc type (64-bit) that represents location in a file (line/column). Use it in DOM interfaces. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@672232 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 26, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671986 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Use XMLSize_t instead of int/long for indexes and sizes in DOM interfaces. Use enum types instead of short. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671894 13f79535-47bb-0310-9956-ffa450edef68
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671870 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 25, 2008
-
-
David N Bertoni authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671654 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Provide a way to disable automatic loading of schemas specified in XML documents. Patch by Wouter Coene. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671592 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
instantiated directly by the use git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671531 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671496 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671478 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 24, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671315 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671176 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671142 13f79535-47bb-0310-9956-ffa450edef68
-
Boris Kolpackov authored
Implement the revised interpretation of ##other in which unqualified names are not matched. Fixes XERCESC-1758, XERCESC-1655. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@671133 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 23, 2008
-
-
Alberto Massari authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@670652 13f79535-47bb-0310-9956-ffa450edef68
-