..
Foundation.h
add new class from Graham Lee <iamleeg@gmail.com>
2013-07-09 18:59:38 +00:00
FoundationErrors.h
allow developers more time to adapt to LGPLv3
2008-06-08 10:38:33 +00:00
MISSING
add missing API file and xcode project from Ibadinov Marat <ibadinov@me.com>
2013-07-03 09:39:16 +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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSAttributedString.h
preparation for possibly excluding GNUstep extensions by default
2010-02-20 17:16:23 +00:00
NSAutoreleasePool.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSBundle.h
* Source/NSBundle.m: add NSBundle pathForAuxiliaryExecutable: and -privateFrameworksPath and their URL counterparts
2013-08-14 21:10: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
restructuring and bugfixing
2013-03-26 09:27:49 +00: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSDate.h
Add 10.6 class method dateWithTimeInterval:sinceDate:
2013-10-14 22:30:33 +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
Changed keys argument type to (const id <NSCopying>[]) in
2013-12-05 13:16:36 +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
* Headers/Foundation/NSDistributedNotificationCenter.h,
2013-01-13 16:59:49 +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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSErrorRecoveryAttempting.h
allow developers more time to adapt to LGPLv3
2008-06-08 10:38:33 +00:00
NSException.h
add format checking to NSLog/NSException
2013-07-02 15:53:46 +00:00
NSExpression.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSFileHandle.h
SSL/TLS certificate enhancements.
2013-09-18 12:49:07 +00:00
NSFileManager.h
Fix for bug #40047 by Larry Campbell
2013-09-18 17:43:42 +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
fix rectangle intersection bug for empty rectangles
2012-10-28 06:46:05 +00: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
tweaks
2011-03-05 18:12:55 +00:00
NSHTTPCookie.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +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
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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSLocale.h
tweaks
2011-03-05 18:12:55 +00:00
NSLock.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +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
fixups to avoid future ABI breakage
2013-04-15 09:07:19 +00:00
NSMethodSignature.h
merge back reorganisation branch
2010-02-14 10:48:10 +00:00
NSNetServices.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +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
Insert some kludge for PTR stuff on systems with fake C99 compatible headers.
2013-11-29 17:42:44 +00:00
NSObject.h
Changes to support clang's __attribute__((objc_root_class)).
2012-08-16 12:31:16 +00:00
NSOperation.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSPathUtilities.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSProcessInfo.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00: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
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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSSortDescriptor.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSSpellServer.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSStream.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSString.h
try to integerate Riccardo's inttypes patch
2013-10-29 09:14:45 +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
* 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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSURLCredential.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00: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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSURLProtocol.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSURLRequest.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSURLResponse.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +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
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08: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
Add skeletal NSXML work as requested.
2009-02-09 16:16:11 +00:00
NSXMLParser.h
A few string methods and OSX version compatibility tweaks.
2013-07-01 07:08:55 +00:00
NSZone.h
Remove spurious commas in enums.
2012-07-20 12:39:35 +00:00