- Aug 27, 2003
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175177 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 26, 2003
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175172 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175169 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
Fix bug #22697; transcodeFrom incorrectly throws on kTECOutputBufferFullStatus. Thanks to benoit.blaquiere@ign.fr git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175167 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 25, 2003
-
-
Neil Graham authored
fix XMLString::findAny(...) docs so that they match what the method actually does (and has done since time immemorial) git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175166 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175165 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 21, 2003
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175160 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175159 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 20, 2003
-
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175158 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
Added a method for use in XercesDOMParser (and others derived from AbstractDOMParser) and a feature in DOMBuilder that allows the creation of the document during parse to be from an DOMImplementation other than the default. Updated documentation. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175157 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175156 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175153 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 19, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175148 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 14, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175145 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175144 13f79535-47bb-0310-9956-ffa450edef68
-
- Aug 08, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175139 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 31, 2003
-
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175134 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 25, 2003
-
-
Gareth Reakes authored
The patch fixes Bugzilla #19787, #20006, #20009, #20010 and #20287, and several other issues. A summary of the changes is listed below: 1. Added '[' and ']' to reserved characters as per RFC 2732. 2. '[' and ']' added in RFC 2732, are not allowed in path segments, but may appear in the opaque part. 3. No URI can begin with a ':'. 4. URI has no scheme if ':' occurs in a URI after '?' or '#', it's part of the query string or fragment. 5. Whitespace (even escaped as %20) is not permitted in the authority portion of a URI. 6. IPv4 addresses must match 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT "." 1*3DIGIT. Since RFC 2732. 7. IPv4 addresses are 32-bit, therefore no segment may be larger than 255. This isn't expressed by the grammar. 8. Hostnames cannot end with a '-'. 9. Labels in a hostname must be 63 bytes or less [RFC 1034]. 10. Hostnames may be no longer than 255 bytes [RFC 1034]. (That restriction was already there. I just moved it inwards. 11. Added support for IPv6 references added in RFC 2732. URIs such as http://[::ffff:1.2.3.4] are valid. The BNF in RFC 2373 isn't correct. IPv6 addresses are read according to section 2.2 of RFC 2373. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175124 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 24, 2003
-
-
Gareth Reakes authored
'scheme:#fragment' is not a valid URI, however from inspecting the code it seems like Xerces-C will accept 'URIs' of this form. The ':' must be followed by either a '/' or a uric_no_slash. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175123 13f79535-47bb-0310-9956-ffa450edef68
-
- Jul 14, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175114 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 23, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175090 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 03, 2003
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175076 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175073 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 02, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175067 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175066 13f79535-47bb-0310-9956-ffa450edef68
-
- May 30, 2003
-
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175064 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175061 13f79535-47bb-0310-9956-ffa450edef68
-
- May 29, 2003
-
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175059 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175058 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175056 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
Added macros in so we can determine whether to do things like iostream as opposed to iostream.h and whether to use std:: or not. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175055 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175052 13f79535-47bb-0310-9956-ffa450edef68
-
- May 26, 2003
-
-
PeiYong Zhang authored
de-allocate memory. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175047 13f79535-47bb-0310-9956-ffa450edef68
-
- May 25, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175046 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175045 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 2003
-
-
Neil Graham authored
simultaneously make GCC happy and (hopefully) make it clearer what we actually use alignPointerForNewBlockAllocation() for in our code. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175033 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
Move pointer alignment functionality into XMLPlatform header; revise XMemory and DOMDocumentImpl to return blocks aligned by this function git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175032 13f79535-47bb-0310-9956-ffa450edef68
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175030 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
The reason for this is that the default implementation does not allocate memory dynamically and if such an inheritance relation existed, a user would have to be very careful about installing a memory handler on their own PanicHandler before handing it to the XMLPlatformUtils::Initialize() method, since otherwise the (uninitialized) XMLPlatformUtils::fgMemoryManager would be used upon construction of their PanicHandler implementation. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175028 13f79535-47bb-0310-9956-ffa450edef68
-
Gareth Reakes authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175027 13f79535-47bb-0310-9956-ffa450edef68
-