..
Foundation.h
api: generate stubs for new classes
2017-06-29 21:18:16 +01:00
FoundationErrors.h
FoundationErrors: add "no file exists" error
2017-06-29 21:18:16 +01:00
MISSING
Mimic OSX handling of what appears to be an ICU bug
2014-04-12 04:38:13 +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
improve comment
2016-10-26 11:34:11 +00:00
NSAttributedString.h
preparation for possibly excluding GNUstep extensions by default
2010-02-20 17:16:23 +00:00
NSAutoreleasePool.h
fix spelling errors / typos (patch by heintzmann.eric@free.fr)
2016-05-18 06:11:00 +00:00
NSBundle.h
* Source/NSBundle.m:
2014-01-14 14:13:31 +00: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
NSCalendar: add new NSCalendarUnit definitions
2017-06-29 21:18:16 +01:00
NSCalendarDate.h
OSX compat tweaks
2011-02-23 11:52:17 +00:00
NSCharacterSet.h
Remove stupid OSX compatibility hack ... no longer needed.
2012-10-15 14:37:31 +00: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
fdix minor buglet
2015-07-09 11:44:20 +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
Apply patch by Patrick Laurent and tidy a bit.
2016-02-24 07:41:20 +00: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
msys2/64bit fixes
2016-06-28 14:01:55 +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
Make TLS client certificate issuer/owner names available
2017-05-19 11:38:48 +00:00
NSFileManager.h
NSFileManager: implement -attributesOfFileSystemForPath:withError:
2017-06-29 21:18:16 +01: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
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
NSGeometry: create NSEdgeInsets struct
2017-06-29 21:18:16 +01:00
NSHashTable.h
Add methods from 10.8 for using zeroing weak references in collections.
2012-12-11 17:49:28 +00: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
Thread diagnositc changes
2015-07-08 12:54:15 +00: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: create NS_ROOT_CLASS macro
2017-06-29 21:18:16 +01:00
NSObject.h
NSCoder: implement NSSecureCoding stub
2017-06-29 21:18:16 +01:00
NSOperation.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSPathUtilities.h
fix typo
2016-03-09 17:25:03 +00: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
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
Fixed missing paragraph markup in documentation for NSSortDescriptor methods just added
2014-02-14 14:18:14 +00: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
Add containsString: implementation
2016-05-06 22:04:07 +00:00
NSTask.h
apply bug #49021
2017-04-09 09:56:55 +00:00
NSTextCheckingResult.h
Fixup version
2012-02-04 13:33:03 +00:00
NSThread.h
* Source/NSException.m:
2013-10-18 02:00:54 +00: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
NSUndoManager.h
tweaks
2011-03-05 18:12:55 +00:00
NSURL.h
NSURL: create stub for -getResourceValue:forKey:error:
2017-06-29 21:18:16 +01: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSURLError.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSURLHandle.h
merge back reorganisation branch
2010-02-14 10:48:10 +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