cvs commit: xml-xerces/c/doc faq-build.xml program-others.xml

2003-01-10 Thread tng
tng 2003/01/10 07:47:06 Modified:c/docfaq-build.xml program-others.xml Log: More documentation about use of C++ namespace. Revision ChangesPath 1.13 +72 -0 xml-xerces/c/doc/faq-build.xml Index: faq-build.xml

cvs commit: xml-xerces/c/scripts xerces-c.spec

2003-01-10 Thread tng
tng 2003/01/10 08:13:24 Removed: c/scripts xerces-c.spec Log: [Bug 5854] Patches and .spec file for rpm creation of 2.2.0. Patch from Albert Strasheim. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addition

cvs commit: xml-xerces/c xerces-c.spec

2003-01-10 Thread tng
tng 2003/01/10 08:13:39 Added: cxerces-c.spec Log: [Bug 5854] Patches and .spec file for rpm creation of 2.2.0. Patch from Albert Strasheim. Revision ChangesPath 1.1 xml-xerces/c/xerces-c.spec Index: xerces-c.spec =

cvs commit: xml-xerces/c/doc build-misc.xml build.xml

2003-01-10 Thread tng
tng 2003/01/10 08:30:39 Modified:c/docbuild-misc.xml build.xml Log: [Bug 5854] Patches and .spec file for rpm creation of 2.2.0. Patch from Albert Strasheim. Revision ChangesPath 1.16 +15 -0 xml-xerces/c/doc/build-misc.xml Index: build-misc.xml

cvs commit: xml-xerces/c/src/xercesc/validators/datatype UnionDatatypeValidator.hpp

2003-01-10 Thread tng
tng 2003/01/10 08:48:47 Modified:c/src/xercesc/validators/datatype UnionDatatypeValidator.hpp Log: [Bug 14912] crashes inside UnionDatatypeValidator::isSubstitutableBy. Patch from Alberto Massari. Revision ChangesPath 1.5 +10 -6 xml-xerces/c/src/xercesc/

cvs commit: xml-xerces/c/samples Makefile.incl

2003-01-10 Thread tng
tng 2003/01/10 09:32:51 Modified:c/samples Makefile.incl Log: [Bug 14545] samples/Makefile.incl has bad -L for linux. Revision ChangesPath 1.53 +2 -2 xml-xerces/c/samples/Makefile.incl Index: Makefile.incl =

cvs commit: xml-xerces/c/tests Makefile.incl

2003-01-10 Thread tng
tng 2003/01/10 09:33:00 Modified:c/tests Makefile.incl Log: [Bug 14545] samples/Makefile.incl has bad -L for linux. Revision ChangesPath 1.35 +2 -2 xml-xerces/c/tests/Makefile.incl Index: Makefile.incl

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp

2003-01-10 Thread tng
tng 2003/01/10 10:43:31 Modified:c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp Log: [Bug 13909] Use of non standard mbstowcs feature. Revision ChangesPath 1.10 +8 -4 xml-xerces/c/src/xercesc/util/Transcoders/Iconv/IconvTransService.cpp Ind

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Iconv390 Iconv390TransService.cpp

2003-01-10 Thread tng
tng 2003/01/10 10:43:51 Modified:c/src/xercesc/util/Transcoders/Iconv390 Iconv390TransService.cpp Log: [Bug 13909] Use of non standard mbstowcs feature. Revision ChangesPath 1.5 +8 -23 xml-xerces/c/src/xercesc/util/Transcoders/Iconv3

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/Win32 Win32TransService.cpp

2003-01-10 Thread tng
tng 2003/01/10 10:44:29 Modified:c/src/xercesc/util/Transcoders/Win32 Win32TransService.cpp Log: [Bug 13909] Use of non standard mbstowcs feature. Revision ChangesPath 1.6 +63 -44 xml-xerces/c/src/xercesc/util/Transcoders/Win32/Win32TransService.cpp Ind

cvs commit: xml-xerces/java/src/org/apache/xerces/jaxp SAXParserImpl.java DocumentBuilderImpl.java

2003-01-10 Thread neilg
neilg 2003/01/10 16:20:51 Modified:java/src/org/apache/xerces/jaxp SAXParserImpl.java DocumentBuilderImpl.java Log: fix JAXP 1.2 limitation where DTD errors would be emitted if a DTD were present, even if the schemaLanguage property was set appropriately.