gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 11/21] Added NS_REQUIRES_NIL_TERMINATION, NS_FORMAT_FUNCTION and


From: Jean-Charles BERTIN
Subject: [PATCH 11/21] Added NS_REQUIRES_NIL_TERMINATION, NS_FORMAT_FUNCTION and NS_FORMAT_ARGUMENT macros where is is needed. Fixed a lot of format warnings/bugs due to this.
Date: Wed, 27 Feb 2013 17:29:38 +0100

---
 Headers/Foundation/NSArray.h             |  4 ++--
 Headers/Foundation/NSBundle.h            |  9 +-------
 Headers/Foundation/NSDictionary.h        |  4 ++--
 Headers/Foundation/NSException.h         |  8 +++----
 Headers/Foundation/NSObjCRuntime.h       | 27 +++++++++++++++++------
 Headers/Foundation/NSSet.h               |  4 ++--
 Headers/Foundation/NSString.h            | 18 +++++++--------
 Headers/GNUstepBase/GNUstep.h            |  9 ++++----
 Headers/GNUstepBase/GSIArray.h           | 24 ++++++++++----------
 Headers/GNUstepBase/GSObjCRuntime.h      |  2 +-
 Source/Additions/GCArray.m               | 15 ++++++++-----
 Source/Additions/GSMime.m                | 29 +++++++++++++-----------
 Source/Additions/GSXML.m                 | 15 +++++++------
 Source/Additions/NSObject+GNUstepBase.m  |  2 +-
 Source/GSArray.m                         |  4 ++--
 Source/GSAttributedString.m              | 10 ++++-----
 Source/GSAvahiNetServiceBrowser.m        |  4 ++--
 Source/GSHTTPAuthentication.m            |  8 +++----
 Source/GSHTTPURLHandle.m                 |  2 +-
 Source/GSSocketStream.m                  |  4 ++--
 Source/GSStream.m                        |  2 +-
 Source/GSString.m                        | 14 +++++++-----
 Source/GSTLS.m                           |  2 +-
 Source/NSAssertionHandler.m              |  8 +++----
 Source/NSBundle.m                        |  8 +++----
 Source/NSCalendarDate.m                  | 12 +++++-----
 Source/NSCallBacks.m                     |  8 +++----
 Source/NSConcreteHashTable.m             |  2 +-
 Source/NSConcreteMapTable.m              |  2 +-
 Source/NSConnection.m                    | 12 +++++-----
 Source/NSData.m                          | 22 +++++++++---------
 Source/NSDictionary.m                    |  2 +-
 Source/NSDistantObject.m                 | 34 ++++++++++++++--------------
 Source/NSDistributedNotificationCenter.m |  4 ++--
 Source/NSFileHandle.m                    |  2 +-
 Source/NSFileManager.m                   | 10 ++++-----
 Source/NSHTTPCookieStorage.m             |  4 ++--
 Source/NSIndexPath.m                     |  7 +++---
 Source/NSIndexSet.m                      | 21 +++++++++---------
 Source/NSJSONSerialization.m             |  4 ++--
 Source/NSKeyValueCoding.m                |  4 ++--
 Source/NSKeyedUnarchiver.m               |  4 ++--
 Source/NSLog.m                           |  4 ++--
 Source/NSMessagePort.m                   | 37 +++++++++++++++----------------
 Source/NSNotificationCenter.m            |  2 +-
 Source/NSNumber.m                        |  2 +-
 Source/NSNumberFormatter.m               | 32 +++++++++++++--------------
 Source/NSObject.m                        |  3 ++-
 Source/NSOperation.m                     |  8 +++----
 Source/NSPointerArray.m                  |  4 ++--
 Source/NSPort.m                          |  4 ++--
 Source/NSPortCoder.m                     |  8 +++----
 Source/NSPortMessage.m                   |  2 +-
 Source/NSPredicate.m                     |  2 +-
 Source/NSPropertyList.m                  | 20 ++++++++---------
 Source/NSRange.m                         |  4 ++--
 Source/NSRunLoop.m                       |  4 ++--
 Source/NSSerializer.m                    | 14 ++++++------
 Source/NSSocketPort.m                    | 38 ++++++++++++++++----------------
 Source/NSSortDescriptor.m                |  2 +-
 Source/NSTask.m                          | 12 +++++-----
 Source/NSThread.m                        |  8 +++----
 Source/NSTimeZone.m                      | 10 ++++-----
 Source/NSURLProtocol.m                   |  2 +-
 Source/NSURLResponse.m                   |  2 +-
 Source/NSUnarchiver.m                    |  4 ++--
 Source/NSXMLDTD.m                        | 20 ++++++++---------
 Source/NSXMLDocument.m                   | 24 ++++++++++----------
 Source/NSXMLElement.m                    | 22 +++++++++---------
 Source/NSXMLParser.m                     |  4 ++--
 Source/unix/GSRunLoopCtxt.m              |  2 +-
 Tools/AGSParser.m                        |  4 ++--
 Tools/autogsdoc.m                        |  8 +++----
 Tools/sfparse.m                          |  4 ++--
 74 files changed, 361 insertions(+), 345 deletions(-)

Attachment: 0011-Added-NS_REQUIRES_NIL_TERMINATION-NS_FORMAT_FUNCTION.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]