peiyongz2004/03/18 17:15:55
Modified:c/src/xercesc/util XMLBigDecimal.cpp
Log:
store/load fRawData
Revision ChangesPath
1.22 +35 -14xml-xerces/c/src/xercesc/util/XMLBigDecimal.cpp
Index: XMLBigDecimal.cpp
===
neilg 2004/01/05 20:42:04
Modified:c/src/xercesc/util XMLBigDecimal.cpp
Log:
Since parseContent may now be called outside a constructor,
the destructor may subsequently be invoked. If this happens,
an attempt will be made to delete fRawData if it is non-zero.
Therefore, 0 it
neilg 2003/12/17 12:42:16
Modified:c/src/xercesc/util XMLBigDecimal.cpp XMLBigInteger.cpp
Log:
fix two overflow conditions
Revision ChangesPath
1.17 +5 -2 xml-xerces/c/src/xercesc/util/XMLBigDecimal.cpp
Index: XMLBigDecimal.cpp
=
peiyongz2003/02/25 09:24:18
Modified:c/src/xercesc/util XMLBigDecimal.cpp
Log:
Schema Errata: E2-44 totalDigits/fractDigits
Revision ChangesPath
1.6 +20 -0 xml-xerces/c/src/xercesc/util/XMLBigDecimal.cpp
Index: XMLBigDecimal.cpp
==