cvs commit: xml-xerces/java/tools/bin xjavac.jar xjavac.LICENSE.txt

2002-09-27 Thread neilg
neilg 2002/09/27 15:31:04 Modified:java build.sh build.bat build.xml Added: java/tools/src XJavac.java java/tools/bin xjavac.jar xjavac.LICENSE.txt Log: enable Xerces to be compiled under IBM JDK 1.4.0 without hacking the JDK installation. This should

cvs commit: xml-xerces/java/tools/src - New directory

2002-09-27 Thread neilg
neilg 2002/09/27 15:25:21 xml-xerces/java/tools/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-xerces/c/tests/DOM/DeprecatedDOMCount DeprecatedDOMCount.cpp

2002-09-27 Thread tng
tng 2002/09/27 12:31:13 Modified:c/tests/DOM/DeprecatedDOMCount DeprecatedDOMCount.cpp Log: Samples Fix: wrong length in memset Revision ChangesPath 1.3 +2 -2 xml-xerces/c/tests/DOM/DeprecatedDOMCount/DeprecatedDOMCount.cpp Index: DeprecatedDOMCount.c

cvs commit: xml-xerces/c/samples/SAXCount SAXCount.cpp

2002-09-27 Thread tng
tng 2002/09/27 12:25:10 Modified:c/samples/SAXCount SAXCount.cpp Log: Samples Fix: wrong length in memset Revision ChangesPath 1.22 +4 -1 xml-xerces/c/samples/SAXCount/SAXCount.cpp Index: SAXCount.cpp =

cvs commit: xml-xerces/c/samples/SAX2Count SAX2Count.cpp

2002-09-27 Thread tng
tng 2002/09/27 12:24:58 Modified:c/samples/SAX2Count SAX2Count.cpp Log: Samples Fix: wrong length in memset Revision ChangesPath 1.19 +4 -1 xml-xerces/c/samples/SAX2Count/SAX2Count.cpp Index: SAX2Count.cpp

cvs commit: xml-xerces/c/samples/DOMCount DOMCount.cpp

2002-09-27 Thread tng
tng 2002/09/27 12:24:36 Modified:c/samples/DOMCount DOMCount.cpp Log: Samples Fix: wrong length in memset Revision ChangesPath 1.28 +2 -2 xml-xerces/c/samples/DOMCount/DOMCount.cpp Index: DOMCount.cpp =

cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMNodeImpl.cpp

2002-09-27 Thread tng
tng 2002/09/27 12:21:28 Modified:c/src/xercesc/dom/impl DOMNodeImpl.cpp Log: DOM L3 fix: lookupnamespaceURI and isDefaultNamespace. Revision ChangesPath 1.19 +7 -17 xml-xerces/c/src/xercesc/dom/impl/DOMNodeImpl.cpp Index: DOMNodeImpl.cpp =

cvs commit: xml-xerces/c/src/xercesc/dom/impl DOMDocumentImpl.cpp DOMEntityImpl.cpp DOMNotationImpl.cpp

2002-09-27 Thread tng
tng 2002/09/27 12:18:40 Modified:c/src/xercesc/dom/impl DOMDocumentImpl.cpp DOMEntityImpl.cpp DOMNotationImpl.cpp Log: DOM L3 fix: check null string first before assigning baseURI Revision ChangesPath 1.26 +8 -4 xml-xerces/c/src/xerc

cvs commit: xml-xerces/c/doc faq-other.xml

2002-09-27 Thread tng
tng 2002/09/27 07:45:32 Modified:c/docfaq-other.xml Log: Add FAQ about XPath support Revision ChangesPath 1.17 +19 -2 xml-xerces/c/doc/faq-other.xml Index: faq-other.xml === RCS fil

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs XMLSchemaValidator.java

2002-09-27 Thread neeraj
neeraj 2002/09/27 07:15:09 Modified:java/src/org/apache/xerces/parsers StandardParserConfiguration.java java/src/org/apache/xerces/impl Constants.java java/src/org/apache/xerces/impl/xs XMLSchemaValidator.java Log: It should als

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.cpp

2002-09-27 Thread tng
tng 2002/09/27 06:33:43 Modified:c/src/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.cpp Log: [Bug 12547] Xerces C++ 2.1 fails to build on Linux 64 bits arch with -tlinux. Patch from Guillaume Morin. Revision ChangesPath 1.2 +

cvs commit: xml-xerces/c/src/xercesc/validators/schema GeneralAttributeCheck.cpp

2002-09-27 Thread tng
tng 2002/09/27 06:22:53 Modified:c/src/xercesc/validators/schema GeneralAttributeCheck.cpp Log: [Bug 13073] GeneralAttributeCheck.cpp : compilation fails with Sun C++ 4.2 on Solaris2.7 system. Revision ChangesPath 1.8 +4 -1 xml-xerces/c/src/xercesc/valid

cvs commit: xml-xerces/c/src/xercesc/internal XMLReader.hpp

2002-09-27 Thread tng
tng 2002/09/27 05:56:24 Modified:c/src/xercesc/internal XMLReader.hpp Log: [Bug 12740] Extra include. By Peter Volchek. Revision ChangesPath 1.3 +3 -1 xml-xerces/c/src/xercesc/internal/XMLReader.hpp Index: XMLReader.hpp

cvs commit: xml-xerces/c/src/xercesc/util HashPtr.hpp

2002-09-27 Thread tng
tng 2002/09/27 05:47:12 Modified:c/src/xercesc/util HashPtr.hpp Log: [Bug 12847] bulid warning for non-virtual constuctor. By Gareth Reakes. Revision ChangesPath 1.2 +15 -15xml-xerces/c/src/xercesc/util/HashPtr.hpp Index: HashPtr.hpp ===

cvs commit: xml-xerces/c/src/xercesc/validators/schema XSDDOMParser.cpp

2002-09-27 Thread tng
tng 2002/09/27 05:41:48 Modified:c/src/xercesc/validators/schema XSDDOMParser.cpp Log: [Bug 128484] newline warning whist building. By Gareth Reakes. Revision ChangesPath 1.7 +3 -2 xml-xerces/c/src/xercesc/validators/schema/XSDDOMParser.cpp Index: XS