amassari2005/04/12 00:31:19
Modified:c/src/xercesc/util Base64.cpp
Log:
Fix compiler errors on IRIX (jira# 1405)
Revision ChangesPath
1.17 +9 -5 xml-xerces/c/src/xercesc/util/Base64.cpp
Index: Base64.cpp
===
cargilld2004/12/10 02:37:58
Modified:c/src/xercesc/framework/psvi XSValue.cpp XSValue.hpp
c/src/xercesc/util Base64.cpp Base64.hpp HexBin.cpp
HexBin.hpp
Log:
Fix problem with hexbin::decode and use XMLByte instead of XMLCh for output
of decodin
peiyongz2004/06/24 08:00:37
Modified:c/src/xercesc/util Base64.cpp Base64.hpp
Log:
Schema-Errata: E2-54 new specs for base64
Revision ChangesPath
1.12 +90 -19xml-xerces/c/src/xercesc/util/Base64.cpp
Index: Base64.cpp
===
peiyongz2003/01/27 13:15:56
Modified:c/src/xercesc/util Base64.cpp
Log:
only zero or one space allowed in between B64 character.
Revision ChangesPath
1.8 +15 -0 xml-xerces/c/src/xercesc/util/Base64.cpp
Index: Base64.cpp
===
peiyongz2002/11/25 10:14:35
Modified:c/src/xercesc/util Base64.cpp
Log:
Schema Errata: E2-9 Base64
Revision ChangesPath
1.6 +47 -6 xml-xerces/c/src/xercesc/util/Base64.cpp
Index: Base64.cpp
=