cvs commit: xml-xerces/c/src/xercesc Makefile.in

2004-07-23 Thread amassari
amassari2004/07/23 05:40:23 Modified:c/src/xercesc Makefile.in Log: Removed extra LIBNAME assignment (jira# 862) Revision ChangesPath 1.22 +1 -6 xml-xerces/c/src/xercesc/Makefile.in Index: Makefile.in ==

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

2004-07-23 Thread amassari
amassari2004/07/23 07:35:03 Modified:c/src/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.cpp Log: A global mutex was not cleaned up Revision ChangesPath 1.13 +12 -0 xml-xerces/c/src/xercesc/util/Transcoders/IconvGNU/IconvGNUTrans

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

2004-07-23 Thread amassari
amassari2004/07/23 08:29:09 Modified:c/src/xercesc/util/Transcoders/IconvGNU IconvGNUTransService.cpp Log: transcode was badly terminating the converted string (jira#1206) Revision ChangesPath 1.14 +5 -2 xml-xerces/c/src/xercesc/util/Tra

cvs commit: xml-xerces/java/src/org/apache/xerces/parsers XML11NonValidatingConfiguration.java XML11DTDConfiguration.java

2004-07-23 Thread mrglavas
mrglavas2004/07/23 08:50:15 Modified:java/src/org/apache/xerces/parsers XML11NonValidatingConfiguration.java XML11DTDConfiguration.java Log: Allow the SAXParser to recognize these configurations as supporting XML 1.1. Also some ident

cvs commit: xml-xerces/c/src/xercesc/util/Transcoders/IconvFBSD IconvFBSDTransService.cpp

2004-07-23 Thread amassari
amassari2004/07/23 09:05:50 Modified:c/src/xercesc/util/Transcoders/IconvFBSD IconvFBSDTransService.cpp Log: transcode was badly terminating the converted string (jira#1179) Revision ChangesPath 1.16 +9 -7 xml-xerces/c/src/xercesc/util/T

cvs commit: xml-xerces/java build.xml

2004-07-23 Thread mrglavas
mrglavas2004/07/23 13:02:28 Modified:java build.xml Log: Fix broken dtd target. Revision ChangesPath 1.171 +8 -1 xml-xerces/java/build.xml Index: build.xml === RCS file: /home/cvs/xml-xe

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

2004-07-23 Thread amassari
amassari2004/07/23 14:16:07 Modified:c/src/xercesc/util/Transcoders/Iconv IconvTransService.cpp Log: calcRequiredSize assumed all the characters were of the same size (jira#1142) - Patch by Anders Hybertz Revision ChangesPath 1.16 +11 -10 xml-xerces/c/src/xerces

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

2004-07-23 Thread sandygao
sandygao2004/07/23 15:16:09 Modified:java/src/org/apache/xerces/impl/xs/traversers XSDHandler.java Log: Fixing Jira bug [XERCESJ-991]. Sometimes, due to some schema errors, we try to remove a particle from another particle which is empty. We didn't check f

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

2004-07-23 Thread sandygao
sandygao2004/07/23 15:49:52 Modified:java/src/org/apache/xerces/impl/xs XMLSchemaValidator.java Log: Formatting changes: Converting leading tabs to 4 spaces. They look really ugly in some editors. Revision ChangesPath 1.156 +3674 -3674xml-xerces/java/src/org/apache

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

2004-07-23 Thread sandygao
sandygao2004/07/23 15:55:21 Modified:java/src/org/apache/xerces/impl/xs XMLSchemaValidator.java Log: Fixing Jira bug [XERCESJ-994]. When the values for features/properties don't change between parses, we don't bother getting those values again in "reset". The parser has a list