From cf8f5ab10a3ba1af6092fdf90f7401633f749768 Mon Sep 17 00:00:00 2001 From: theraven Date: Sun, 31 Jul 2011 15:32:07 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33661 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ChangeLog b/ChangeLog index 22953ddb0..f22b86df4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2011-07-31 15:31 David Chisnall + + * libs/base/trunk/Headers/Foundation/NSAutoreleasePool.h, + libs/base/trunk/Headers/Foundation/NSException.h, + libs/base/trunk/Headers/Foundation/NSObjCRuntime.h, + libs/base/trunk/Headers/Foundation/NSObject.h, + libs/base/trunk/Source/GSArray.m, + libs/base/trunk/Source/GSBlocks.m, + libs/base/trunk/Source/GSString.m, + libs/base/trunk/Source/NSBundle.m, + libs/base/trunk/Source/NSConnection.m, + libs/base/trunk/Source/NSDate.m, + libs/base/trunk/Source/NSIndexPath.m, + libs/base/trunk/Source/NSMessagePort.m, + libs/base/trunk/Source/NSNull.m, + libs/base/trunk/Source/NSNumber.m, + libs/base/trunk/Source/NSPort.m, + libs/base/trunk/Source/NSSocketPort.m, + libs/base/trunk/Source/NSTimeZone.m, + libs/base/trunk/Source/NSURLProtocol.m, + libs/base/trunk/Source/NSValue.m: Cleanup: + - (void)release; + to + - (oneway void)release; + so everything implementing -release actually implements the one + declared in the NSObject protocol. + + Start marking things that are unavailable in ARC mode as + unavailable in ARC mode. + 2011-07-26 David Chisnall * Source/NSObject.m: Change the order of the retain count and the padding, so the retain count