Date
|
Contributor
|
Description
|
2002-07-19
|
Tinny Ng
|
[Bug 10968] Default attributes from Schema not restored by removeAttribute.
|
2002-07-18
|
Khaled Noaman
|
Feature to control strict IANA encoding name.
|
2002-07-18
|
Tinny Ng
|
[Bug 9707] config.guess out of date. From AutoConf dated July 18, 2002, CVS Tag AUTOCONF-2_53b.
|
2002-07-17
|
PeiYong Zhang
|
Add Win64 to Windows VC6 Project files
|
2002-07-16
|
Tinny Ng
|
[Bug 6070] warning unused variable in HandlerBase.hpp.
|
2002-07-16
|
Tinny Ng
|
[Bug 6576] Exception on processing UTF-16 InputSource buffer with set encoding.
|
2002-07-16
|
Tinny Ng
|
[Bug 6590] Improper Internal subset filling.
|
2002-07-16
|
Alberto Massari
|
[Bug 7458] Schema validator does not automatically associate the xml prefix
to the "http://www.w3.org/XML/1998/namespace" URI.
|
2002-07-16
|
Case Larsen
|
[Bug 9502] purify UMR in DocumentImpl::DocumentImpl.
|
2002-07-16
|
Case Larsen
|
[Bug 9553] purify UMR in XMLRecognizer::basicEncodingProbe.
|
2002-07-16
|
Tinny Ng
|
[Bug 10651] CMStateSet.hpp includes both memory.h and string.h.
|
2002-07-16
|
Tinny Ng
|
[Bug 10648] DOMDocumentImpl misaligned allocations on machines with a 64 bits 'long' type.
|
2002-07-15
|
Tinny Ng
|
DOM Level 3 C++ Binding.
|
2002-07-15
|
Tinny Ng
|
DOM L3: DOMText::getIsWhitespaceInElementContent, DOMDocument::set/getStrictErrorChecking.
|
2002-07-15
|
Robert Buck
|
[Bug 10834] Update version header to handle two digit revision and patch levels.
|
2002-07-12
|
Khaled Noaman
|
Grammar caching/preparsing.
|
2002-07-12
|
Khaled Noaman
|
Add getRootGrammar and modify SEnumVal.
|
2002-07-12
|
James Berry
|
Add some support for testing of Mac OS X builds with GCC3 compiler.
|
2002-07-12
|
James Berry
|
[Bug 10649] XercesDefs.hpp and AutoSense.hpp assume CodeWarrior is MacOS.
|
2002-07-10
|
Tinny Ng
|
Enable embedded path link option in HP.
|
2002-07-10
|
Robert Buck
|
[Bug 9154] Requesting Xerces Version Macro.
|
2002-07-08
|
PeiYong Zhang
|
[Bug 10525] runConfigure fails to recognize '-d' flag.
|
2002-07-05
|
Max Gotlib
|
[Bug 10250]: Implementation of new platform methods in FreeBSD.
|
2002-07-05
|
Tinny Ng
|
[Bug 9788] VecAttrListImpl::getValue skips prefix if SAX namespace validation is on.
|
2002-07-05
|
Robert Buck
|
[Bug 10065] xml4com bugs found when porting to Visual Studio .NET project files.
|
2002-07-05
|
Tinny Ng
|
[Bug 10105] Exception in parse() despite setErrorHandler().
|
2002-07-05
|
Tinny Ng
|
[Bug 10119] Grammar::getGrammarType need a const modifier.
|
2002-07-05
|
Max Gotlib
|
[Bug 10252] Modify FreeBSD build environment for the samples.
|
2002-07-04
|
PeiYong Zhang
|
[Bug 10482] XMLUri crashes with empty fragment.
|
2002-07-04
|
Max Gotlib
|
[Bug 10253] Bugfix for the IconvFBSD transcoder.
|
2002-07-04
|
Tinny Ng
|
[Bug 10336] Error in Error Message (set 3, #56, English).
|
2002-07-04
|
Tinny Ng
|
DOM L3: Add DOMDocument::renameNode.
|
2002-06-27
|
Tinny Ng
|
DOM L3: Add DOMNode::isSameNode and DOMNode::isEqualNode.
|
2002-06-25
|
Tinny Ng
|
Add "adoptDocument" to XercesDOMParser so that document can optionally live outside the parser.
|
2002-06-25
|
Tinny Ng
|
[Bug 7675] IDOM memory management problem.
|
2002-06-25
|
Tinny Ng
|
DOM C++ Binding: add function release().
|
2002-06-24
|
James Berry
|
Support CodeWarrior 8.
(Important Note: Since Codewarrior 8 at long last supports HFS+ long file
names, these projects now directly reference the src/xercesc files instead of
the previously shortened file names in the MacSrc directory. With CodeWarrior
8 and these projects it is no longer necessary to run the perl script
ShortenNames.pl to generate that MacSrc directory.)
|
2002-06-24
|
Robert Buck
|
[Bug 10067] SEnumVal bugs found when porting to Visual Studio .NET.
|
2002-06-24
|
Robert Buck
|
[Bug 10180] New Visual Studio .NET Project Files.
|
2002-06-18
|
Khaled Noaman
|
DOM L3: Add Wrapper4DOMInputSource and Wrapper4InputSource.
|
2002-06-18
|
Khaled Noaman
|
DOM L3: Modify DOMCount to modify DOMBuilder.
|
2002-06-18
|
Peter A. Volchek
|
Bug#9950: Compilation error on MSVC5.
|
2002-06-17
|
Tinny Ng
|
Add feature "http://apache.org/xml/features/validation-error-as-fatal", and users should
use setFeature instead of setValidationConstraintFatal in SAX2XMLReader.
|
2002-06-17
|
Tinny Ng
|
Add feature "http://apache.org/xml/features/continue-after-fatal-error", and users should
use setFeature instead of setExitOnFirstFatalError in SAX2XMLReader.
|
2002-06-17
|
Tinny Ng
|
Name Xerces features as XMLUni::fgXercesXXXX instead of XMLUni::fgSAX2XercesXXXX
so that they can be shared with DOM parser.
|
2002-06-14
|
PeiYong Zhang
|
Build 64bit production on Itaniums platform (Windows and Linux) using Intel Compiler.
|
2002-06-12
|
Tinny Ng
|
DOM L3: Add DOMUserDataHandler, DOMNode::set/getUserData.
|
2002-06-12
|
Tinny Ng
|
Fix: Thread-safety in DOMString. The reference or update to DOMString::gLiveStringHandleCount should be synchronized (locked).
|
2002-06-07
|
Tinny Ng
|
DOM L3: Add Entity::get/setActualEncoding, get/setEncoding, get/setVersion.
|
2002-06-07
|
Tinny Ng
|
DOM L3: Add Document::get/setActualEncoding, get/setEncoding, get/setVersion, get/setStandalone, get/setDocumentURI.
|
2002-06-03
|
Tinny Ng
|
DOM L3: Add DOMImplementationRegistry and DOMImplementationSource.
|
2002-05-30
|
Tinny Ng
|
Add feature http://apache.org/xml/features/nonvalidating/load-external-dtd to
optionally ignore external DTD.
|
2002-05-29
|
Khaled Noaman
|
DOM L3: Add DOMInputSource, DOMEntityResolver, DOMImplementationLS and DOMBuilder.
|
2002-05-29
|
Gereon Steffens
|
[Bug 9489] Malformed HTTP GET Requests in UnixHTTPUrlInputStream.
|
2002-05-28
|
PeiYong Zhang
|
DOM L3: Modify DOMPrint to use DOMWriter.
|
2002-05-28
|
PeiYong Zhang
|
DOM L3: Add DOMWriter, DOMWriterFilter, LocalFileFormatTarget, StdOutFormatTarget, and MemBufFormatTarget.
|
2002-05-28
|
Tinny Ng
|
[Bug 9104] prefixes dissapearing when schema validation turned on.
|
2002-05-27
|
Tinny Ng
|
Add DOMDocumentRange and DOMDocumentTraversal.
|
2002-05-27
|
Khaled Noaman
|
Performance: Lazily store top-level components to eliminate unnecessary traversal
of DOM tree when looking up for a top level component.
|
2002-05-27
|
Khaled Noaman
|
Performance: Use pre-built element-attribute map table.
|
2002-05-27
|
Tinny Ng
|
To get ready for 64 bit large file, use XMLSSize_t to represent line and column number.
|
2002-05-27
|
Tinny Ng
|
Define XMLSize, XMLSSize_t and their associate MAX.
|
2002-05-24
|
Khaled Noaman
|
Performance: Eliminate mulitple calls to addRange and sort in regx.
|
2002-05-23
|
Khaled Noaman
|
Performance: Use XMLBufferMgr instead of local creation of XMLBuffer(s).
|
2002-05-22
|
Khaled Noaman
|
DOM L3: Add AbstractDOMParser, DOMError, DOMErrorHandler, and DOMLocator.
|
2002-05-21
|
Tinny Ng
|
DOM Reorganization (rename IDOM and deprecate old DOM) and other documentation update.
|
2002-05-19
|
James Berry
|
[Bug 9237] Encoding spec in lower case (DTD/XML) not recognized.
|
2002-05-10
|
Tinny Ng
|
[Bug 8967] Default element behaviour is incorrect (schema only).
|
2002-05-08
|
Martin Kalen
|
[Bug 7701] NameIdPoolEnumerator copy constructor should call base class.
|
2002-05-08
|
PeiYong Zhang
|
[Bug 8899] Missing implementation of Op::Op(const Op&) causes Intel C++ Win32 link to fail.
|
2002-05-08
|
Khaled Noaman
|
[Bug 8301] INFINITY used as enum member.
|
2002-05-08
|
David Bertoni
|
[Bug 8381] XMLScanner performance fixes.
|
2002-05-08
|
PeiYong Zhang
|
[Bug 8898] SchemaElementDecl doesn't compile with Intel C++ for IA32.
|
2002-05-07
|
Tinny Ng
|
Schema Fix: re-add the ID, IDREF ... datatype validators only if they were not there.
|
2002-05-07
|
Khaled Noaman
|
Update SAX2 documentation to tell users it is necessary to delete
the parser returned by XMLReaderFactory::createXMLReader.
|
2002-05-07
|
David Bertoni
|
[Bug 8852] UnixHTTPURLInputStream.cpp includes unneeded file.
|
2002-05-06
|
David Bertoni
|
[Bug 8492] Incorrect HP link options.
|
2002-05-03
|
Martin Kalen
|
[Bug 7341] Missing newline at end of util and DOM source files.
|
2002-05-03
|
Martin Kalen
|
[Bug 7261] Remove obsolete define in UnixWareDefs.hpp.
|
2002-05-03
|
PeiYong Zhang
|
[Bug 8769] UMR (uninitialized memory read) detected by memory tool.
|
2002-05-01
|
Tinny Ng
|
[Bug 7265] UnixWare port broken in platformTerm().
|
2002-04-24
|
Jason Stewart
|
[Bug 8495] URLInputSource constructor initializes fURL member incorrectly.
|
2002-04-22
|
PeiYong Zhang
|
Build AIX 64 bit binary.
|
2002-04-19
|
Khaled Noaman
|
[Bug 8236] Problem with recursive and derived elements.
|
2002-04-18
|
PeiYong Zhang
|
[Bug 7301] Redundant range-check in HexBin.cpp.
|
2002-04-17
|
Tinny Ng
|
[Bug 7583] Build warnings with MS Visual Studio .NET.
|
2002-04-17
|
Tinny Ng
|
[Bug 7493] The word "occured" is misspelled and it is a global error.
|
2002-04-17
|
PeiYong Zhang
|
[Bug 8195] Invalid path to build 'samples' target.
|
2002-04-16
|
PeiYong Zhang
|
[Bug 8156] Bad path name breaks build.
|
2002-04-16
|
PeiYong Zhang
|
[Bug 8168] Error when attempting to build NetAccessors.
|
2002-04-09
|
Khaled Noaman
|
[Bug 7706] XMLString::lowerCase() does not work.
|
2002-04-09
|
PeiYong Zhang
|
[Bug 6095] Modify .so name to have version number.
|
2002-04-08
|
Tinny Ng
|
ICU 2.0.2 Update.
|
2002-04-04
|
Khaled Noaman
|
Change min/maxOccurs from unsigned int to int.
|
2002-04-03
|
Khaled Noaman
|
[Bug 7565] Attributes in different namespaces produce a Fatal Exception.
|
2002-04-03
|
Tinny Ng
|
check null string first in isWSCollapsed and fix [Bug 6902] Typo in XMLString.cpp.
|
2002-04-02
|
Martin Kalen
|
[Bug 7555] Enable AIX build with newer xlC versions.
|
2002-04-02
|
Khaled Noaman
|
Modiy QName comparison (operator==).
|
2002-04-01
|
Tinny Ng
|
According to DOM spec, setNodeValue by default is no-op.
|
2002-04-01
|
Tinny Ng
|
Do not issue DOM_DOMException::INUSE_ATTRIBUTE_ERR if the owner is the same.
|
2002-04-01
|
Tinny Ng
|
DOMString problem with Asian codepages.
|
2002-04-01
|
PeiYong Zhang
|
[Bug 7551] Exceptions are caught by value, rather than by reference.
|
2002-04-01
|
Tinny Ng
|
[Bug 7585] xml4com.dsp - Cannot open source file.
|
2002-04-01
|
Khaled Noaman
|
[Bug 7297] Validation of schema included in document fails with improper error.
|
2002-04-01
|
Khaled Noaman
|
Move Element Consistency checking (ref to global declarations) to SchemaValidator.
|
2002-03-27
|
Tinny Ng
|
[Bug 1173] DOMParser entity resolution property is messed about.
|
2002-03-27
|
Tinny Ng
|
Fix: not all the children of EntityReference Node is set to readOnly.
|
2002-03-27
|
Tinny Ng
|
Should call setReadOnly instead of isReadOnly to populate the flag.
|
2002-03-27
|
Tinny Ng
|
[Bug 3010] DocumentImpl::importNode - Missed Readonly Flag Restore.
|
2002-03-27
|
Tinny Ng
|
Correct count element routine in IDOMCount.
|
2002-03-26
|
Khaled Noaman
|
[Bug 7471] Failed to validate correctly when schema has <xsd:extension> and the base has an attribute.
|
2002-03-25
|
Khaled Noaman
|
Move particle derivation checking from TraverseSchema to SchemaValidator.
|
2002-03-22
|
Khaled Noaman
|
[Bug 7358] About TraverseSchema::traverseSimpleTypeDecl member function.
|
2002-03-21
|
Khaled Noaman
|
Add support for reporting line/column numbers of schema errors.
|
2002-03-19
|
PeiYong Zhang
|
[Bug 7164] DOMParser with a DTD leak!
|
2002-03-19
|
Khaled Noaman
|
Fix for declarations referenced from a different NS in the case of a circular import.
|
2002-03-19
|
PeiYong Zhang
|
[Bug 7243] Base64 encoding is not working.
|
2002-03-19
|
Khaled Noaman
|
[Bug 7074] Unwarranted error regarding "no circular definitions allowed".
|
2002-03-18
|
Khaled Noaman
|
[Regx Fix] Change constant names to eliminate possible conflict with user defined ones.
|
2002-03-18
|
Tinny Ng
|
[Bug 7162] IconvFreeBSDTransService.cpp needs an #include statement fixed to use xercesc.
|
2002-03-15
|
Tinny Ng
|
[Bug 6888] NodeIterator. Retrofit this typo that was applied to Xerces-J, although this
function "matchNodeOrParent" is not used in Xerces-C++.
|
2002-03-15
|
Tinny Ng
|
DOMString Thread safe Fix: should lock the entire deleter function where freeListPtr and
blockListPtr are modified.
|
2002-03-15
|
Tinny Ng
|
Issue DOMException::INDEX_SIZE_ERR if count is greater than length, equal to length is ok.
|
2002-03-14
|
Tinny Ng
|
IDOM Fix: Issue IDOM_DOMException::INDEX_SIZE_ERR if count or offset is negative.
|
2002-03-14
|
Tinny Ng
|
IDOM Fix: Initialize fPublic/fSystemId to zero in IDNotationImpl.
|
2002-03-14
|
Tinny Ng
|
Certain IDOM Node should call fParent.normalize().
|
2002-03-14
|
Tinny Ng
|
Run methods test[NodeType] in the IDOMTest and other fixes.
|
2002-03-12
|
Mark Russell
|
[Bug 1687] resValue not always updated when making a transcoder.
|
2002/03/11
|
PeiYong Zhang
|
[Bug 7000] The URL is corrupted in UnixHTTPURLInputStream.cpp.
|