| Date | Contributor | Description | 
    
        | 2000-09-21 | Torbjörn Bäckström | HPUX - Incorrect use of Array Janitor in Platform Utils removed. | 
    
        | 2000-09-21 | Arundhati Bhowmick | DOMPrint - DTD internal subset, printing of attribute value enumerations was broken. | 
    
        | 2000/09/19 | Arundhati Bhowmick | DOMPrint - output entity reference nodes as XML entity references, instead of just printing their children. | 
    
        | 2000-09-19 | Bill Schindler | OS/2 - port update | 
    
        | 2000-09-18 | Arundhati Bhowmick | DOM EntityReferences, fixed bugs with length() and hasChildNodes() methods. | 
    
        | 2000-09-12 | Arundhati Bhowmick | DOM: changed name of expandEntityReferences option to createEntityReferenceNodes.  More accurately describes what
            it does.  Fixed bugs that caused creation of Entity Reference nodes to fail. | 
    
        | 2000-09-12 | IBM | AS400 - transcoder updates. | 
    
        | 2000-09-11 | Shengkai Qu | OS390 - makefile updates | 
    
        | 2000-09-11 | Kirk Wylie | Alpha processor support update in config.sub. | 
    
        | 2000-09-08 | Kirk Wylie | Reordered member variables in ThrowEOEJanitor. | 
    
        | 2000-09-08 | Arnaud LeHors | DOM NamedNodeMap - because in many cases we may have to deal with both nodes with a namespace and nodes without
            any, NS methods through findNamePoint must handle both types of nodes. | 
    
        | 2000-09-08 | Kirk Wylie | Some destructors not virtual that should have been; some members of DOM_Entity virtual that should not have been. | 
    
        | 2000-09-08 | Andy Heninger | Removed incorrect detection of nested CDATA sections.  Problem reported by Johannes Lipp. | 
    
        | 2000-09-08 | Andy Heninger | DOMPrint incorrectly handled DOCTYPE declarations containing both a public and system id.  Problem reported by
            Jesse Pelton. | 
    
        | 2000-09-08 | Radovan Chytracek | MSVC:  RangeTest project settings incorrect, build failed. | 
    
        | 2000-09-07 | Bob Kline | XMLReader::skippedString(),  failed under certain rare circumstances. | 
    
        | 2000-09-07 | Andy Heninger | Fix SAXException assignment operator.  Now non-virtual, and SAXParseException subclass invokes base class operator. | 
    
        | 2000-09-06 | William L. Hopper | Borland  updates.  It had fallen way behind. | 
    
        | 2000-09-06 | Andy Heninger | HPUX 11, packageBinaries build script, DCEThreads no longer default | 
    
        | 2000-09-06 | James Berry | Macintosh:  Add support for new compile time options defined in prefix file.  These control the selection of the
            msgloader, transcoder, and netaccessor.  Add a tiny bit of robustness to the nasty panic method.. | 
    
        | 2000-09-06 | Shengkai Qu | S390: socket related changes | 
    
        | 2000-09-06 | James Berry | Macintosh: Allow ShortenFiles to work even when destination directory already exists. | 
    
        | 2000-09-06 | Arundhati Bhowmick | HP compile options modified for ICU compatibility | 
    
        | 2000-09-05 | Michael Crawford | Macintosh: Fix atomic increment & decrement to return value after operation rather than before. | 
    
        | 2000-09-05 | Andy Heninger | Cleaned up various compiler warnings. | 
    
        | 2000-09-05 | Andy Heninger | SAX parser: added advanced callback support for XMLDecl | 
    
        | 2000-09-01 | Andy Heninger | Fix ICU transcoding service, crashing bug on Linux, Solaris | 
    
        | 2000-08-30 | Andy Heninger | Builds - clean up a number of compiler warnings. | 
    
        | 2000-08-24 | Andy Heninger | DOMPrint - fixed crash when input xml file was not found. | 
    
        | 2000-08-23 | Andy Heninger | Build Script updates and cleanups | 
    
        | 2000-08-18 | Andy Heninger | Version number bumped to 1.3 in preparation for the upcoming xerces 1.3 / xml4c 3.3 release | 
    
        | 2000-08-17 | Arnaud Lehors | DOM: Rewrote code updating the linked list on node addition and  removal. I believe it is now easier to read and
            it uses fewer tests so it is also a little faster. | 
    
        | 2000-08-17 | Arnaud Lehors | DOM: small cleanup: renamed a set of [] boolean flag methods.   yes, I know, I also wish I got them right
            in the first place... | 
    
        | 2000-08-17 | Sumit Chawla | PTX port updates | 
    
        | 2000-08-16 | Andy Heninger | Fixed crash when XML text content has very long lines. Bug pointed out by Simon Fell. | 
    
        | 2000-08-14 | Joe Polastre | SAX2 DefaultHandler, inconsistency in const parameters fixed. | 
    
        | 2000-08-11 | Arundhati Bhowmick | ICU Transcoding - updates to support ICU 1.6 | 
    
        | 2000-08-09 | Arundhati Bhowmick | DOM Range:  Add const to API where appropriate. | 
    
        | 2000-08-09 | Joe Polastre | Many conformance and stability changes: - ContentHandler::resetDocument() removed
 - attrs param of ContentHandler::startDocument() made const
 - SAXExceptions thrown now have msgs
 - removed duplicate function signatures that had 'const'
 [ eg: getContentHander() ]
 - changed getFeature and getProperty to apply to const objs
 - setProperty now takes a void* instead of const void*
 - SAX2XMLReaderImpl does not inherit from SAXParser anymore
 - Reuse Validator (http://apache.org/xml/features/reuse-validator) implemented
 - Features & Properties now read-only during parse
 | 
    
        | 2000-08-09 | Joe Polastre | Namespaces bug - bogus default namespace removed. | 
    
        | 2000-08-09 | Joe Polastre | SAXException enhanced, messages added. | 
    
        | 2000-08-08 | Joe Polastre | SAX2Count - new sample program for SAX2. | 
    
        | 2000-08-07 | Arundhati Bhowmick | Remove detach() method from TreeWalker. | 
    
        | 2000-08-03 | James Berry | Add Mac Codewarrior projects. | 
    
        | 2000-08-01 | Joe Polastre | SAX2 support added | 
    
        | 2000-08-01 | Gary Gale | Compaq Tru64 port added. | 
    
        | 2000-07-31 | Joe Polastre | bug fix in removeAll() to zero out all the pointers. | 
    
        | 2000-07-31 | Andy Heninger | utf-8 byte order mark recognition | 
    
        | 2000-07-29 | James Berry | Mac OS Port, general cleanups. | 
    
        | 2000-07-28 | James Berry | Addition of NetAccessor functionality for MacOS, built on URLAccess library. | 
    
        | 2000-07-28 | Arundhati Bhowmick | ICU Transcoding service: changes for move to ICU 1.6 | 
    
        | 2000-07-27 | Arundhati Bhowmick | DOM Range added. (Major new feature) | 
    
        | 2000-07-27 | Murray Cumming | makefile fixes for SUNW_0.7 | 
    
        | 2000-07-25 | Arundhati Bhowmick | XMLCh character constants definitions moved to XMLUniDefs.h. Removes name clashes with application defined symbols. | 
    
        | 2000-07-25 | Joe Polastre | allow nesting of PlatformUtils::Init() and Terminate() | 
    
        | 2000-07-25 | Gary Gale | ICU transcoding: fix off by one error. | 
    
        | 2000-07-21 | <check> | Change wcsupr to _wcsupr | 
    
        | 2000-07-21 | Eric Schroeder | Win32TransService - fix error in use of hashtables | 
    
        | 2000-07-21 | Joe Polastre | DOMPrint: fixed error in handling of null CDATA sections. | 
    
        | 2000-07-20 | Andy Heninger | Improved net access (parse of URLs). Still weak, though. | 
    
        | 2000-07-20 | Erik Schroeder | XMLScaner.cpp bugfix: call startDocument() at beginning of scan. | 
    
        | 2000-07-20 | Arundhati Bhowmick | DOMCount exception handling cleaned up. | 
    
        | 2000-07-19 | Todd Collins | runConfigure: modified to take "configureoptions" | 
    
        | 2000-07-19 | <check> | Add 'make install' target to src/util/Platforms/Makefile.in | 
    
        | 2000-07-19 | <check> | DOM: BugFix: DocumentType nodes can not have children. | 
    
        | 2000-07-19 | <check> | DOM: Bug in NodeIDMap constructor. | 
    
        | 2000-07-18 | Anupam Bagchi | Documentation generation tools updated. | 
    
        | 2000-07-17 | James Berry | Mac OS port brought up to date (was very old) | 
    
        | 2000-07-17 | Andy Heninger | Change windows project to link with ws2_32.lib instead of winsock32.lib | 
    
        | 2000-07-17 | Grace Yan, Joe Kesselman | DOM NodeIterator: bug fix for SHOW_ELEMENT flag incorrectly being retrieved. | 
    
        | 2000-07-17 | Joe Polastre | switched scanMisc() with endDoc() in scanNext. Pointed out by Dean Roddey. | 
    
        | 2000-07-17 | Jim Reitz | fix for uninitialized variable gotData bug in XMLScanner.cpp. | 
    
        | 2000-07-12 | Arundhati Bhowmick | DOM: fix bug in setting previous sibling pointer during insertNode | 
    
        | 2000-07-07 | Joe Polastre | Update to use of hashtables. | 
    
        | 2000-07-07 | Joe Polastre | DOM userdata: several bug fixes. | 
    
        | 2000-07-06 | Andy Heninger | Speedups in XMLScanner, XMLReader | 
    
        | 2000-07-07 | <check> | bug fixes in IXMLDOM* | 
    
        | 2000-07-06 | Joe Polastre | Performance tweaks, added more inlines. | 
    
        | 2000-07-05 | Anupam Bagchi | Documentation updates. | 
    
        | 2000-07-05 | Joe Polastre | DOM: Attribute node default value handling implemented. | 
    
        | 2000-07-05 | Joe Polastre | DOM Attr nodes - fixed setting of specified when cloning. (change may be in error) | 
    
        | 2000-07-04 | Dean Roddey | Fixed a memory leak when namespaces are enabled. | 
    
        | 2000-06-28 | Curt Arnold | COM object usage documentation update. | 
    
        | 2000-06-28 | Joe Polastre | DOM Userdata - put pointers in a hash table rather than having one pre-allocated per node. Memory footprint reduction. | 
    
        | 2000-06-27 | Joe Polastre | extended the (implementation) hash table classes. | 
    
        | 2000-06-26 | John Roper@iOra.com | Bug fix: check if initialized in Terminate() to stop access violations. | 
    
        | 2000-06-26 | <check> | Solaris build - template directory related changes. |