libs-base/Headers/Foundation
2019-08-14 04:58:21 -04:00
..
Foundation.h Add NSProgress 2019-08-10 01:40:09 -04:00
FoundationErrors.h FoundationErrors: add "no file exists" error 2017-06-29 21:18:16 +01:00
MISSING Fix crash due to dictionary 2019-08-14 04:30:52 -04: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 Fix NSArray and NSOrderedSet KVC method types to not use generic type. 2019-07-10 11:42:46 +02:00
NSAttributedString.h fix style errors 2018-03-15 14:09:14 +00:00
NSAutoreleasePool.h fix spelling errors / typos (patch by heintzmann.eric@free.fr) 2016-05-18 06:11:00 +00:00
NSBundle.h Cosmetic tweaks to match coding style 2019-06-06 14:16:30 +01:00
NSByteCountFormatter.h Implement formatting 2019-07-19 07:29:11 -04:00
NSByteOrder.h fix includes to iumports 2010-03-10 14:53:51 +00:00
NSCache.h Modify the interfaces of all collection classes to be compatible with the 2016-02-22 21:04:18 +00:00
NSCalendar.h add +[NSCalendar calendarWithIdentifier:] 2018-04-30 18:02:28 +01:00
NSCalendarDate.h OSX compat tweaks 2011-02-23 11:52:17 +00:00
NSCharacterSet.h Add missing method and rename in header. 2019-04-09 05:27:28 -04:00
NSClassDescription.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSCoder.h NSCoder: implement NSSecureCoding stub 2017-06-29 21:18:16 +01:00
NSComparisonPredicate.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSCompoundPredicate.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSConnection.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSData.h Avoid reallocating objects post-hoc based on the initializer used. 2016-07-27 07:02:42 +00:00
NSDate.h NSDate: declare system clock change notification 2017-06-29 21:18:16 +01:00
NSDateFormatter.h Remove spurious commas in enums. 2012-07-20 12:39:35 +00:00
NSDebug.h Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01: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 Merge branch 'master' of github.com:gnustep/libs-base into add_nsorderedset_classcluster 2019-06-28 20:14:56 -04:00
NSDistantObject.h avoid unnecessary requests for signatures to remote process 2010-02-16 17:08:47 +00:00
NSDistributedLock.h Thread-safety fixes. 2016-06-22 09:09:29 +00:00
NSDistributedNotificationCenter.h * Headers/Foundation/NSDistributedNotificationCenter.h, 2013-01-13 16:59:49 +00:00
NSEnumerator.h Modify the interfaces of all collection classes to be compatible with the 2016-02-22 21:04:18 +00:00
NSError.h Add some 10.6 URL errors 2015-09-18 07:36:13 +00:00
NSErrorRecoveryAttempting.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSException.h Update assertion macros to support multiple arguments 2018-02-06 09:35:34 +00:00
NSExpression.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSFileCoordinator.h api: generate stubs for new classes 2017-06-29 21:18:16 +01:00
NSFileHandle.h Add GSTLSServerName option 2018-05-18 20:26:35 +01:00
NSFileManager.h Add new init method 2019-08-05 14:37:58 -04:00
NSFilePresenter.h api: generate stubs for new classes 2017-06-29 21:18:16 +01:00
NSFileVersion.h api: generate stubs for new classes 2017-06-29 21:18:16 +01:00
NSFormatter.h Add NSByteCountFormatter.[hm] class. 2019-07-14 01:28:42 -04:00
NSGarbageCollector.h MacOS-X compatibility fix for GC 2009-02-11 10:11:33 +00:00
NSGeometry.h NSGeometry: create NSEdgeInsets struct 2017-06-29 21:18:16 +01:00
NSHashTable.h Added generics support to NSHashTable. 2019-07-24 21:52:06 +02:00
NSHost.h added -localizedName 2014-04-18 20:03:31 +00:00
NSHTTPCookie.h NSHTTPCookie: add support for HTTPOnly cookies 2017-06-29 21:18:16 +01:00
NSHTTPCookieStorage.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSIndexPath.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSIndexSet.h File handle deallocation fix suggested by David 2015-08-28 09:21:45 +00:00
NSInvocation.h reinstate deleted code (bug #42405) 2014-05-22 16:55:18 +00:00
NSInvocationOperation.h add new class from Graham Lee <iamleeg@gmail.com> 2013-07-09 18:59:38 +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 * Tests/base/NSArchiver/stringEncoding.m: Use PASS_EQUAL instead 2013-05-13 20:55:37 +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 * Headers/Foundation/NSKeyValueObserving.h, 2014-01-26 13:22:38 +00:00
NSLocale.h Add method +[NSLocale localeWithLocaleIdentifier:], which was 2016-03-10 08:48:40 +00:00
NSLock.h More changes to make lock tracking more robust 2018-04-04 14:42:20 +01:00
NSMapTable.h Add methods from 10.8 for using zeroing weak references in collections. 2012-12-11 17:49:28 +00:00
NSMetadata.h NSMetadataQueryDelegate uses new GS_PROTOCOLS_HAVE_OPTIONAL macro now (and 2013-12-31 13:14:11 +00:00
NSMethodSignature.h merge back reorganisation branch 2010-02-14 10:48:10 +00:00
NSNetServices.h several macros added to properly support protocols containing @optional 2013-12-30 13:37:40 +00:00
NSNotification.h cleanup changes 2016-05-14 09:34:01 +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 NSObjCRuntime: add availability macro definitions 2017-08-05 04:15:36 +10:00
NSObject.h Remove reference to the copyWithZone: implementation of NSObject 2018-12-06 14:19:50 +01:00
NSOperation.h Eliminate redundant _internal variable 2019-08-05 00:00:55 -04:00
NSOrderedSet.h Fix NSArray and NSOrderedSet KVC method types to not use generic type. 2019-07-10 11:42:46 +02:00
NSPathUtilities.h Commit progress on NSFileManager 2019-08-04 22:19:28 -04:00
NSPointerArray.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSPointerFunctions.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +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 Include NSString.h 2016-03-11 11:29:43 +00:00
NSProcessInfo.h NSProcessInfo: add stubs for new APIs 2017-06-29 21:18:16 +01:00
NSProgress.h Fixes for existing issues reported by Algoriddim. 2019-08-14 04:58:21 -04:00
NSPropertyList.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +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 Implement resource limits for regular expression evaluation. Tweaked 2016-06-17 09:04:04 +00:00
NSRunLoop.h fixes for task notification 2013-12-20 13:32:29 +00:00
NSScanner.h scanHexLongLong inspider by Abbas Raza 2016-09-06 07:57:17 +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 Modify the interfaces of all collection classes to be compatible with the 2016-02-22 21:04:18 +00:00
NSSortDescriptor.h Use comparator in sorting 2019-08-02 10:58:13 -04:00
NSSpellServer.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSStream.h Add missing class declaration for new methods in NSStream.h 2017-04-04 07:44:00 +00:00
NSString.h Readd guards 2019-04-13 05:00:54 -04:00
NSTask.h apply bug #49021 2017-04-09 09:56:55 +00:00
NSTextCheckingResult.h NSTextCheckingResult: define missing constants 2017-08-24 05:14:13 +10:00
NSThread.h More changes to make lock tracking more robust 2018-04-04 14:42:20 +01:00
NSTimer.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSTimeZone.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSUbiquitousKeyValueStore.h Fix issue with class method and correct test 2019-07-08 08:54:44 -04:00
NSUndoManager.h tweaks 2011-03-05 18:12:55 +00:00
NSURL.h Add header 2019-08-06 02:57:18 -04:00
NSURLAuthenticationChallenge.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSURLCache.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSURLConnection.h NSURLConnection: expose NSURLConnectionDelegate as a protocol 2017-06-29 21:18:16 +01:00
NSURLCredential.h NSURLCredential: add stub for keychain-stored credential 2017-06-29 21:18:16 +01:00
NSURLCredentialStorage.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSURLDownload.h NSURLDownload: export NSURLDownloadDelegate protocol 2017-08-24 05:14:13 +10:00
NSURLError.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSURLHandle.h expose gnustep specific methods for old code 2018-12-05 10:43:59 +00:00
NSURLProtectionSpace.h NSURLProtectionSpace: improve authentication method handling 2017-06-29 21:18:16 +01:00
NSURLProtocol.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSURLRequest.h NSURLRequest: add new values for NSURLCachePolicy 2017-06-29 21:18:16 +01:00
NSURLResponse.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSURLSession.h api: generate stubs for new classes 2017-06-29 21:18:16 +01:00
NSUserDefaults.h Use defaults cleanups 2016-02-15 10:10:39 +00:00
NSUserNotification.h fix whitespace/indentatrion issues 2014-01-30 14:58:20 +00:00
NSUtilities.h allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
NSUUID.h fixes for task notification 2013-12-20 13:32:29 +00:00
NSValue.h preparation for possibly excluding GNUstep extensions by default 2010-02-20 17:16:23 +00:00
NSValueTransformer.h Fixed +[NSValueTransformer valueTransformerForName:] to automatically register 2014-01-09 10:21:55 +00:00
NSXMLDocument.h prep for release 2013-02-28 16:50:37 +00:00
NSXMLDTD.h prep for release 2013-02-28 16:50:37 +00:00
NSXMLDTDNode.h prep for release 2013-02-28 16:50:37 +00:00
NSXMLElement.h A few string methods and OSX version compatibility tweaks. 2013-07-01 07:08:55 +00:00
NSXMLNode.h prep for release 2013-02-28 16:50:37 +00:00
NSXMLNodeOptions.h * Headers/Foundation/NSXMLNodeOptions.h: Add new 10.7 options. 2014-04-11 21:43:14 +00:00
NSXMLParser.h several macros added to properly support protocols containing @optional 2013-12-30 13:37:40 +00:00
NSZone.h NSZone: implement NSMakeCollectable() 2017-06-29 21:18:16 +01:00