mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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
This commit is contained in:
parent
d323a291d8
commit
24d2d9bad2
1 changed files with 8 additions and 1 deletions
|
@ -1,5 +1,12 @@
|
|||
2011-07-22 16:07 David Chisnall <theraven@gna.org>
|
||||
|
||||
* 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 <theraven@gna.org>
|
||||
2011-07-21 13:17 David Chisnall <theraven@gna.org>
|
||||
|
||||
* Source/NSRegularExpression.m:
|
||||
Added stub implementation for when GNUstep is built without ICU.
|
||||
|
|
Loading…
Reference in a new issue