..
Foundation.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
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
Lots of little fixes to make -base compile with -Werror (now builds without warnings).
2011-07-24 13:09:22 +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
documentation cleanups
2011-10-17 10:59:02 +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
tweaks
2011-03-05 18:12:55 +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
Remove duplicated methods
2012-01-11 09:19:16 +00:00
NSDateFormatter.h
tweaks
2011-03-05 18:12:55 +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
Lots of little fixes to make -base compile with -Werror (now builds without warnings).
2011-07-24 13:09:22 +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
Tweak the exception mismatch handling so that if base is using native
2012-01-12 10:10:33 +00:00
NSExpression.h
merge back reorganisation branch
2010-02-14 10:48:10 +00:00
NSFileHandle.h
ssh handshake improvements and consmetic tweaks
2011-07-12 11:40:15 +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
minor map/hash table compatibility tweaks and simplify notification center
2011-05-31 06:46:17 +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
merge back reorganisation branch
2010-02-14 10:48:10 +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
Build with non-fragile ivars.
2010-02-24 10:23:47 +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
OSX compatibility tweaks ... NSNotFound defined as NSIntegerMax
2011-12-15 09:09:59 +00:00
NSObject.h
OSX compatibility tweaks ... NSNotFound defined as NSIntegerMax
2011-12-15 09:09:59 +00:00
NSOperation.h
inon-fragile ivar update
2010-02-26 11:04:14 +00:00
NSPathUtilities.h
further cleanup ... always use -zone method to get an object's zone ...
2010-03-05 09:30:18 +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
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
NSProtocolChecker.h
tweaks
2011-03-05 18:12:55 +00:00
NSProxy.h
Fixed missing oneway qualifier on -release return type.
2011-07-26 10:47: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
generalize define from __MINGW32__ to __MINGW__
2010-03-19 12:10:11 +00:00
NSScanner.h
tweaks
2011-03-05 18:12:55 +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
merge back reorganisation branch
2010-02-14 10:48:10 +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
Cleanups and minor bugfixes for new code.
2009-09-12 07:37:00 +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
merge back reorganisation branch
2010-02-14 10:48:10 +00:00
NSURLRequest.h
merge back reorganisation branch
2010-02-14 10:48:10 +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
For the avoidance of confusion, remove references to obsolete header.
2011-07-15 13:53:45 +00:00