You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2005/05/02 21:11:40 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT ElemApplyImport.cpp ElemAttribute.cpp ElemComment.cpp ElemElement.cpp ElemExtensionCall.cpp ElemForEach.cpp ElemMessage.cpp ElemPI.cpp ElemTemplateElement.cpp StylesheetExecutionContext.hpp StylesheetExecutionContextDefault.cpp StylesheetExecutionContextDefault.hpp StylesheetRoot.cpp

dbertoni    2005/05/02 12:11:39

  Modified:    c/src/xalanc/Include XalanObjectCache.hpp
               c/src/xalanc/XMLSupport FormatterToXML.cpp
                        FormatterToXML_UTF16.cpp FormatterToXML_UTF16.hpp
                        FormatterToXML_UTF8.cpp
               c/src/xalanc/XSLT ElemApplyImport.cpp ElemAttribute.cpp
                        ElemComment.cpp ElemElement.cpp
                        ElemExtensionCall.cpp ElemForEach.cpp
                        ElemMessage.cpp ElemPI.cpp ElemTemplateElement.cpp
                        StylesheetExecutionContext.hpp
                        StylesheetExecutionContextDefault.cpp
                        StylesheetExecutionContextDefault.hpp
                        StylesheetRoot.cpp
  Log:
  Fix for Jira issue XALANC-501.
  
  Revision  Changes    Path
  1.8       +252 -212  xml-xalan/c/src/xalanc/Include/XalanObjectCache.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/Include/XalanObjectCache.hpp.diff?r1=1.7&r2=1.8
  
  
  1.15      +2 -39     xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML.cpp.diff?r1=1.14&r2=1.15
  
  
  1.16      +581 -639  xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp.diff?r1=1.15&r2=1.16
  
  
  1.13      +370 -377  xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.hpp.diff?r1=1.12&r2=1.13
  
  
  1.16      +759 -790  xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.cpp.diff?r1=1.15&r2=1.16
  
  
  1.11      +1 -2      xml-xalan/c/src/xalanc/XSLT/ElemApplyImport.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemApplyImport.cpp.diff?r1=1.10&r2=1.11
  
  
  1.12      +11 -12    xml-xalan/c/src/xalanc/XSLT/ElemAttribute.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemAttribute.cpp.diff?r1=1.11&r2=1.12
  
  
  1.10      +35 -1     xml-xalan/c/src/xalanc/XSLT/ElemComment.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemComment.cpp.diff?r1=1.9&r2=1.10
  
  
  1.13      +3 -6      xml-xalan/c/src/xalanc/XSLT/ElemElement.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemElement.cpp.diff?r1=1.12&r2=1.13
  
  
  1.11      +3 -4      xml-xalan/c/src/xalanc/XSLT/ElemExtensionCall.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemExtensionCall.cpp.diff?r1=1.10&r2=1.11
  
  
  1.18      +5 -13     xml-xalan/c/src/xalanc/XSLT/ElemForEach.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemForEach.cpp.diff?r1=1.17&r2=1.18
  
  
  1.12      +7 -2      xml-xalan/c/src/xalanc/XSLT/ElemMessage.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemMessage.cpp.diff?r1=1.11&r2=1.12
  
  
  1.10      +45 -6     xml-xalan/c/src/xalanc/XSLT/ElemPI.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemPI.cpp.diff?r1=1.9&r2=1.10
  
  
  1.27      +78 -20    xml-xalan/c/src/xalanc/XSLT/ElemTemplateElement.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/ElemTemplateElement.cpp.diff?r1=1.26&r2=1.27
  
  
  1.27      +1924 -1924xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp.diff?r1=1.26&r2=1.27
  
  
  1.39      +2 -2      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.cpp.diff?r1=1.38&r2=1.39
  
  
  1.36      +978 -978  xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp.diff?r1=1.35&r2=1.36
  
  
  1.26      +6 -1      xml-xalan/c/src/xalanc/XSLT/StylesheetRoot.cpp
  
  http://cvs.apache.org/viewcvs/xml-xalan/c/src/xalanc/XSLT/StylesheetRoot.cpp.diff?r1=1.25&r2=1.26
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org