+2005-11-17 Helge Hess <helge.hess@opengroupware.org>
+
+ * NSMutableString+XmlRpcDecoder.m: properly include string.h to fix a
+ memcpy warning (v4.5.26)
+
2005-05-03 Helge Hess <helge.hess@opengroupware.org>
* NSObject+XmlRpc.m, XmlRpcSaxHandler.m: fixed gcc 4.0 warnings
*/
#include "common.h"
+#include <string.h>
@implementation NSMutableString(XmlRpcDecoder)
# version file
-SUBMINOR_VERSION:=25
+SUBMINOR_VERSION:=26
+2005-11-17 Helge Hess <helge.hess@opengroupware.org>
+
+ * properly include string.h to avoid warnings (v4.5.23)
+
2005-09-14 Helge Hess <helge.hess@skyrix.com>
* libxmlSAXDriver.m: improved 'activeDriver' handling in some edge
#include "TableCallbacks.h"
#include "common.h"
+#include <string.h>
//#define NSNonOwnedCStringMapKeyCallBacks NSNonOwnedPointerMapKeyCallBacks
# version
-SUBMINOR_VERSION:=22
+SUBMINOR_VERSION:=23
#include <SaxObjC/SaxObjC.h>
#include <SaxObjC/SaxException.h>
#include "common.h"
+#include <string.h>
#include <libxml/parser.h>
#include <libxml/tree.h>
#include <SaxObjC/SaxObjC.h>
#include <SaxObjC/SaxException.h>
#include "common.h"
+#include <string.h>
#include <libxml/HTMLparser.h>
#include <libxml/HTMLtree.h>
#include <SaxObjC/SaxException.h>
#include <SaxObjC/SaxAttributes.h>
#include "common.h"
+#include <string.h>
#include <libxml/parser.h>
+2005-11-17 Helge Hess <helge.hess@opengroupware.org>
+
+ * testqp.m: properly include string.h to fix a strlen warning
+
2005-08-16 Helge Hess <helge.hess@opengroupware.org>
* saxxml.m: print a usage information in case no arguments are given or
#include <DOM/DOMXMLOutputter.h>
#include <DOM/DOMPYXOutputter.h>
#include <DOM/NSObject+QPEval.h>
+#include <string.h>
/*
Usage