cvs commit: xml-xerces/c/src/xercesc/framework XMLRecognizer.cpp

2004-09-22 Thread cargilld
cargilld2004/09/22 17:50:49 Modified:c/src/xercesc/dom/deprecated DocumentImpl.cpp RangeImpl.cpp c/src/xercesc/framework XMLRecognizer.cpp Log: Bug fixes reported by John Hibbert. Revision ChangesPath 1.10 +8 -5 xml-xerces/c/src/xercesc/dom/deprec

cvs commit: xml-xerces/c/src/xercesc/framework XMLRecognizer.cpp

2003-02-05 Thread peiyongz
peiyongz2003/02/05 09:30:20 Modified:c/src/xercesc/framework XMLRecognizer.cpp Log: Bug#16796: Possible out of bounds memory read in XMLRecognizer::basicEncodingProbe Revision ChangesPath 1.7 +43 -10xml-xerces/c/src/xercesc/framework/XMLRecognizer.cpp Index

cvs commit: xml-xerces/c/src/xercesc/framework XMLRecognizer.cpp

2003-01-29 Thread peiyongz
peiyongz2003/01/29 08:44:28 Modified:c/src/xercesc/framework XMLRecognizer.cpp Log: Allow double UTF-16 BOM. Revision ChangesPath 1.6 +3 -3 xml-xerces/c/src/xercesc/framework/XMLRecognizer.cpp Index: XMLRecognizer.cpp

cvs commit: xml-xerces/c/src/xercesc/framework XMLRecognizer.cpp XMLFormatter.hpp XMLFormatter.cpp

2003-01-28 Thread peiyongz
peiyongz2003/01/28 10:32:33 Modified:c/src/xercesc/framework XMLRecognizer.cpp XMLFormatter.hpp XMLFormatter.cpp Log: Bug#13694: Allow Xerces to write the BOM to XML files Revision ChangesPath 1.5 +8 -5 xml-xerces/c/src/xercesc/framework

cvs commit: xml-xerces/c/src/xercesc/framework XMLRecognizer.cpp

2002-11-25 Thread tng
tng 2002/11/25 13:23:32 Modified:c/src/xercesc/framework XMLRecognizer.cpp Log: Performance: 1. XERCES_XMLCH should not be classified as XMLRecognizer::OtherEncodings 2. Pre uppercase the encodingString before calling encodingForName to avoid calling compareIString Revi