]> err.no Git - sope/commitdiff
properly include string.h
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 17 Nov 2005 16:03:26 +0000 (16:03 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 17 Nov 2005 16:03:26 +0000 (16:03 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1177 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-xml/XmlRpc/ChangeLog
sope-xml/XmlRpc/NSMutableString+XmlRpcDecoder.m
sope-xml/XmlRpc/Version
sope-xml/libxmlSAXDriver/ChangeLog
sope-xml/libxmlSAXDriver/TableCallbacks.m
sope-xml/libxmlSAXDriver/Version
sope-xml/libxmlSAXDriver/libxmlDocSAXDriver.m
sope-xml/libxmlSAXDriver/libxmlHTMLSAXDriver.m
sope-xml/libxmlSAXDriver/libxmlSAXDriver.m
sope-xml/samples/ChangeLog
sope-xml/samples/testqp.m

index c6628b91d1333b3f05e8b50997d4596fd373c59c..348a5159bbec6cfd3f3247fe411420ce45fa261d 100644 (file)
@@ -1,3 +1,8 @@
+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
index ed48594eb47ca1db60a0928280d412518fb3ccc1..f0ece46a71ae1c247e4273583d9ecac85b296039 100644 (file)
@@ -20,6 +20,7 @@
 */
 
 #include "common.h"
+#include <string.h>
 
 @implementation NSMutableString(XmlRpcDecoder)
 
index 67ebc1c57170cfa5b5b81269387857b9e7043a87..b19f72a2dc5f0c156b7e79799b9323e15b02681c 100644 (file)
@@ -1,3 +1,3 @@
 # version file
 
-SUBMINOR_VERSION:=25
+SUBMINOR_VERSION:=26
index eb830b38abb89d5a47b79dd913482ff593396295..8642e41b26c515bbf1513427ca6821b5d4716079 100644 (file)
@@ -1,3 +1,7 @@
+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
index 738606f85244ceaf9099ede98ee0e2c5cde570ac..af0c2648a5e609727a56b700aa17bd1b820848e1 100644 (file)
@@ -21,6 +21,7 @@
 
 #include "TableCallbacks.h"
 #include "common.h"
+#include <string.h>
 
 //#define NSNonOwnedCStringMapKeyCallBacks NSNonOwnedPointerMapKeyCallBacks
 
index b0de02fbc819c2769371427b4ccee38e20609ef4..02c5970d5aa5094f3b3597e6564224af0fbb7080 100644 (file)
@@ -1,3 +1,3 @@
 # version
 
-SUBMINOR_VERSION:=22
+SUBMINOR_VERSION:=23
index 1656527d39d78435daf8e8fe7c1daee3c96c48c1..d5ec3f97e6a64004bf497fab25f22abc370af56f 100644 (file)
@@ -24,6 +24,7 @@
 #include <SaxObjC/SaxObjC.h>
 #include <SaxObjC/SaxException.h>
 #include "common.h"
+#include <string.h>
 
 #include <libxml/parser.h>
 #include <libxml/tree.h>
index a6523d8eee44ca61e28f0671559d1258c80fa9f7..77fc04b03fad453e46791ac69d3faece5a7ccde9 100644 (file)
@@ -25,6 +25,7 @@
 #include <SaxObjC/SaxObjC.h>
 #include <SaxObjC/SaxException.h>
 #include "common.h"
+#include <string.h>
 
 #include <libxml/HTMLparser.h>
 #include <libxml/HTMLtree.h>
index 17b1dfca90306d8330032f17d16a7e376e1dd422..5388b6e965bd68664e47b7ca3f03f0c35d819ef8 100644 (file)
@@ -25,6 +25,7 @@
 #include <SaxObjC/SaxException.h>
 #include <SaxObjC/SaxAttributes.h>
 #include "common.h"
+#include <string.h>
 
 #include <libxml/parser.h>
 
index 0a195060735498d91fe4840864a93280c7e18f39..58e079589b4cdb28ed31399a109fb52d75023753 100644 (file)
@@ -1,3 +1,7 @@
+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
index 996e835bb5bcc79463bd22cc823e12f2da78534c..3df85cae5399920398ca598934aadd19269a708e 100644 (file)
@@ -25,6 +25,7 @@
 #include <DOM/DOMXMLOutputter.h>
 #include <DOM/DOMPYXOutputter.h>
 #include <DOM/NSObject+QPEval.h>
+#include <string.h>
 
 /*
   Usage