mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added ChangeLog entry from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33426 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
56a002dae7
commit
05ccee0090
1 changed files with 15 additions and 0 deletions
15
ChangeLog
15
ChangeLog
|
@ -1,3 +1,18 @@
|
|||
2011-06-30 14:44 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Headers/Foundation/NSArray.h,
|
||||
libs/base/trunk/Headers/Foundation/NSProxy.h,
|
||||
libs/base/trunk/Headers/GNUstepBase/GSVersionMacros.h,
|
||||
libs/base/trunk/Headers/GNUstepBase/preface.h.in,
|
||||
libs/base/trunk/Source/NSProxy.m: Rewrote NSProxy's -retain /
|
||||
-release to be the same as NSObject, not its own ad-hoc thing.
|
||||
|
||||
Added declaration of __bridge for use in non-ARC mode.
|
||||
|
||||
Tweaked arrayWithObjects:count: to take a const id* parameter, to
|
||||
avoid ARC
|
||||
treating it as a write-back parameter.
|
||||
|
||||
2011-06-29 15:21 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Headers/Foundation/NSNotification.h,
|
||||
|
|
Loading…
Reference in a new issue