- Dec 15, 1999
-
-
Unknown (roddey) authored
the readers to look at intrinsic and external encodings via the same abstraction. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171474 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171473 13f79535-47bb-0310-9956-ffa450edef68
-
Rahul Jain authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171471 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 14, 1999
-
-
Rahul Jain authored
logs which was giving packaging problems. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171470 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 10, 1999
-
-
Andy Heninger authored
Udated MSVC project files for Release build of DOMTest and DOMMemTest, these weren't set up before. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171469 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 09, 1999
-
-
Unknown (abagchi) authored
P: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171468 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171467 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 08, 1999
-
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171466 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
going out anyway for platform fixes. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171465 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 07, 1999
-
-
Unknown (roddey) authored
a bit. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171464 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
ICU is not doing this currently, so we need to do it until they get that fixed. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171463 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 04, 1999
-
-
Unknown (roddey) authored
Fixed the logic for checking for PIs that start with 'xml'. It was doing doing "if (stringICompare()) " instead of "if (!stringICompare()). git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171461 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 03, 1999
-
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171460 13f79535-47bb-0310-9956-ffa450edef68
-
Rahul Jain authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171459 13f79535-47bb-0310-9956-ffa450edef68
-
Rahul Jain authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171458 13f79535-47bb-0310-9956-ffa450edef68
-
Andy Heninger authored
Tweaked xml encoding= declaration to say ISO-8859-1. Still wrong, but not as wrong as utf-8 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171457 13f79535-47bb-0310-9956-ffa450edef68
-
Andy Heninger authored
where they had been missed. DOMString::rawBuffer, removed incorrect assumptions about it being null terminated. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171456 13f79535-47bb-0310-9956-ffa450edef68
-
Andy Heninger authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171455 13f79535-47bb-0310-9956-ffa450edef68
-
Andy Heninger authored
Added tests of DOMString::transcode() and append() git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171454 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 02, 1999
-
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171453 13f79535-47bb-0310-9956-ffa450edef68
-
Rahul Jain authored
Got burnt because definition of NULL varies on different platforms, though use of NULL was not correct in the first place. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171452 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
force anyone who needs a global/static mutex to lazy eval that themselves. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171451 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
using atomic compare and swap. I somehow let it get by me that we don't want any static/global objects at all. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171450 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
Date: Thu, 2 Dec 1999 17:47:39 +0000 From: Jonathan McDowell <noodles@earth.li> Reply-To: xerces-dev@xml.apache.org To: xerces-dev@xml.apache.org, rahulj@apache.org Subject: Re: runConfigure script & bash On Mon, Nov 29, 1999 at 10:29:13AM -0800, Rahul Jain wrote: > > I'm quite happy to produce a patch that makes it work under both > > FreeBSD's sh and bash - I would assume this would work under most sh > > like shells. > Please post the changes for FreeBSD and I will test the changes on > other unix's and do the integration. I sat down to do this today and found that it can be trivially fixed by changing all the "exit -1" instances to "exit 1" - it seems the /bin/sh with FreeBSD doesn't like negative result codes. It seems a bit pointless to submit a patch for this, so can someone with CVS access change this please? J. -- PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171449 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 01, 1999
-
-
Unknown (roddey) authored
It does not make it worse under other compilers, so why not. Basically it was just changing ::iswspace() to iswspace(), i.e. get rid of the :: prefix, which freaked out Borland for some reason. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171448 13f79535-47bb-0310-9956-ffa450edef68
-
Rahul Jain authored
Added support for IRIX 6.5.5 using SGI MIPSpro C++ 7.3 and 7.21 generating 32 bit objects. Changes submitted by Marc Stuessel git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171447 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171446 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (aruna1) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171445 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171444 13f79535-47bb-0310-9956-ffa450edef68
-
- Nov 30, 1999
-
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171443 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171442 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171441 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171440 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171439 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171438 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (abagchi) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171437 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
version (to local code page) of the DOM string contents. And I changed all of the exception 'throw by pointer' to 'throw by value' style. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171436 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
to get to the decl objects inside. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171435 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
a double delete when the parser is deleted. git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171434 13f79535-47bb-0310-9956-ffa450edef68
-
Unknown (roddey) authored
git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171433 13f79535-47bb-0310-9956-ffa450edef68
-