mrglavas2005/03/14 15:09:35
Modified:java/src/org/apache/xerces/util SymbolTable.java
Log:
Improve performance of SymbolTable.addSymbol(String). In many instances the
strings
we pass into this method are already internalized. In such cases calling
String.hashCode()
will yield b
gareth 2005/03/14 09:07:01
Modified:c/src/xercesc/validators/schema TraverseSchema.cpp
Log:
Fix for Jira 1376. Patch by Christian Will.
Revision ChangesPath
1.132 +5 -5
xml-xerces/c/src/xercesc/validators/schema/TraverseSchema.cpp
Index: TraverseSchema.cpp
gareth 2005/03/14 08:21:10
Modified:c/src/xercesc config.guess config.sub configure runConfigure
Log:
Fix to Jira 1375. Removed space char between #! and /
Revision ChangesPath
1.3 +1 -1 xml-xerces/c/src/xercesc/config.guess
Index: config.guess
gareth 2005/03/14 08:18:10
Modified:c/tests config.guess config.sub configure runConfigure
Log:
Fix to Jira 1375. Removed space char between #! and /.
Revision ChangesPath
1.4 +1 -1 xml-xerces/c/tests/config.guess
Index: config.guess
==