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@33412 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9f0537145d
commit
9b134ac4e8
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-06-29 15:21 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Headers/Foundation/NSNotification.h,
|
||||
libs/base/trunk/Headers/Foundation/NSZone.h,
|
||||
libs/base/trunk/Headers/GNUstepBase/preface.h.in,
|
||||
libs/base/trunk/Tools/make_strings/make_strings.m: 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 13:13 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSObject.m: Add support to NSObject for
|
||||
|
|
Loading…
Reference in a new issue