Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 9a0d8da00ed61d00eb252338f312c4d7 > files > 1

xalan-c-1.10-5mdv2009.1.src.rpm

--- xml-xalan/c//src/xalanc/XalanDOM/XalanDOMString.cpp	2005-08-08 12:25:52.000000000 -0300
+++ xml-xalan/c//src/xalanc/XalanDOM/XalanDOMString.cpp.new	2008-05-29 15:12:49.000000000 -0300
@@ -26,7 +26,7 @@
 
 
 #include <cstdlib>
-
+#include <cstring>
 
 
 XALAN_CPP_NAMESPACE_BEGIN
--- xml-xalan/c//src/xalanc/XMLSupport/FormatterToHTML.cpp	2005-06-30 18:52:35.000000000 -0300
+++ xml-xalan/c//src/xalanc/XMLSupport/FormatterToHTML.cpp.new	2008-05-29 15:18:02.000000000 -0300
@@ -26,7 +26,7 @@
 
 
 #include <cassert>
-
+#include <cstring>
 
 
 #include <xercesc/sax/AttributeList.hpp>
--- xml-xalan/c//src/xalanc/XSLT/ElemNumber.cpp.new	2008-05-29 15:19:15.000000000 -0300
+++ xml-xalan/c//src/xalanc/XSLT/ElemNumber.cpp	2008-05-29 15:19:39.000000000 -0300
@@ -15,7 +15,7 @@
  */
 #include "ElemNumber.hpp"
 
-
+#include <cstring>
 
 #include <xercesc/sax/AttributeList.hpp>
 
--- xml-xalan/c//src/xalanc/XalanExe/XalanExe.cpp	2005-04-29 18:39:46.000000000 -0300
+++ xml-xalan/c//src/xalanc/XalanExe/XalanExe.cpp.new	2008-05-29 15:22:06.000000000 -0300
@@ -19,6 +19,7 @@
 
 
 #include <cstdlib>
+#include <cstring>
 #if defined(XALAN_CLASSIC_IOSTREAMS)
 #include <iostream.h>
 #else
--- xml-xalan/c//src/xalanc/PlatformSupport/DirectoryEnumerator.hpp	2005-05-04 21:32:04.000000000 -0300
+++ xml-xalan/c//src/xalanc/PlatformSupport/DirectoryEnumerator.hpp.new	2008-05-29 15:25:19.000000000 -0300
@@ -36,7 +36,7 @@
 
 #include <functional>
 #include <iterator>
-
+#include <cstring>
 
 #include "xercesc/framework/MemoryManager.hpp"
 
--- xml-xalan/c//samples/ExternalFunction/ExternalFunction.cpp	2005-04-29 18:39:42.000000000 -0300
+++ xml-xalan/c//samples/ExternalFunction/ExternalFunction.cpp.new	2008-05-29 15:26:57.000000000 -0300
@@ -20,6 +20,7 @@
 
 #include <cmath>
 #include <ctime>
+#include <cstring>
 #if defined(XALAN_CLASSIC_IOSTREAMS)
 #include <iostream.h>
 #else
--- xml-xalan/c//samples/StreamTransform/StreamTransform.cpp	2004-02-26 19:27:24.000000000 -0300
+++ xml-xalan/c//samples/StreamTransform/StreamTransform.cpp.new	2008-05-29 15:28:44.000000000 -0300
@@ -17,7 +17,7 @@
 #include <xalanc/Include/PlatformDefinitions.hpp>
 
 
-
+#include <cstring>
 #if defined(XALAN_CLASSIC_IOSTREAMS)
 #include <iostream.h>
 #include <strstream.h>
--- xml-xalan/c//samples/TraceListen/TraceListen.cpp	2005-03-07 19:32:36.000000000 -0300
+++ xml-xalan/c//samples/TraceListen/TraceListen.cpp.new	2008-05-29 15:51:40.000000000 -0300
@@ -17,7 +17,7 @@
 #include <xalanc/Include/PlatformDefinitions.hpp>
 
 
-
+#include <cstring>
 #if defined(XALAN_CLASSIC_IOSTREAMS)
 #include <fstream.h>
 #include <iostream.h>
--- xml-xalan/c//Tests/Threads/ThreadTest.cpp	2004-11-14 02:06:20.000000000 -0200
+++ xml-xalan/c//Tests/Threads/ThreadTest.cpp.new	2008-05-29 15:53:26.000000000 -0300
@@ -21,7 +21,7 @@
 
 #include <cassert>
 #include <ctime>
-
+#include <cstring>
 
 
 #if defined(XALAN_CLASSIC_IOSTREAMS)