rpms/openoffice.org/devel workspace.gcc430two.patch, NONE, 1.1 openoffice.org.spec, 1.1412, 1.1413

Caolan McNamara (caolanm) fedora-extras-commits at redhat.com
Fri Feb 1 14:05:52 UTC 2008


Author: caolanm

Update of /cvs/pkgs/rpms/openoffice.org/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12537

Modified Files:
	openoffice.org.spec 
Added Files:
	workspace.gcc430two.patch 
Log Message:
add workspace.gcc430two.patch

workspace.gcc430two.patch:

--- NEW FILE workspace.gcc430two.patch ---
Index: udk/rdbmaker/source/rdbmaker/rdboptions.cxx
diff -u udk/rdbmaker/source/rdbmaker/rdboptions.cxx:1.6 udk/rdbmaker/source/rdbmaker/rdboptions.cxx:1.6.30.1
--- udk/rdbmaker/source/rdbmaker/rdboptions.cxx:1.6	Mon Jun 19 21:10:27 2006
+++ udk/rdbmaker/source/rdbmaker/rdboptions.cxx	Mon Jan 28 01:53:09 2008
@@ -33,6 +33,7 @@
  *
  ************************************************************************/
 #include 	<stdio.h>
+#include	<string.h>
 
 #include	"rdboptions.hxx"
 
Index: sw/writerperfect/source/filter/DocumentCollector.hxx
diff -u sw/writerperfect/source/filter/DocumentCollector.hxx:1.3 sw/writerperfect/source/filter/DocumentCollector.hxx:1.3.8.1
--- sw/writerperfect/source/filter/DocumentCollector.hxx:1.3	Thu Sep 27 05:54:46 2007
+++ sw/writerperfect/source/filter/DocumentCollector.hxx	Mon Jan 28 01:53:14 2008
@@ -42,6 +42,7 @@
 #include <vector>
 #include <map>
 #include <stack>
+#include <string.h>
 
 class DocumentElement;
 class DocumentHandler;
Index: sw/writerperfect/source/filter/TableStyle.cxx
diff -u sw/writerperfect/source/filter/TableStyle.cxx:1.4 sw/writerperfect/source/filter/TableStyle.cxx:1.4.24.1
--- sw/writerperfect/source/filter/TableStyle.cxx:1.4	Tue Jan 23 04:15:53 2007
+++ sw/writerperfect/source/filter/TableStyle.cxx	Mon Jan 28 01:53:14 2008
@@ -27,6 +27,7 @@
  * Corel Corporation or Corel Corporation Limited."
  */
 #include <math.h>
+#include <string.h>
 #include "FilterInternal.hxx"
 #include "TableStyle.hxx"
 #include "DocumentElement.hxx"
Index: sw/writerperfect/source/filter/TextRunStyle.cxx
diff -u sw/writerperfect/source/filter/TextRunStyle.cxx:1.4 sw/writerperfect/source/filter/TextRunStyle.cxx:1.4.24.1
--- sw/writerperfect/source/filter/TextRunStyle.cxx:1.4	Tue Jan 23 04:16:30 2007
+++ sw/writerperfect/source/filter/TextRunStyle.cxx	Mon Jan 28 01:53:14 2008
@@ -36,6 +36,8 @@
 #include <minmax.h>
 #endif
 
+#include <string.h>
+
 ParagraphStyle::ParagraphStyle(WPXPropertyList *pPropList, const WPXPropertyListVector &xTabStops, const WPXString &sName) :
 	mpPropList(pPropList),
 	mxTabStops(xTabStops),
Index: dba/connectivity/source/commontools/sqlerror.cxx
diff -u dba/connectivity/source/commontools/sqlerror.cxx:1.2 dba/connectivity/source/commontools/sqlerror.cxx:1.2.44.1
--- dba/connectivity/source/commontools/sqlerror.cxx:1.2	Wed Nov 21 06:59:40 2007
+++ dba/connectivity/source/commontools/sqlerror.cxx	Mon Jan 28 01:53:03 2008
@@ -46,6 +46,8 @@
 #include <cppuhelper/exc_hlp.hxx>
 #include <rtl/ustrbuf.hxx>
 
+#include <string.h>
+
 //........................................................................
 namespace connectivity
 {
Index: dba/connectivity/source/drivers/adabas/BConnection.cxx
diff -u dba/connectivity/source/drivers/adabas/BConnection.cxx:1.23 dba/connectivity/source/drivers/adabas/BConnection.cxx:1.23.96.1
--- dba/connectivity/source/drivers/adabas/BConnection.cxx:1.23	Tue Jul 24 04:50:10 2007
+++ dba/connectivity/source/drivers/adabas/BConnection.cxx	Mon Jan 28 01:53:03 2008
@@ -76,6 +76,8 @@
 #include <connectivity/sqlparse.hxx>
 #endif
 
+#include <string.h>
+
 using namespace connectivity::adabas;
 using namespace connectivity;
 using namespace ::com::sun::star::uno;
Index: dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx
diff -u dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:1.6 dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:1.6.202.1
--- dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx:1.6	Sat Sep 16 19:29:13 2006
+++ dba/connectivity/source/drivers/evoab2/NDatabaseMetaData.cxx	Mon Jan 28 01:53:03 2008
@@ -63,6 +63,7 @@
 #include <com/sun/star/sdbc/ColumnSearch.hpp>
 
 #include <vector>
+#include <string.h>
 
 #ifndef _CONNECTIVITY_EVOAB_EVOLUTION_API_HXX_
 #include "EApi.h"
Index: dba/connectivity/source/drivers/hsqldb/HStorageAccess.cxx
diff -u dba/connectivity/source/drivers/hsqldb/HStorageAccess.cxx:1.11 dba/connectivity/source/drivers/hsqldb/HStorageAccess.cxx:1.11.202.1
--- dba/connectivity/source/drivers/hsqldb/HStorageAccess.cxx:1.11	Sat Sep 16 19:40:38 2006
+++ dba/connectivity/source/drivers/hsqldb/HStorageAccess.cxx	Mon Jan 28 01:53:03 2008
@@ -60,6 +60,7 @@
 #include "diagnose_ex.h"
 #endif
 
+#include <string.h>
 
 using namespace ::com::sun::star::container;
 using namespace ::com::sun::star::uno;
Index: dba/connectivity/source/drivers/jdbc/Blob.cxx
diff -u dba/connectivity/source/drivers/jdbc/Blob.cxx:1.10 dba/connectivity/source/drivers/jdbc/Blob.cxx:1.10.202.1
--- dba/connectivity/source/drivers/jdbc/Blob.cxx:1.10	Sat Sep 16 19:44:18 2006
+++ dba/connectivity/source/drivers/jdbc/Blob.cxx	Mon Jan 28 01:53:04 2008
@@ -52,6 +52,8 @@
 #include <connectivity/dbexception.hxx>
 #endif
 
+#include <string.h>
+
 using namespace connectivity;
 //**************************************************************
 //************ Class: java.sql.Blob
Index: dba/connectivity/source/drivers/jdbc/CallableStatement.cxx
diff -u dba/connectivity/source/drivers/jdbc/CallableStatement.cxx:1.18 dba/connectivity/source/drivers/jdbc/CallableStatement.cxx:1.18.106.1
--- dba/connectivity/source/drivers/jdbc/CallableStatement.cxx:1.18	Wed Jun 27 07:35:19 2007
+++ dba/connectivity/source/drivers/jdbc/CallableStatement.cxx	Mon Jan 28 01:53:04 2008
@@ -64,6 +64,8 @@
 #include <comphelper/sequence.hxx>
 #endif
 
+#include <string.h>
+
 using namespace connectivity;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::beans;
Index: dba/connectivity/source/drivers/jdbc/InputStream.cxx
diff -u dba/connectivity/source/drivers/jdbc/InputStream.cxx:1.11 dba/connectivity/source/drivers/jdbc/InputStream.cxx:1.11.202.1
--- dba/connectivity/source/drivers/jdbc/InputStream.cxx:1.11	Sat Sep 16 19:47:00 2006
+++ dba/connectivity/source/drivers/jdbc/InputStream.cxx	Mon Jan 28 01:53:04 2008
@@ -42,6 +42,8 @@
 #include "java/tools.hxx"
 #endif
 
+#include <string.h>
+
 using namespace connectivity;
 //**************************************************************
 //************ Class: java.io.InputStream
Index: dba/connectivity/source/drivers/jdbc/JStatement.cxx
diff -u dba/connectivity/source/drivers/jdbc/JStatement.cxx:1.5 dba/connectivity/source/drivers/jdbc/JStatement.cxx:1.5.42.1
--- dba/connectivity/source/drivers/jdbc/JStatement.cxx:1.5	Tue Nov 27 04:02:27 2007
+++ dba/connectivity/source/drivers/jdbc/JStatement.cxx	Mon Jan 28 01:53:04 2008
@@ -74,6 +74,7 @@
 #include "resource/jdbc_log.hrc"
 
 #include <algorithm>
+#include <string.h>
 
 using namespace ::comphelper;
 using namespace connectivity;
Index: dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx
diff -u dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx:1.20 dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx:1.20.42.1
--- dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx:1.20	Tue Nov 27 04:02:47 2007
+++ dba/connectivity/source/drivers/jdbc/PreparedStatement.cxx	Mon Jan 28 01:53:04 2008
@@ -67,6 +67,8 @@
 #endif
 #include "resource/jdbc_log.hrc"
 
+#include <string.h>
+
 using namespace connectivity;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::beans;
Index: dba/connectivity/source/drivers/jdbc/Reader.cxx
diff -u dba/connectivity/source/drivers/jdbc/Reader.cxx:1.10 dba/connectivity/source/drivers/jdbc/Reader.cxx:1.10.202.1
--- dba/connectivity/source/drivers/jdbc/Reader.cxx:1.10	Sat Sep 16 19:48:02 2006
+++ dba/connectivity/source/drivers/jdbc/Reader.cxx	Mon Jan 28 01:53:04 2008
@@ -42,6 +42,7 @@
 #ifndef _INC_MEMORY
 //#include <memory.h>
 #endif
+#include <string.h>
 using namespace connectivity;
 //**************************************************************
 //************ Class: java.io.Reader
Index: dba/connectivity/source/drivers/jdbc/ResultSet.cxx
diff -u dba/connectivity/source/drivers/jdbc/ResultSet.cxx:1.32 dba/connectivity/source/drivers/jdbc/ResultSet.cxx:1.32.42.1
--- dba/connectivity/source/drivers/jdbc/ResultSet.cxx:1.32	Tue Nov 27 04:03:05 2007
+++ dba/connectivity/source/drivers/jdbc/ResultSet.cxx	Mon Jan 28 01:53:04 2008
@@ -96,6 +96,8 @@
 #include "connectivity/dbexception.hxx"
 #endif
 
+#include <string.h>
+
 using namespace ::comphelper;
 
 using namespace connectivity;
Index: dba/connectivity/source/drivers/odbc/OConnection.cxx
diff -u dba/connectivity/source/drivers/odbc/OConnection.cxx:1.41 dba/connectivity/source/drivers/odbc/OConnection.cxx:1.41.96.1
--- dba/connectivity/source/drivers/odbc/OConnection.cxx:1.41	Tue Jul 24 04:50:49 2007
+++ dba/connectivity/source/drivers/odbc/OConnection.cxx	Mon Jan 28 01:53:04 2008
@@ -81,6 +81,8 @@
 #include <connectivity/dbexception.hxx>
 #endif
 
+#include <string.h>
+
 using namespace connectivity::odbc;
 using namespace connectivity;
 using namespace dbtools;
Index: dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx
diff -u dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx:1.45 dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx:1.45.52.1
--- dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx:1.45	Thu Nov  1 07:51:05 2007
+++ dba/connectivity/source/drivers/odbc/OPreparedStatement.cxx	Mon Jan 28 01:53:04 2008
@@ -37,6 +37,7 @@
 #include "precompiled_connectivity.hxx"
 
 #include <stdio.h>
+#include <string.h>
 
 #ifndef _OSL_DIAGNOSE_H_
 #include <osl/diagnose.h>
Index: dba/connectivity/source/parse/sqlbison.y
diff -u dba/connectivity/source/parse/sqlbison.y:1.60 dba/connectivity/source/parse/sqlbison.y:1.60.42.1
--- dba/connectivity/source/parse/sqlbison.y:1.60	Wed Nov 21 07:08:54 2007
+++ dba/connectivity/source/parse/sqlbison.y	Mon Jan 28 01:53:04 2008
@@ -17,6 +17,7 @@
 //--------------------------------------------------------------------------
 
 #include <vector>
+#include <string.h>
 
 #ifndef _CONNECTIVITY_SQLNODE_HXX
 #include <connectivity/sqlnode.hxx>
Index: dba/connectivity/source/parse/sqlnode.cxx
diff -u dba/connectivity/source/parse/sqlnode.cxx:1.50 dba/connectivity/source/parse/sqlnode.cxx:1.50.42.1
--- dba/connectivity/source/parse/sqlnode.cxx:1.50	Wed Nov 21 07:09:38 2007
+++ dba/connectivity/source/parse/sqlnode.cxx	Mon Jan 28 01:53:04 2008
@@ -146,6 +146,7 @@
 #ifndef TOOLS_DIAGNOSE_EX_H
 #include <tools/diagnose_ex.h>
 #endif
+#include <string.h>
 
 
 using namespace ::com::sun::star::sdbc;
Index: xml/sax/source/expatwrap/sax_expat.cxx
diff -u xml/sax/source/expatwrap/sax_expat.cxx:1.15 xml/sax/source/expatwrap/sax_expat.cxx:1.15.38.1
--- xml/sax/source/expatwrap/sax_expat.cxx:1.15	Mon Jun 19 16:07:26 2006
+++ xml/sax/source/expatwrap/sax_expat.cxx	Mon Jan 28 01:53:10 2008
@@ -33,6 +33,7 @@
  *
  ************************************************************************/
 #include <stdlib.h>
+#include <string.h>
 #include <sal/alloca.h>
 #include <vector>
 
Index: xml/sax/source/fastparser/fastparser.cxx
diff -u xml/sax/source/fastparser/fastparser.cxx:1.2 xml/sax/source/fastparser/fastparser.cxx:1.2.4.1
--- xml/sax/source/fastparser/fastparser.cxx:1.2	Thu Jan 10 04:52:30 2008
+++ xml/sax/source/fastparser/fastparser.cxx	Mon Jan 28 01:53:10 2008
@@ -65,6 +65,7 @@
 #else
 #include "expat/xmlparse.h"
 #endif
+#include <string.h>
 
 using ::rtl::OUString;
 using ::rtl::OString;
Index: util/tools/inc/bootstrp/command.hxx
diff -u util/tools/inc/bootstrp/command.hxx:1.4 util/tools/inc/bootstrp/command.hxx:1.4.36.1
--- util/tools/inc/bootstrp/command.hxx:1.4	Fri Nov  2 05:59:41 2007
+++ util/tools/inc/bootstrp/command.hxx	Mon Jan 28 01:53:11 2008
@@ -36,7 +36,7 @@
 #ifndef COMMAND_HXX
 #define COMMAND_HXX
 
-#include <iostream.h>
+#include <iostream>
 
 #include <tools/stream.hxx>
 #define STRLEN 100
Index: util/tools/source/fsys/urlobj.cxx
diff -u util/tools/source/fsys/urlobj.cxx:1.60 util/tools/source/fsys/urlobj.cxx:1.60.64.1
--- util/tools/source/fsys/urlobj.cxx:1.60	Wed Jun 27 15:12:02 2007
+++ util/tools/source/fsys/urlobj.cxx	Mon Jan 28 01:53:11 2008
@@ -81,6 +81,8 @@
 #define INCLUDED_LIMITS
 #endif
 
+#include <string.h>
+
 namespace unnamed_tools_urlobj {} using namespace unnamed_tools_urlobj;
 	// unnamed namespaces don't work well yet...
 
Index: udk/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx
diff -u udk/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx:1.9 udk/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx:1.9.86.1
--- udk/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx:1.9	Sat Sep 16 08:48:08 2006
+++ udk/bridges/source/cpp_uno/gcc3_linux_powerpc/cpp2uno.cxx	Mon Jan 28 01:53:02 2008
@@ -36,6 +36,8 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_bridges.hxx"
 
+#include <string.h>
+
 #include <com/sun/star/uno/genfunc.hxx>
 #include <uno/data.h>
 #include <typelib/typedescription.hxx>
Index: udk/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx
diff -u udk/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx:1.6 udk/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx:1.6.12.1
--- udk/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx:1.6	Tue Nov 13 06:18:22 2007
+++ udk/bridges/source/cpp_uno/gcc3_linux_x86-64/except.cxx	Mon Jan 28 01:53:02 2008
@@ -37,6 +37,7 @@
 #include "precompiled_bridges.hxx"
 
 #include <stdio.h>
+#include <string.h>
 #include <dlfcn.h>
 #include <cxxabi.h>
 #include <hash_map>
Index: udk/bridges/source/remote/context/context.cxx
diff -u udk/bridges/source/remote/context/context.cxx:1.10 udk/bridges/source/remote/context/context.cxx:1.10.86.1
--- udk/bridges/source/remote/context/context.cxx:1.10	Sat Sep 16 08:58:56 2006
+++ udk/bridges/source/remote/context/context.cxx	Mon Jan 28 01:53:02 2008
@@ -36,6 +36,7 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_bridges.hxx"
 #include <stdio.h>
+#include <string.h>
 #include <list>
 #include <hash_map>
 #include <utility>
Index: udk/bridges/source/remote/urp/urp_marshal.hxx
diff -u udk/bridges/source/remote/urp/urp_marshal.hxx:1.7 udk/bridges/source/remote/urp/urp_marshal.hxx:1.7.156.1
--- udk/bridges/source/remote/urp/urp_marshal.hxx:1.7	Wed Sep  7 15:47:30 2005
+++ udk/bridges/source/remote/urp/urp_marshal.hxx	Mon Jan 28 01:53:02 2008
@@ -54,6 +54,8 @@
 #include "urp_marshal_decl.hxx"
 #endif
 
+#include <string.h>
+
 struct remote_Interface;
 
 namespace bridges_urp
Index: gsl/vcl/unx/source/app/i18n_im.cxx
diff -u gsl/vcl/unx/source/app/i18n_im.cxx:1.37 gsl/vcl/unx/source/app/i18n_im.cxx:1.37.452.1
--- gsl/vcl/unx/source/app/i18n_im.cxx:1.37	Sun Sep 17 05:32:10 2006
+++ gsl/vcl/unx/source/app/i18n_im.cxx	Mon Jan 28 01:53:12 2008
@@ -37,6 +37,7 @@
 #include "precompiled_vcl.hxx"
 
 #include <stdio.h>
+#include <string.h>
 #ifdef LINUX
 #  ifndef __USE_XOPEN
 #    define __USE_XOPEN
Index: framework/desktop/source/so_comp/services.cxx
diff -u framework/desktop/source/so_comp/services.cxx:1.7 framework/desktop/source/so_comp/services.cxx:1.7.328.1
--- framework/desktop/source/so_comp/services.cxx:1.7	Thu Oct 12 07:17:43 2006
+++ framework/desktop/source/so_comp/services.cxx	Mon Jan 28 01:53:05 2008
@@ -61,6 +61,7 @@
 #include "oemjob.hxx"
 #include "evaluation.hxx"
 
+#include <string.h>
 
 using namespace rtl;
 using namespace ::com::sun::star::uno;
Index: gsl/forms/source/component/ComboBox.cxx
diff -u gsl/forms/source/component/ComboBox.cxx:1.38 gsl/forms/source/component/ComboBox.cxx:1.38.28.1
--- gsl/forms/source/component/ComboBox.cxx:1.38	Wed Nov 21 09:15:47 2007
+++ gsl/forms/source/component/ComboBox.cxx	Mon Jan 28 01:53:06 2008
@@ -68,6 +68,8 @@
 #include <tools/diagnose_ex.h>
 #include <unotools/sharedunocomponent.hxx>
 
+#include <limits.h>
+
 using namespace dbtools;
 
 //.........................................................................
Index: whiteboard/lingucomponent/source/languageguessing/guess.cxx
diff -u whiteboard/lingucomponent/source/languageguessing/guess.cxx:1.4 whiteboard/lingucomponent/source/languageguessing/guess.cxx:1.4.56.1
--- whiteboard/lingucomponent/source/languageguessing/guess.cxx:1.4	Fri Jun 22 01:32:42 2007
+++ whiteboard/lingucomponent/source/languageguessing/guess.cxx	Mon Jan 28 01:53:08 2008
@@ -37,6 +37,7 @@
 #include "precompiled_lingucomponent.hxx"
 
 #include <iostream>
+#include <string.h>
 
 #include <libtextcat/textcat.h>
 #include <altstrfunc.hxx>
Index: udk/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx
diff -u udk/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:1.23 udk/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:1.23.16.1
--- udk/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx:1.23	Tue Nov 13 06:20:50 2007
+++ udk/jvmfwk/plugins/sunmajor/pluginlib/sunjavaplugin.cxx	Mon Jan 28 01:53:07 2008
@@ -38,6 +38,7 @@
 #if OSL_DEBUG_LEVEL > 0
 #include <stdio.h>
 #endif
+#include <string.h>
 
 #include "boost/scoped_array.hpp"
 #include "osl/diagnose.h"
Index: udk/jvmfwk/plugins/sunmajor/pluginlib/util.cxx
diff -u udk/jvmfwk/plugins/sunmajor/pluginlib/util.cxx:1.14 udk/jvmfwk/plugins/sunmajor/pluginlib/util.cxx:1.14.14.1
--- udk/jvmfwk/plugins/sunmajor/pluginlib/util.cxx:1.14	Thu Dec  6 09:44:50 2007
+++ udk/jvmfwk/plugins/sunmajor/pluginlib/util.cxx	Mon Jan 28 01:53:07 2008
@@ -61,6 +61,7 @@
 #pragma warning(pop)
 #endif
 #endif
+#include <string.h>
 
 #include "sunjre.hxx"
 #include "vendorlist.hxx"
Index: udk/jvmfwk/source/elements.cxx
diff -u udk/jvmfwk/source/elements.cxx:1.19 udk/jvmfwk/source/elements.cxx:1.19.38.1
--- udk/jvmfwk/source/elements.cxx:1.19	Wed Jun 20 10:13:59 2007
+++ udk/jvmfwk/source/elements.cxx	Mon Jan 28 01:53:07 2008
@@ -50,6 +50,7 @@
 #include "libxml/xpathInternals.h"
 #include "rtl/bootstrap.hxx"
 #include "boost/optional.hpp"
+#include <string.h>
 // #define NS_JAVA_FRAMEWORK "http://openoffice.org/2004/java/framework/1.0"
 // #define NS_SCHEMA_INSTANCE "http://www.w3.org/2001/XMLSchema-instance"
 
Index: udk/jvmfwk/source/fwkutil.cxx
diff -u udk/jvmfwk/source/fwkutil.cxx:1.27 udk/jvmfwk/source/fwkutil.cxx:1.27.24.1
--- udk/jvmfwk/source/fwkutil.cxx:1.27	Mon Oct 15 05:07:40 2007
+++ udk/jvmfwk/source/fwkutil.cxx	Mon Jan 28 01:53:08 2008
@@ -47,6 +47,7 @@
 #endif
 
 #include <string>
+#include <string.h>
 #include "osl/mutex.hxx"
 #include "osl/module.hxx"
 #include "osl/thread.hxx"
Index: gsl/UnoControls/source/controls/progressbar.cxx
diff -u gsl/UnoControls/source/controls/progressbar.cxx:1.7 gsl/UnoControls/source/controls/progressbar.cxx:1.7.22.1
--- gsl/UnoControls/source/controls/progressbar.cxx:1.7	Mon Jun 19 16:09:34 2006
+++ gsl/UnoControls/source/controls/progressbar.cxx	Mon Jan 28 01:53:01 2008
@@ -69,6 +69,7 @@
 #endif
 
 #include <math.h>
+#include <limits.h>
 
 //____________________________________________________________________________________________________________
 //	includes of my project
Index: gsl/shell/source/backends/gconfbe/gconflayer.cxx
diff -u gsl/shell/source/backends/gconfbe/gconflayer.cxx:1.13 gsl/shell/source/backends/gconfbe/gconflayer.cxx:1.13.56.1
--- gsl/shell/source/backends/gconfbe/gconflayer.cxx:1.13	Tue Jun 19 09:11:58 2007
+++ gsl/shell/source/backends/gconfbe/gconflayer.cxx	Mon Jan 28 01:53:10 2008
@@ -72,6 +72,8 @@
 #include <com/sun/star/uno/Sequence.hxx>
 #endif
 
+#include <string.h>
+
 using namespace rtl;
 
 //==============================================================================
Index: gsl/shell/source/unix/sysshell/recently_used_file_handler.cxx
diff -u gsl/shell/source/unix/sysshell/recently_used_file_handler.cxx:1.9 gsl/shell/source/unix/sysshell/recently_used_file_handler.cxx:1.9.56.1
--- gsl/shell/source/unix/sysshell/recently_used_file_handler.cxx:1.9	Tue Jun 19 09:12:29 2007
+++ gsl/shell/source/unix/sysshell/recently_used_file_handler.cxx	Mon Jan 28 01:53:11 2008
@@ -69,6 +69,7 @@
 #include <vector>
 #include <algorithm>
 #include <functional>
+#include <string.h>
 
 namespace /* private */ {
     
Index: xml/xmlsecurity/source/helper/xsecparser.cxx
diff -u xml/xmlsecurity/source/helper/xsecparser.cxx:1.6 xml/xmlsecurity/source/helper/xsecparser.cxx:1.6.94.1
--- xml/xmlsecurity/source/helper/xsecparser.cxx:1.6	Sat Sep 16 07:41:05 2006
+++ xml/xmlsecurity/source/helper/xsecparser.cxx	Mon Jan 28 01:53:15 2008
@@ -43,6 +43,8 @@
 #endif
 #include "cppuhelper/exc_hlp.hxx"
 
+#include <string.h>
+
 namespace cssu = com::sun::star::uno;
 namespace cssxs = com::sun::star::xml::sax;
 
Index: gsl/psprint/source/helper/helper.cxx
diff -u gsl/psprint/source/helper/helper.cxx:1.29 gsl/psprint/source/helper/helper.cxx:1.29.98.1
--- gsl/psprint/source/helper/helper.cxx:1.29	Sat Sep 16 05:34:47 2006
+++ gsl/psprint/source/helper/helper.cxx	Mon Jan 28 01:53:09 2008
@@ -39,6 +39,7 @@
 #include <cstring>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <limits.h>
 
 #include <psprint/helper.hxx>
 #include <tools/string.hxx>
Index: framework/binfilter/bf_basic/source/comp/codegen.cxx
diff -u framework/binfilter/bf_basic/source/comp/codegen.cxx:1.3 framework/binfilter/bf_basic/source/comp/codegen.cxx:1.3.12.1
--- framework/binfilter/bf_basic/source/comp/codegen.cxx:1.3	Fri Jan  4 05:03:02 2008
+++ framework/binfilter/bf_basic/source/comp/codegen.cxx	Mon Jan 28 01:53:01 2008
@@ -531,15 +531,8 @@
 	m_nCnvtdSize = static_cast<S>( aTrnsfrmer.buffer().GetSize() );
 }
 
-void NeverRunsEver()
-{
-    // force instatiation of templates... I dunno why, but I have to do
-	// this to force instatiation of the template. Otherwise using the template
-	// in another code module results in link errors :-(
-	PCodeBuffConvertor< UINT16, UINT32 > aInst1(0,0);	
-	aInst1.convert();
-	PCodeBuffConvertor< UINT32, UINT16 > aInst2(0,0);	
-	aInst2.convert();
-}
+// instantiate for types needed in SbiImage::Load and SbiImage::Save
+template class PCodeBuffConvertor<UINT16, UINT32 >;
+template class PCodeBuffConvertor<UINT32, UINT16>;
 
 }
Index: framework/binfilter/bf_forms/source/component/forms_ComboBox.cxx
diff -u framework/binfilter/bf_forms/source/component/forms_ComboBox.cxx:1.7 framework/binfilter/bf_forms/source/component/forms_ComboBox.cxx:1.7.158.1
--- framework/binfilter/bf_forms/source/component/forms_ComboBox.cxx:1.7	Fri Oct 27 06:59:08 2006
+++ framework/binfilter/bf_forms/source/component/forms_ComboBox.cxx	Mon Jan 28 01:53:01 2008
@@ -97,6 +97,8 @@
 #include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
 #endif
 
+#include <limits.h>
+
 namespace binfilter {
 
 	using namespace ::dbtools;
Index: framework/binfilter/inc/bf_xmloff/PropertySetInfoHash.hxx
diff -u framework/binfilter/inc/bf_xmloff/PropertySetInfoHash.hxx:1.3 framework/binfilter/inc/bf_xmloff/PropertySetInfoHash.hxx:1.3.286.1
--- framework/binfilter/inc/bf_xmloff/PropertySetInfoHash.hxx:1.3	Fri Sep  9 10:12:49 2005
+++ framework/binfilter/inc/bf_xmloff/PropertySetInfoHash.hxx	Mon Jan 28 01:53:02 2008
@@ -35,6 +35,8 @@
 #ifndef _XMLOFF_PROPERTYSETINFOHASH_HXX
 #define _XMLOFF_PROPERTYSETINFOHASH_HXX
 
+#include <string.h>
+
 #ifndef _XMLOFF_PROPERTYSETINFOKEY_HXX
 #include <bf_xmloff/PropertySetInfoKey.hxx>
 #endif
Index: framework/binfilter/inc/bf_xmloff/nmspmap.hxx
diff -u framework/binfilter/inc/bf_xmloff/nmspmap.hxx:1.6 framework/binfilter/inc/bf_xmloff/nmspmap.hxx:1.6.124.1
--- framework/binfilter/inc/bf_xmloff/nmspmap.hxx:1.6	Tue Jan  2 10:52:42 2007
+++ framework/binfilter/inc/bf_xmloff/nmspmap.hxx	Mon Jan 28 01:53:02 2008
@@ -36,6 +36,8 @@
 #ifndef _XMLOFF_NMSPMAP_HXX
 #define _XMLOFF_NMSPMAP_HXX
 
+#include <limits.h>
+
 #ifndef __SGI_STL_HASH_MAP
 #include <hash_map>
 #endif
Index: framework/framework/source/services/substitutepathvars.cxx
diff -u framework/framework/source/services/substitutepathvars.cxx:1.17 framework/framework/source/services/substitutepathvars.cxx:1.17.230.1
--- framework/framework/source/services/substitutepathvars.cxx:1.17	Sat Sep 16 07:12:15 2006
+++ framework/framework/source/services/substitutepathvars.cxx	Mon Jan 28 01:53:06 2008
@@ -130,6 +130,8 @@
 
 #include <comphelper/configurationhelper.hxx>
 
+#include <string.h>
+
 //_________________________________________________________________________________________________________________
 //	Defines
 //_________________________________________________________________________________________________________________
Index: udk/registry/tools/checksingleton.cxx
diff -u udk/registry/tools/checksingleton.cxx:1.11 udk/registry/tools/checksingleton.cxx:1.11.10.1
--- udk/registry/tools/checksingleton.cxx:1.11	Mon Oct 15 05:28:30 2007
+++ udk/registry/tools/checksingleton.cxx	Mon Jan 28 01:53:10 2008
@@ -36,6 +36,7 @@
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_registry.hxx"
 #include <stdio.h>
+#include <string.h>
 
 #include <set>
 
Index: l10n/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx
diff -u l10n/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx:1.28 l10n/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx:1.28.22.1
--- l10n/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx:1.28	Tue Nov 13 06:32:47 2007
+++ l10n/i18npool/source/defaultnumberingprovider/defaultnumberingprovider.cxx	Mon Jan 28 01:53:06 2008
@@ -51,6 +51,7 @@
 #include <localedata.hxx>
 #include <nativenumbersupplier.hxx>
 #include <stdio.h>
+#include <string.h>
 
 #if OSL_DEBUG_LEVEL == 0 && !defined(NDEBUG)
 #define NDEBUG
Index: l10n/i18npool/source/localedata/saxparser.cxx
diff -u l10n/i18npool/source/localedata/saxparser.cxx:1.13 l10n/i18npool/source/localedata/saxparser.cxx:1.13.128.1
--- l10n/i18npool/source/localedata/saxparser.cxx:1.13	Sun Sep 17 02:22:14 2006
+++ l10n/i18npool/source/localedata/saxparser.cxx	Mon Jan 28 01:53:07 2008
@@ -37,6 +37,7 @@
 #include "precompiled_i18npool.hxx"
 
 #include <stdio.h>
+#include <string.h>
 #include <stack>
 
 #include "sal/main.h"
Index: l10n/i18npool/source/search/textsearch.cxx
diff -u l10n/i18npool/source/search/textsearch.cxx:1.10 l10n/i18npool/source/search/textsearch.cxx:1.10.18.1
--- l10n/i18npool/source/search/textsearch.cxx:1.10	Wed Dec  5 08:45:18 2007
+++ l10n/i18npool/source/search/textsearch.cxx	Mon Jan 28 01:53:07 2008
@@ -85,6 +85,8 @@
 #pragma warning( disable: 4786 )
 #endif
 
+#include <string.h>
+
 using namespace ::com::sun::star::util;
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::lang;
Index: graphics/sdext/source/minimizer/pppoptimizertoken.cxx
diff -u graphics/sdext/source/minimizer/pppoptimizertoken.cxx:1.7 graphics/sdext/source/minimizer/pppoptimizertoken.cxx:1.7.24.1
--- graphics/sdext/source/minimizer/pppoptimizertoken.cxx:1.7	Fri Aug 17 02:38:07 2007
+++ graphics/sdext/source/minimizer/pppoptimizertoken.cxx	Mon Jan 28 01:53:10 2008
@@ -40,6 +40,7 @@
 #include <osl/mutex.hxx>
 #endif
 #include <hash_map>
+#include <string.h>
 
 struct TCheck
 {
Index: xml/oox/inc/oox/helper/helper.hxx
diff -u xml/oox/inc/oox/helper/helper.hxx:1.2 xml/oox/inc/oox/helper/helper.hxx:1.2.8.1
--- xml/oox/inc/oox/helper/helper.hxx:1.2	Thu Jan 17 00:05:47 2008
+++ xml/oox/inc/oox/helper/helper.hxx	Mon Jan 28 01:53:08 2008
@@ -40,6 +40,7 @@
 #include <osl/endian.h>
 #include <rtl/string.hxx>
 #include <rtl/ustring.hxx>
+#include <string.h>
 
 namespace oox {
 
Index: xml/oox/source/core/binarycodec.cxx
diff -u xml/oox/source/core/binarycodec.cxx:1.2 xml/oox/source/core/binarycodec.cxx:1.2.8.1
--- xml/oox/source/core/binarycodec.cxx:1.2	Thu Jan 17 00:05:50 2008
+++ xml/oox/source/core/binarycodec.cxx	Mon Jan 28 01:53:08 2008
@@ -35,6 +35,7 @@
 
 #include "oox/core/binarycodec.hxx"
 #include <algorithm>
+#include <string.h>
 #include <osl/diagnose.h>
 
 namespace oox {
Index: xml/oox/source/helper/binaryinputstream.cxx
diff -u xml/oox/source/helper/binaryinputstream.cxx:1.2 xml/oox/source/helper/binaryinputstream.cxx:1.2.8.1
--- xml/oox/source/helper/binaryinputstream.cxx:1.2	Thu Jan 17 00:05:59 2008
+++ xml/oox/source/helper/binaryinputstream.cxx	Mon Jan 28 01:53:08 2008
@@ -36,6 +36,7 @@
 #include "oox/helper/binaryinputstream.hxx"
 #include <com/sun/star/io/XInputStream.hpp>
 #include <osl/diagnose.h>
+#include <string.h>
 
 using ::com::sun::star::uno::Reference;
 using ::com::sun::star::uno::Sequence;
Index: xml/oox/source/helper/binaryoutputstream.cxx
diff -u xml/oox/source/helper/binaryoutputstream.cxx:1.2 xml/oox/source/helper/binaryoutputstream.cxx:1.2.8.1
--- xml/oox/source/helper/binaryoutputstream.cxx:1.2	Thu Jan 17 00:05:59 2008
+++ xml/oox/source/helper/binaryoutputstream.cxx	Mon Jan 28 01:53:08 2008
@@ -37,6 +37,7 @@
 #include <osl/diagnose.h>
 #include <com/sun/star/io/XOutputStream.hpp>
 #include "oox/helper/binaryinputstream.hxx"
+#include <string.h>
 
 using ::com::sun::star::uno::Reference;
 using ::com::sun::star::uno::Sequence;
Index: xml/oox/source/helper/recordinputstream.cxx
diff -u xml/oox/source/helper/recordinputstream.cxx:1.2 xml/oox/source/helper/recordinputstream.cxx:1.2.8.1
--- xml/oox/source/helper/recordinputstream.cxx:1.2	Thu Jan 17 00:05:59 2008
+++ xml/oox/source/helper/recordinputstream.cxx	Mon Jan 28 01:53:08 2008
@@ -35,6 +35,7 @@
 
 #include "oox/helper/recordinputstream.hxx"
 #include <vector>
+#include <string.h>
 
 using ::rtl::OUString;
 
Index: xml/oox/source/ppt/commonbehaviorcontext.cxx
diff -u xml/oox/source/ppt/commonbehaviorcontext.cxx:1.2 xml/oox/source/ppt/commonbehaviorcontext.cxx:1.2.8.1
--- xml/oox/source/ppt/commonbehaviorcontext.cxx:1.2	Thu Jan 17 00:06:00 2008
+++ xml/oox/source/ppt/commonbehaviorcontext.cxx	Mon Jan 28 01:53:09 2008
@@ -52,6 +52,7 @@
 #include "pptfilterhelpers.hxx"
 #include "tokens.hxx"
 
+#include <string.h>
 
 using ::rtl::OUString;
 using ::rtl::OUStringBuffer;
Index: xml/oox/source/xls/biffcodec.cxx
diff -u xml/oox/source/xls/biffcodec.cxx:1.2 xml/oox/source/xls/biffcodec.cxx:1.2.8.1
--- xml/oox/source/xls/biffcodec.cxx:1.2	Thu Jan 17 00:06:07 2008
+++ xml/oox/source/xls/biffcodec.cxx	Mon Jan 28 01:53:09 2008
@@ -35,6 +35,7 @@
 
 #include "oox/xls/biffcodec.hxx"
 #include <osl/thread.h>
+#include <string.h>
 
 using ::rtl::OString;
 using ::rtl::OUString;
Index: sw/hwpfilter/source/formula.cpp
diff -u sw/hwpfilter/source/formula.cpp:1.3 sw/hwpfilter/source/formula.cpp:1.3.38.1
--- sw/hwpfilter/source/formula.cpp:1.3	Mon Jun 19 17:52:46 2006
+++ sw/hwpfilter/source/formula.cpp	Mon Jan 28 01:53:06 2008
@@ -39,7 +39,7 @@
 #include "nodes.h"
 #include "mapping.h"
 #include "hwpeq.h"
-#include <iostream.h>
+#include <iostream>
 
 extern LinkedList<Node> nodelist;
 
Index: xml/package/source/zipapi/MemoryByteGrabber.hxx
diff -u xml/package/source/zipapi/MemoryByteGrabber.hxx:1.5 xml/package/source/zipapi/MemoryByteGrabber.hxx:1.5.64.1
--- xml/package/source/zipapi/MemoryByteGrabber.hxx:1.5	Mon Jun 19 23:13:19 2006
+++ xml/package/source/zipapi/MemoryByteGrabber.hxx	Mon Jan 28 01:53:09 2008
@@ -41,6 +41,7 @@
 #ifndef _COM_SUN_STAR_IO_XSEEKABLE_HPP_
 #include <com/sun/star/io/XSeekable.hpp>
 #endif
+#include <string.h>
 
 class MemoryByteGrabber 
 {
Index: xml/package/source/zipapi/XUnbufferedStream.cxx
diff -u xml/package/source/zipapi/XUnbufferedStream.cxx:1.12 xml/package/source/zipapi/XUnbufferedStream.cxx:1.12.54.1
--- xml/package/source/zipapi/XUnbufferedStream.cxx:1.12	Sun Sep 17 10:27:48 2006
+++ xml/package/source/zipapi/XUnbufferedStream.cxx	Mon Jan 28 01:53:09 2008
@@ -60,6 +60,7 @@
 #include <EncryptedDataHeader.hxx>
 #endif
 #include <algorithm>
+#include <string.h>
 
 #if 0
 // for debugging purposes here
Index: xml/xmloff/inc/xmloff/PropertySetInfoHash.hxx
diff -u xml/xmloff/inc/xmloff/PropertySetInfoHash.hxx:1.2 xml/xmloff/inc/xmloff/PropertySetInfoHash.hxx:1.2.180.1
--- xml/xmloff/inc/xmloff/PropertySetInfoHash.hxx:1.2	Wed Apr 11 06:20:51 2007
+++ xml/xmloff/inc/xmloff/PropertySetInfoHash.hxx	Mon Jan 28 01:53:14 2008
@@ -39,6 +39,7 @@
 #include <xmloff/PropertySetInfoKey.hxx>
 #endif
 
+#include <string.h>
 #include <memory>
 
 struct PropertySetInfoHash
Index: xml/xmloff/inc/xmloff/nmspmap.hxx
diff -u xml/xmloff/inc/xmloff/nmspmap.hxx:1.2 xml/xmloff/inc/xmloff/nmspmap.hxx:1.2.180.1
--- xml/xmloff/inc/xmloff/nmspmap.hxx:1.2	Wed Apr 11 06:27:58 2007
+++ xml/xmloff/inc/xmloff/nmspmap.hxx	Mon Jan 28 01:53:14 2008
@@ -61,6 +61,8 @@
 #include <cppuhelper/weak.hxx>
 #endif
 
+#include <limits.h>
+
 const sal_uInt16 XML_NAMESPACE_XMLNS  = (USHRT_MAX-2);
 const sal_uInt16 XML_NAMESPACE_NONE  = (USHRT_MAX-1);
 const sal_uInt16 XML_NAMESPACE_UNKNOWN  = (USHRT_MAX);
Index: xml/xmloff/source/draw/EnhancedCustomShapeToken.cxx
diff -u xml/xmloff/source/draw/EnhancedCustomShapeToken.cxx:1.9 xml/xmloff/source/draw/EnhancedCustomShapeToken.cxx:1.9.268.1
--- xml/xmloff/source/draw/EnhancedCustomShapeToken.cxx:1.9	Sun Sep 17 03:24:28 2006
+++ xml/xmloff/source/draw/EnhancedCustomShapeToken.cxx	Mon Jan 28 01:53:15 2008
@@ -43,6 +43,7 @@
 #include <osl/mutex.hxx>
 #endif
 #include <hash_map>
+#include <string.h>
 
 namespace xmloff { namespace EnhancedCustomShapeToken {
 
Index: util/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx
diff -u util/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx:1.4 util/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx:1.4.14.1
--- util/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx:1.4	Mon Nov 19 04:59:14 2007
+++ util/xmlhelp/source/com/sun/star/help/HelpCompiler.cxx	Mon Jan 28 01:53:14 2008
@@ -37,6 +37,7 @@
 #include "HelpCompiler.hxx"
 #include <limits.h>
 #include <stdlib.h>
+#include <string.h>
 #include <libxslt/xslt.h>
 #include <libxslt/xsltInternals.h>
 #include <libxslt/transform.h>
Index: util/xmlhelp/source/com/sun/star/help/HelpLinker.cxx
diff -u util/xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1.10 util/xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1.10.14.1
--- util/xmlhelp/source/com/sun/star/help/HelpLinker.cxx:1.10	Mon Nov 26 10:04:22 2007
+++ util/xmlhelp/source/com/sun/star/help/HelpLinker.cxx	Mon Jan 28 01:53:14 2008
@@ -37,6 +37,9 @@
 
 #include <map>
 
+#include <string.h>
+#include <limits.h>
+
 #include <boost/shared_ptr.hpp>
 #include <boost/tokenizer.hpp>
 
Index: util/xmlhelp/source/cxxhelp/provider/databases.cxx
diff -u util/xmlhelp/source/cxxhelp/provider/databases.cxx:1.49 util/xmlhelp/source/cxxhelp/provider/databases.cxx:1.49.14.1
--- util/xmlhelp/source/cxxhelp/provider/databases.cxx:1.49	Mon Nov 19 05:00:39 2007
+++ util/xmlhelp/source/cxxhelp/provider/databases.cxx	Mon Jan 28 01:53:14 2008
@@ -71,6 +71,7 @@
 #endif
 #include "inputstream.hxx"
 #include <algorithm>
+#include <string.h>
 
 // Extensible help
 #include "com/sun/star/deployment/thePackageManagerFactory.hpp"
Index: framework/filter/source/flash/swffilter.cxx
diff -u framework/filter/source/flash/swffilter.cxx:1.6 framework/filter/source/flash/swffilter.cxx:1.6.166.1
--- framework/filter/source/flash/swffilter.cxx:1.6	Thu Jan 18 06:09:46 2007
+++ framework/filter/source/flash/swffilter.cxx	Mon Jan 28 01:53:05 2008
@@ -88,6 +88,7 @@
 
 //#include <stdlib.h>
 //#include <windows.h>
+#include <string.h>
 
 using namespace ::com::sun::star::uno;
 using namespace ::com::sun::star::frame;
Index: framework/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx
diff -u framework/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx:1.18 framework/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx:1.18.194.1
--- framework/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx:1.18	Fri Dec  1 06:32:11 2006
+++ framework/filter/source/xmlfilteradaptor/XmlFilterAdaptor.cxx	Mon Jan 28 01:53:05 2008
@@ -35,7 +35,7 @@
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_filter.hxx"
-#include <iostream.h>
+#include <iostream>
 #include <stdlib.h>
 #include <ctype.h>
 #include <stdio.h>
Index: framework/filter/source/xmlfilterdetect/filterdetect.cxx
diff -u framework/filter/source/xmlfilterdetect/filterdetect.cxx:1.9 framework/filter/source/xmlfilterdetect/filterdetect.cxx:1.9.64.1
--- framework/filter/source/xmlfilterdetect/filterdetect.cxx:1.9	Tue Oct 23 04:40:42 2007
+++ framework/filter/source/xmlfilterdetect/filterdetect.cxx	Mon Jan 28 01:53:06 2008
@@ -35,7 +35,7 @@
 
 // MARKER(update_precomp.py): autogen include statement, do not remove
 #include "precompiled_filter.hxx"
-#include <iostream.h>
+#include <iostream>
 #include <stdlib.h>
 #include <ctype.h>
 #include <stdio.h>
Index: framework/unoxml/source/dom/attr.cxx
diff -u framework/unoxml/source/dom/attr.cxx:1.7 framework/unoxml/source/dom/attr.cxx:1.7.6.1
--- framework/unoxml/source/dom/attr.cxx:1.7	Thu Dec  6 02:57:59 2007
+++ framework/unoxml/source/dom/attr.cxx	Mon Jan 28 01:53:11 2008
@@ -36,6 +36,7 @@
 #include "attr.hxx"
 #include "element.hxx"
 #include <com/sun/star/xml/dom/DOMException.hdl>
+#include <string.h>
 
 namespace DOM
 {
Index: framework/unoxml/source/dom/attributesmap.cxx
diff -u framework/unoxml/source/dom/attributesmap.cxx:1.4 framework/unoxml/source/dom/attributesmap.cxx:1.4.48.1
--- framework/unoxml/source/dom/attributesmap.cxx:1.4	Mon Jun 19 17:43:23 2006
+++ framework/unoxml/source/dom/attributesmap.cxx	Mon Jan 28 01:53:11 2008
@@ -34,6 +34,7 @@
  ************************************************************************/
 
 #include "attributesmap.hxx"
+#include <string.h>
 
 namespace DOM
 {
Index: framework/unoxml/source/dom/characterdata.cxx
diff -u framework/unoxml/source/dom/characterdata.cxx:1.9 framework/unoxml/source/dom/characterdata.cxx:1.9.6.1
--- framework/unoxml/source/dom/characterdata.cxx:1.9	Thu Dec  6 02:58:40 2007
+++ framework/unoxml/source/dom/characterdata.cxx	Mon Jan 28 01:53:11 2008
@@ -36,6 +36,7 @@
 #include <com/sun/star/xml/dom/events/XDocumentEvent.hpp>
 #include "characterdata.hxx"
 #include "../events/mutationevent.hxx"
+#include <string.h>
 
 namespace DOM
 {
Index: framework/unoxml/source/dom/document.cxx
diff -u framework/unoxml/source/dom/document.cxx:1.12 framework/unoxml/source/dom/document.cxx:1.12.6.1
--- framework/unoxml/source/dom/document.cxx:1.12	Thu Dec  6 03:17:37 2007
+++ framework/unoxml/source/dom/document.cxx	Mon Jan 28 01:53:12 2008
@@ -54,6 +54,8 @@
 #include "../events/uievent.hxx"
 #include "../events/mouseevent.hxx"
 
+#include <string.h>
+
 namespace DOM
 {
 
Index: framework/unoxml/source/dom/documenttype.cxx
diff -u framework/unoxml/source/dom/documenttype.cxx:1.4 framework/unoxml/source/dom/documenttype.cxx:1.4.48.1
--- framework/unoxml/source/dom/documenttype.cxx:1.4	Mon Jun 19 17:45:08 2006
+++ framework/unoxml/source/dom/documenttype.cxx	Mon Jan 28 01:53:12 2008
@@ -37,6 +37,7 @@
 #include "entitiesmap.hxx"
 #include "notationsmap.hxx"
 
+#include <string.h>
 
 namespace DOM
 {
Index: framework/unoxml/source/dom/element.cxx
diff -u framework/unoxml/source/dom/element.cxx:1.11 framework/unoxml/source/dom/element.cxx:1.11.6.1
--- framework/unoxml/source/dom/element.cxx:1.11	Thu Dec  6 02:59:52 2007
+++ framework/unoxml/source/dom/element.cxx	Mon Jan 28 01:53:12 2008
@@ -40,6 +40,8 @@
 #include "attributesmap.hxx"
 #include "../events/mutationevent.hxx"
 
+#include <string.h>
+
 namespace DOM
 {
 
Index: framework/unoxml/source/dom/elementlist.cxx
diff -u framework/unoxml/source/dom/elementlist.cxx:1.5 framework/unoxml/source/dom/elementlist.cxx:1.5.48.1
--- framework/unoxml/source/dom/elementlist.cxx:1.5	Mon Jun 19 17:46:18 2006
+++ framework/unoxml/source/dom/elementlist.cxx	Mon Jan 28 01:53:12 2008
@@ -35,6 +35,8 @@
 
 #include "elementlist.hxx"
 
+#include <string.h>
+
 namespace DOM
 {
 
Index: framework/unoxml/source/dom/entity.cxx
diff -u framework/unoxml/source/dom/entity.cxx:1.4 framework/unoxml/source/dom/entity.cxx:1.4.48.1
--- framework/unoxml/source/dom/entity.cxx:1.4	Mon Jun 19 17:46:49 2006
+++ framework/unoxml/source/dom/entity.cxx	Mon Jan 28 01:53:12 2008
@@ -35,6 +35,8 @@
 
 #include "entity.hxx"
 
+#include <string.h>
+
 namespace DOM
 {
 
Index: framework/unoxml/source/dom/entityreference.cxx
diff -u framework/unoxml/source/dom/entityreference.cxx:1.4 framework/unoxml/source/dom/entityreference.cxx:1.4.48.1
--- framework/unoxml/source/dom/entityreference.cxx:1.4	Mon Jun 19 17:47:11 2006
+++ framework/unoxml/source/dom/entityreference.cxx	Mon Jan 28 01:53:12 2008
@@ -34,6 +34,8 @@
  ************************************************************************/
 
 #include "entityreference.hxx"
+#include <string.h>
+
 namespace DOM
 {
   CEntityReference::CEntityReference(const xmlNodePtr /*aNodePtr*/)
Index: framework/unoxml/source/dom/node.cxx
diff -u framework/unoxml/source/dom/node.cxx:1.13 framework/unoxml/source/dom/node.cxx:1.13.6.1
--- framework/unoxml/source/dom/node.cxx:1.13	Thu Dec  6 03:18:20 2007
+++ framework/unoxml/source/dom/node.cxx	Mon Jan 28 01:53:12 2008
@@ -34,6 +34,7 @@
  ************************************************************************/
 
 #include <stdio.h>
+#include <string.h>
 #include "node.hxx"
 #include "element.hxx"
 #include "text.hxx"
Index: framework/unoxml/source/dom/notation.cxx
diff -u framework/unoxml/source/dom/notation.cxx:1.3 framework/unoxml/source/dom/notation.cxx:1.3.68.1
--- framework/unoxml/source/dom/notation.cxx:1.3	Fri Sep  9 03:03:53 2005
+++ framework/unoxml/source/dom/notation.cxx	Mon Jan 28 01:53:12 2008
@@ -34,6 +34,8 @@
  ************************************************************************/
 
 #include "notation.hxx"
+#include <string.h>
+
 namespace DOM
 {
     CNotation::CNotation(const xmlNotationPtr aNotationPtr)
Index: framework/unoxml/source/dom/processinginstruction.cxx
diff -u framework/unoxml/source/dom/processinginstruction.cxx:1.7 framework/unoxml/source/dom/processinginstruction.cxx:1.7.6.1
--- framework/unoxml/source/dom/processinginstruction.cxx:1.7	Thu Dec  6 03:01:25 2007
+++ framework/unoxml/source/dom/processinginstruction.cxx	Mon Jan 28 01:53:12 2008
@@ -34,6 +34,7 @@
  ************************************************************************/
 
 #include "processinginstruction.hxx"
+#include <string.h>
 
 namespace DOM
 {
Index: framework/unoxml/source/fastsax/fastparser.cxx
diff -u framework/unoxml/source/fastsax/fastparser.cxx:1.2 framework/unoxml/source/fastsax/fastparser.cxx:1.2.24.1
--- framework/unoxml/source/fastsax/fastparser.cxx:1.2	Tue Jun  5 06:52:30 2007
+++ framework/unoxml/source/fastsax/fastparser.cxx	Mon Jan 28 01:53:12 2008
@@ -66,6 +66,8 @@
 #include "expat/xmlparse.h"
 #endif
 
+#include <string.h>
+
 using ::rtl::OUString;
 using ::rtl::OString;
 using namespace ::std;
Index: udk/idlc/source/idlccompile.cxx
diff -u udk/idlc/source/idlccompile.cxx:1.22 udk/idlc/source/idlccompile.cxx:1.22.14.1
--- udk/idlc/source/idlccompile.cxx:1.22	Fri Nov  2 05:26:14 2007
+++ udk/idlc/source/idlccompile.cxx	Mon Jan 28 01:53:07 2008
@@ -71,6 +71,8 @@
 #endif
 #endif
 
+#include <string.h>
+
 using namespace ::rtl;
 using namespace ::osl;
 
Index: udk/idlc/source/idlcproduce.cxx
diff -u udk/idlc/source/idlcproduce.cxx:1.15 udk/idlc/source/idlcproduce.cxx:1.15.14.1
--- udk/idlc/source/idlcproduce.cxx:1.15	Mon Oct 15 05:44:28 2007
+++ udk/idlc/source/idlcproduce.cxx	Mon Jan 28 01:53:07 2008
@@ -63,6 +63,8 @@
 #include <errno.h>
 #endif
 
+#include <string.h>
+
 using namespace ::rtl;
 using namespace ::osl;
 
Index: graphics/svx/source/msfilter/mscodec.cxx
diff -u graphics/svx/source/msfilter/mscodec.cxx:1.5 graphics/svx/source/msfilter/mscodec.cxx:1.5.618.1
--- graphics/svx/source/msfilter/mscodec.cxx:1.5	Thu Oct 12 05:58:20 2006
+++ graphics/svx/source/msfilter/mscodec.cxx	Mon Jan 28 01:53:11 2008
@@ -42,6 +42,7 @@
 
 #include <osl/diagnose.h>
 #include <algorithm>
+#include <string.h>
 #include <tools/solar.h>
 
 namespace svx {
Index: sw/writerfilter/source/dmapper/DomainMapper_Impl.hxx
diff -u sw/writerfilter/source/dmapper/DomainMapper_Impl.hxx:1.21 sw/writerfilter/source/dmapper/DomainMapper_Impl.hxx:1.21.10.1
--- sw/writerfilter/source/dmapper/DomainMapper_Impl.hxx:1.21	Thu Jan 10 03:38:22 2008
+++ sw/writerfilter/source/dmapper/DomainMapper_Impl.hxx	Mon Jan 28 01:53:12 2008
@@ -78,6 +78,8 @@
 #endif
 #include <map>
 
+#include <string.h>
+
 namespace com{ namespace sun{ namespace star{
         namespace lang{
             class XMultiServiceFactory;
Index: sw/writerfilter/source/dmapper/GraphicImport.cxx
diff -u sw/writerfilter/source/dmapper/GraphicImport.cxx:1.9 sw/writerfilter/source/dmapper/GraphicImport.cxx:1.9.10.1
--- sw/writerfilter/source/dmapper/GraphicImport.cxx:1.9	Thu Jan 10 03:38:57 2008
+++ sw/writerfilter/source/dmapper/GraphicImport.cxx	Mon Jan 28 01:53:12 2008
@@ -107,6 +107,7 @@
 
 #include <iostream>
 #include <resourcemodel/QNameToString.hxx>
+#include <string.h>
 
 namespace writerfilter {
 namespace dmapper
Index: sw/writerfilter/source/odiapi/qname/QName.cxx
diff -u sw/writerfilter/source/odiapi/qname/QName.cxx:1.2 sw/writerfilter/source/odiapi/qname/QName.cxx:1.2.26.1
--- sw/writerfilter/source/odiapi/qname/QName.cxx:1.2	Wed Nov  1 01:14:35 2006
+++ sw/writerfilter/source/odiapi/qname/QName.cxx	Mon Jan 28 01:53:13 2008
@@ -44,6 +44,7 @@
 #include <stdexcept>
 #include <string>
 #include <stdio.h>
+#include <string.h>
 
 namespace writerfilter
 {
Index: sw/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx
diff -u sw/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx:1.2 sw/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx:1.2.10.1
--- sw/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx:1.2	Thu Jan 10 03:56:25 2008
+++ sw/writerfilter/source/ooxml/OOXMLBinaryObjectReference.cxx	Mon Jan 28 01:53:13 2008
@@ -33,6 +33,7 @@
  *
  ************************************************************************/
 #include "OOXMLBinaryObjectReference.hxx"
+#include <string.h>
 
 namespace writerfilter {
 namespace ooxml
Index: sw/writerfilter/source/ooxml/makefile.mk
diff -u sw/writerfilter/source/ooxml/makefile.mk:1.9 sw/writerfilter/source/ooxml/makefile.mk:1.9.10.1
--- sw/writerfilter/source/ooxml/makefile.mk:1.9	Thu Jan 10 04:12:24 2008
+++ sw/writerfilter/source/ooxml/makefile.mk	Mon Jan 28 01:53:13 2008
@@ -208,7 +208,7 @@
 	$(XSLTPROC) $(OOXMLRESOURCEIDSXSL) $(MODELPROCESSED) > $@
 
 $(GPERFFASTTOKENHXX): $(OOXMLGPERFFASTTOKENXSL) $(MODELPROCESSED)
-	$(XSLTPROC) $(OOXMLGPERFFASTTOKENXSL) $(MODELPROCESSED) | tr -d '\r' | gperf -t -E -S1 -c -G -LC++ > $@
+	$(XSLTPROC) $(OOXMLGPERFFASTTOKENXSL) $(MODELPROCESSED) | tr -d '\r' | gperf -I -t -E -S1 -c -G -LC++ > $@
 
 $(SLOFASTNAMESPACES): $(OOXMLFASTRESOURCESCXX) $(OOXMLGENHEADERS)
 
Index: sw/writerfilter/unocomponent/debugservices/rtfsl/RTFSLParser.cxx
diff -u sw/writerfilter/unocomponent/debugservices/rtfsl/RTFSLParser.cxx:1.5 sw/writerfilter/unocomponent/debugservices/rtfsl/RTFSLParser.cxx:1.5.26.1
--- sw/writerfilter/unocomponent/debugservices/rtfsl/RTFSLParser.cxx:1.5	Mon Jun 18 22:39:12 2007
+++ sw/writerfilter/unocomponent/debugservices/rtfsl/RTFSLParser.cxx	Mon Jan 28 01:53:13 2008
@@ -39,6 +39,7 @@
 
 #include "RTFSLParser.hxx"
 #include <stdio.h>
+#include <string.h>
 #include <wchar.h>
 #include <rtftok/RTFScanner.hxx>
 #include <rtftok/RTFScannerHandler.hxx>
Index: sw/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx
diff -u sw/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx:1.7 sw/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx:1.7.16.1
--- sw/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx:1.7	Mon Oct 29 07:04:50 2007
+++ sw/writerfilter/unocomponent/debugservices/rtftok/ScannerTestService.cxx	Mon Jan 28 01:53:13 2008
@@ -39,6 +39,7 @@
 
 #include "ScannerTestService.hxx"
 #include <stdio.h>
+#include <string.h>
 #include <wchar.h>
 #include <rtftok/RTFScanner.hxx>
 #include <rtftok/RTFScannerHandler.hxx>
Index: sw/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx
diff -u sw/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx:1.6 sw/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx:1.6.26.1
--- sw/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx:1.6	Mon Jun 18 22:39:13 2007
+++ sw/writerfilter/unocomponent/debugservices/rtftok/XMLScanner.cxx	Mon Jan 28 01:53:13 2008
@@ -39,6 +39,7 @@
 
 #include "XMLScanner.hxx"
 #include <stdio.h>
+#include <string.h>
 #include <wchar.h>
 #include <rtftok/RTFScanner.hxx>
 #include <rtftok/RTFScannerHandler.hxx>
Index: dba/dbaccess/source/core/api/KeySet.cxx
diff -u dba/dbaccess/source/core/api/KeySet.cxx:1.68 dba/dbaccess/source/core/api/KeySet.cxx:1.68.46.1
--- dba/dbaccess/source/core/api/KeySet.cxx:1.68	Wed Nov 21 07:31:36 2007
+++ dba/dbaccess/source/core/api/KeySet.cxx	Mon Jan 28 01:53:05 2008
@@ -116,6 +116,7 @@
 #ifndef _TOOLS_DEBUG_HXX
 #include <tools/debug.hxx>
 #endif
+#include <string.h>
 
 using namespace dbaccess;
 using namespace ::connectivity;
Index: external/icc/SampleICC-1.3.2-bendian.patch
diff -u external/icc/SampleICC-1.3.2-bendian.patch:1.4 external/icc/SampleICC-1.3.2-bendian.patch:1.4.2.1
--- external/icc/SampleICC-1.3.2-bendian.patch:1.4	Thu Jan 31 00:02:41 2008
+++ external/icc/SampleICC-1.3.2-bendian.patch	Thu Jan 31 06:56:10 2008
@@ -5081,3 +5081,53 @@
   	IccProfLibTest \
   	IccStripUnknownTags \
   	IccV4ToMPE
+*** misc/SampleICC-1.3.2/Contrib/ICC_utils/CLUT.cpp	2007-08-20 22:04:53.000000000 +0200
+--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/CLUT.cpp	2008-01-31 13:53:16.000000000 +0100
+***************
+*** 77,82 ****
+--- 77,84 ----
+  //
+  //////////////////////////////////////////////////////////////////////
+  
++ #include <stdlib.h>
++ #include <string.h>
+  #include <iostream>
+  #include <fstream>
+  #include <sstream>
+*** misc/SampleICC-1.3.2/Contrib/ICC_utils/ICC_tool_exception.h	2007-08-20 22:04:54.000000000 +0200
+--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/ICC_tool_exception.h	2008-01-31 13:54:51.000000000 +0100
+***************
+*** 83,88 ****
+--- 83,89 ----
+  #ifndef __DEFINED_ICC_TOOL_EXCEPTION_H__
+  #define __DEFINED_ICC_TOOL_EXCEPTION_H__
+  
++ #include <string.h>
+  #include <exception>
+  #include <string>
+  
+*** misc/SampleICC-1.3.2/IccProfLib/IccCmm.cpp	2007-08-20 22:05:00.000000000 +0200
+--- misc/build/SampleICC-1.3.2/IccProfLib/IccCmm.cpp	2008-01-31 13:49:54.000000000 +0100
+***************
+*** 79,84 ****
+--- 79,86 ----
+  #pragma warning( disable: 4786) //disable warning in <list.h>
+  #endif
+  
++ #include <stdlib.h>
++ #include <string.h>
+  #include "IccCmm.h"
+  #include "IccTag.h"
+  #include "IccIO.h"
+*** misc/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.h	2007-08-20 22:04:53.000000000 +0200
+--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.h	2008-01-31 14:05:58.000000000 +0100
+***************
+*** 83,88 ****
+--- 83,89 ----
+  #include <string>
+  #include <sys/types.h>
+  #include <sys/stat.h>
++ #include <stdlib.h>
+  
+  #ifdef WIN32
+  typedef unsigned short mode_t;
Index: external/icc/SampleICC-1.3.2.patch
diff -u external/icc/SampleICC-1.3.2.patch:1.5 external/icc/SampleICC-1.3.2.patch:1.5.2.1
--- external/icc/SampleICC-1.3.2.patch:1.5	Thu Jan 31 00:02:50 2008
+++ external/icc/SampleICC-1.3.2.patch	Thu Jan 31 06:56:10 2008
@@ -5034,3 +5034,53 @@
   	IccProfLibTest \
   	IccStripUnknownTags \
   	IccV4ToMPE
+*** misc/SampleICC-1.3.2/Contrib/ICC_utils/CLUT.cpp	2007-08-20 22:04:53.000000000 +0200
+--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/CLUT.cpp	2008-01-31 13:53:16.000000000 +0100
+***************
+*** 77,82 ****
+--- 77,84 ----
+  //
+  //////////////////////////////////////////////////////////////////////
+  
++ #include <stdlib.h>
++ #include <string.h>
+  #include <iostream>
+  #include <fstream>
+  #include <sstream>
+*** misc/SampleICC-1.3.2/Contrib/ICC_utils/ICC_tool_exception.h	2007-08-20 22:04:54.000000000 +0200
+--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/ICC_tool_exception.h	2008-01-31 13:54:51.000000000 +0100
+***************
+*** 83,88 ****
+--- 83,89 ----
+  #ifndef __DEFINED_ICC_TOOL_EXCEPTION_H__
+  #define __DEFINED_ICC_TOOL_EXCEPTION_H__
+  
++ #include <string.h>
+  #include <exception>
+  #include <string>
+  
+*** misc/SampleICC-1.3.2/IccProfLib/IccCmm.cpp	2007-08-20 22:05:00.000000000 +0200
+--- misc/build/SampleICC-1.3.2/IccProfLib/IccCmm.cpp	2008-01-31 13:49:54.000000000 +0100
+***************
+*** 79,84 ****
+--- 79,86 ----
+  #pragma warning( disable: 4786) //disable warning in <list.h>
+  #endif
+  
++ #include <stdlib.h>
++ #include <string.h>
+  #include "IccCmm.h"
+  #include "IccTag.h"
+  #include "IccIO.h"
+*** misc/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.h	2007-08-20 22:04:53.000000000 +0200
+--- misc/build/SampleICC-1.3.2/Contrib/ICC_utils/Vetters.h	2008-01-31 14:05:58.000000000 +0100
+***************
+*** 83,88 ****
+--- 83,89 ----
+  #include <string>
+  #include <sys/types.h>
+  #include <sys/stat.h>
++ #include <stdlib.h>
+  
+  #ifdef WIN32
+  typedef unsigned short mode_t;


Index: openoffice.org.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openoffice.org/devel/openoffice.org.spec,v
retrieving revision 1.1412
retrieving revision 1.1413
diff -u -r1.1412 -r1.1413
--- openoffice.org.spec	1 Feb 2008 08:57:45 -0000	1.1412
+++ openoffice.org.spec	1 Feb 2008 14:05:04 -0000	1.1413
@@ -137,6 +137,7 @@
 Patch63: openoffice.org-2.4.0.ooo85429.sw.a11ycrash.patch
 Patch64: openoffice.org-2.4.0.ooo85448.emptyrpath.patch
 Patch65: workspace.cairotext01.patch
+Patch66: workspace.gcc430two.patch
 
 %define instdir %{_libdir}/openoffice.org
 
@@ -1088,6 +1089,7 @@
 %patch63 -p1 -b .ooo85429.sw.a11ycrash.patch
 %patch64 -p1 -b .ooo85448.emptyrpath.patch
 %patch65 -p1 -b .workspace.cairotext01.patch
+%patch66 -p1 -b .workspace.gcc430two.patch
 
 %build
 echo build start time is `date`, diskspace: `df -h . | tail -n 1`
@@ -2860,6 +2862,7 @@
 - drop integrated openoffice.org-2.4.0.ooo84684.vcl.fixfontconfig.patch
 - drop openoffice.org.2.0.3-ooo66018.cppuhelper.dangerousvisibility.patch
   now that we have gcc 4.3.0
+- add workspace.gcc430two.patch for some newly needed includes
 
 * Mon Jan 28 2008 Caolan McNamara <caolanm at redhat.com> - 1:2.4.0-5.1
 - next milestone




More information about the fedora-extras-commits mailing list