libs-base/Headers/Foundation
rfm 388bb2be49 More SSL/TLS options support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35618 72102866-910b-0410-8b05-ffd578937521
2012-09-30 10:14:00 +00:00
..
Foundation.h * Headers/Foundation/Foundation.h 2012-09-17 16:05:06 +00:00
FoundationErrors.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSAffineTransform.h add last night's changes based on static analyser results. 2011-03-09 10:24:18 +00:00
NSArchiver.h tweaks 2011-03-05 18:12:55 +00:00
NSArray.h Memory management nad documentation fixes. 2012-09-21 10:27:05 +00:00
NSAttributedString.h preparation for possibly excluding GNUstep extensions by default 2010-02-20 17:16:23 +00:00
NSAutoreleasePool.h Cleanup: 2011-07-31 15:31:39 +00:00
NSBundle.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSByteOrder.h fix includes to iumports 2010-03-10 14:53:51 +00:00
NSCache.h tweaks 2011-03-05 18:12:55 +00:00
NSCalendar.h Remove duplicated methods 2012-01-11 09:19:16 +00:00
NSCalendarDate.h OSX compat tweaks 2011-02-23 11:52:17 +00:00
NSCharacterSet.h Implement +[NSCharacterSet newlineCharacterSet] 2010-01-05 22:28:12 +00:00
NSClassDescription.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSCoder.h fix includes to iumports 2010-03-10 14:53:51 +00:00
NSComparisonPredicate.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSCompoundPredicate.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSConnection.h documentation fixes 2011-02-14 10:57:57 +00:00
NSData.h preparation for possibly excluding GNUstep extensions by default 2010-02-20 17:16:23 +00:00
NSDate.h OSX compatibility tweaks inspiered by testplant 2012-09-10 05:18:09 +00:00
NSDateFormatter.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSDebug.h preparation for possibly excluding GNUstep extensions by default 2010-02-20 17:16:23 +00:00
NSDecimal.h fix includes to iumports 2010-03-10 14:53:51 +00:00
NSDecimalNumber.h tweaks 2011-03-05 18:12:55 +00:00
NSDictionary.h Support for collection subscripting (NSArray and NSDictionary). 2012-04-06 12:23:10 +00:00
NSDistantObject.h avoid unnecessary requests for signatures to remote process 2010-02-16 17:08:47 +00:00
NSDistributedLock.h tweaks 2011-03-05 18:12:55 +00:00
NSDistributedNotificationCenter.h tweaks 2011-03-05 18:12:55 +00:00
NSEnumerator.h Lots of little fixes to make -base compile with -Werror (now builds without warnings). 2011-07-24 13:09:22 +00:00
NSError.h tweaks 2011-03-05 18:12:55 +00:00
NSErrorRecoveryAttempting.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSException.h If the user is compiling with a compiler in native exceptions mode, and they are not specifying the exception model, assume that they want the ones that their compiler will use. 2012-07-20 12:39:13 +00:00
NSExpression.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSFileHandle.h More SSL/TLS options support 2012-09-30 10:14:00 +00:00
NSFileManager.h * Source/NSFileManager.m: 2011-12-06 06:21:33 +00:00
NSFormatter.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSGarbageCollector.h MacOS-X compatibility fix for GC 2009-02-11 10:11:33 +00:00
NSGeometry.h Updates for 10.5 API changes 2009-02-23 20:42:32 +00:00
NSHashTable.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSHost.h tweaks 2011-03-05 18:12:55 +00:00
NSHTTPCookie.h Finish implementation 2010-03-10 03:50:21 +00:00
NSHTTPCookieStorage.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSIndexPath.h tweaks 2011-03-05 18:12:55 +00:00
NSIndexSet.h Detect the presence of libdispatch and, if available, use it for collection 2012-03-27 17:05:19 +00:00
NSInvocation.h Lots of little fixes to make -base compile with -Werror (now builds without warnings). 2011-07-24 13:09:22 +00:00
NSJSONSerialization.h Added NSJSONSerialization (10.7) implementation. The code path reading from an NSInputStream is not well tested - please try and break it! 2011-07-25 15:50:51 +00:00
NSKeyedArchiver.h tweaks 2011-03-05 18:12:55 +00:00
NSKeyValueCoding.h Add some out qualifiers to NSError** parameters, matching the OS X 10.7 API diffs. They seem to have missed a lot - this change should have been made on every NSError ** to stop ARC from using the complicated copy-and-writeback semantics, but only a small number of changes are documented. It's possible that this is just an error in the docs, so someone with 10.7 should check. 2011-07-31 19:12:01 +00:00
NSKeyValueObserving.h Cleanups and minor bugfixes for new code. 2009-09-12 07:37:00 +00:00
NSLocale.h tweaks 2011-03-05 18:12:55 +00:00
NSLock.h simplify last change 2010-08-19 21:08:37 +00:00
NSMapTable.h minor map/hash table compatibility tweaks and simplify notification center 2011-05-31 06:46:17 +00:00
NSMethodSignature.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSNetServices.h Remove duplicated methods 2012-01-11 09:19:16 +00:00
NSNotification.h More ARC fixes. We don't want to be using __strong void* in ARC mode (it only makes sense in GC mode and is invalid in ARC mode). 2011-06-29 15:21:02 +00:00
NSNotificationQueue.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSNull.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSNumberFormatter.h Added untest implementation of -getObjectValue:forString:range:error:. This method should will be used to implement -getObjectValue:forString:errorDescription:. 2011-03-14 22:41:53 +00:00
NSObjCRuntime.h Completely overhaul how we do sorting in -base. GSSorting.h now defines an 2012-09-19 13:31:09 +00:00
NSObject.h Changes to support clang's __attribute__((objc_root_class)). 2012-08-16 12:31:16 +00:00
NSOperation.h get code to compile/link again 2012-03-27 10:03:40 +00:00
NSPathUtilities.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSPointerArray.h implement missing method 2011-02-01 13:51:32 +00:00
NSPointerFunctions.h Fix return pointer type 2009-01-23 22:32:47 +00:00
NSPort.h tweaks 2011-03-05 18:12:55 +00:00
NSPortCoder.h tweaks 2011-03-05 18:12:55 +00:00
NSPortMessage.h tweaks 2011-03-05 18:12:55 +00:00
NSPortNameServer.h tweaks 2011-03-05 18:12:55 +00:00
NSPredicate.h Add missing set filtering functionality 2009-02-10 14:43:34 +00:00
NSProcessInfo.h preparation for possibly excluding GNUstep extensions by default 2010-02-20 17:16:23 +00:00
NSPropertyList.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSProtocolChecker.h tweaks 2011-03-05 18:12:55 +00:00
NSProxy.h Changes to support clang's __attribute__((objc_root_class)). 2012-08-16 12:31:16 +00:00
NSRange.h Move gnustep specific macros 2010-02-25 05:36:10 +00:00
NSRegularExpression.h moe consistent use of white space to match coding standard etc 2012-02-23 17:57:50 +00:00
NSRunLoop.h tweak comments 2012-07-10 06:58:54 +00:00
NSScanner.h tweaks 2011-03-05 18:12:55 +00:00
NSScriptWhoseTests.h * Headers/Foundation/Foundation.h 2012-09-17 16:05:06 +00:00
NSSerialization.h fix typo in macro name 2008-06-10 18:20:23 +00:00
NSSet.h Ooops, should have been -> const id[]. 2011-07-31 18:37:12 +00:00
NSSortDescriptor.h tweaks 2011-03-05 18:12:55 +00:00
NSSpellServer.h a few more static analyser tweaks 2011-03-09 12:40:50 +00:00
NSStream.h Move NSStream addition declarations to separate file. 2010-03-05 12:41:40 +00:00
NSString.h * Headers/Foundation/NSString.h (-compare:options:range:locale:): 2012-03-06 02:08:47 +00:00
NSTask.h tweaks 2011-03-05 18:12:55 +00:00
NSTextCheckingResult.h Fixup version 2012-02-04 13:33:03 +00:00
NSThread.h apply Wolfgangs fix 2011-06-03 06:02:18 +00:00
NSTimer.h tweaks 2011-03-05 18:12:55 +00:00
NSTimeZone.h Implemented [NSTimeZone-daylightSavingTimeOffsetForDate:]. 2011-02-10 03:58:02 +00:00
NSUndoManager.h tweaks 2011-03-05 18:12:55 +00:00
NSURL.h Make the use of nil for a file URL path raise an invalid argument exception 2011-10-04 05:40:29 +00:00
NSURLAuthenticationChallenge.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSURLCache.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSURLConnection.h add some comments 2012-03-02 09:09:15 +00:00
NSURLCredential.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSURLCredentialStorage.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSURLDownload.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSURLError.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSURLHandle.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSURLProtectionSpace.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSURLProtocol.h Use NSLog consistently for debug output 2012-03-11 11:00:08 +00:00
NSURLRequest.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSURLResponse.h Apply fixes for a couple of bug reports. 2012-03-01 19:39:20 +00:00
NSUserDefaults.h Rewrite to store defaults in multiple files (one per persistent domain). 2011-11-21 11:24:26 +00:00
NSUtilities.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSValue.h preparation for possibly excluding GNUstep extensions by default 2010-02-20 17:16:23 +00:00
NSValueTransformer.h Cleanups and minor bugfixes for new code. 2009-09-12 07:37:00 +00:00
NSXMLDocument.h Fix NSXML ABI breakage 2012-01-04 12:41:45 +00:00
NSXMLDTD.h Fix NSXML ABI breakage 2012-01-04 12:41:45 +00:00
NSXMLDTDNode.h Fix NSXML ABI breakage 2012-01-04 12:41:45 +00:00
NSXMLElement.h Rewrite hierarchy handling to match OSX 2012-01-06 12:22:30 +00:00
NSXMLNode.h tweak for older compilers 2012-01-11 13:29:46 +00:00
NSXMLNodeOptions.h Add skeletal NSXML work as requested. 2009-02-09 16:16:11 +00:00
NSXMLParser.h Make the new protocol optional for clang by protecting the definition 2011-11-07 19:01:27 +00:00
NSZone.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00