- May 29, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175060 13f79535-47bb-0310-9956-ffa450edef68
-
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
Fix to bug #16817. Non leaf nodes and attributes now get notified of release. Patch by Nathan Codding. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175057 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
-
Neil Graham authored
fix typo that could have been impacting correct operation of reference counting. Thanks to Michael Glavassevich for pointing this out. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175051 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
fix to my fix for the segfaults in the deprecated DOM. I remembered to null what the DOMString * pointed at, and I remembered to delete the pointer, but I forgot to set it to null; result: a new segmentation fault! git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175049 13f79535-47bb-0310-9956-ffa450edef68
-
- May 26, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175048 13f79535-47bb-0310-9956-ffa450edef68
-
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 24, 2003
-
-
Neil Graham authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175043 13f79535-47bb-0310-9956-ffa450edef68
-
Neil Graham authored
fix segfault on GCC 2.9x. The depreacted DOM attribute implementation had a cute trick where a void * field could be either a NodeChild pointer or a DOMString; the latter played havoc with the new memory management paradigm. Now a union of a DOMString * and a ChildNode * is used. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175042 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175036 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175035 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175034 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@175031 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
-
James David Berry authored
Fix another case where use of fallback characters during transcode could cause undesired failure of transcode -- thanks Magnus Strand git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175026 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175025 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175024 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175023 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175022 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 2003
-
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175020 13f79535-47bb-0310-9956-ffa450edef68
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175019 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175018 13f79535-47bb-0310-9956-ffa450edef68
-
Khaled Noaman authored
we use the default memory manger in such cases. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175017 13f79535-47bb-0310-9956-ffa450edef68
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175016 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
Mac OS LCP transcoder fix handling of cases where fallback character is used during transcode; thanks to Magnus Strand <magnus.strand@tim.se> git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175015 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175014 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175011 13f79535-47bb-0310-9956-ffa450edef68
-
James David Berry authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175010 13f79535-47bb-0310-9956-ffa450edef68
-
- May 20, 2003
-
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175009 13f79535-47bb-0310-9956-ffa450edef68
-
PeiYong Zhang authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175008 13f79535-47bb-0310-9956-ffa450edef68
-