From d5d2611a60f8f3fb1199bec263fa06ae56e31c88 Mon Sep 17 00:00:00 2001 From: theraven Date: Fri, 22 Jul 2011 16:08:04 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33608 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6913f00f1..a7a37db8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ +2011-07-22 16:07 David Chisnall + + * libs/base/trunk/Headers/Foundation/NSArray.h, + libs/base/trunk/Source/GSArray.m, + libs/base/trunk/Source/NSArray.m: Change id* -> id[] for OS X + 10.7 compatibility in NSArray. This change is required for ARC: + now, id* means pointer to a single object, id[] means array. + 2011-07-22 14:38 David Chisnall -2011-07-21 13:17 David Chisnall * Source/NSRegularExpression.m: Added stub implementation for when GNUstep is built without ICU.