mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
Added ChangeLog entry from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
40456f7787
commit
2f3fffdea9
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
||||||
|
2011-07-23 12:19 David Chisnall <theraven@gna.org>
|
||||||
|
|
||||||
|
* libs/base/trunk/Source/NSObject.m: Remove the zone pointer from
|
||||||
|
objects. Now we always query the zones to find the relevant
|
||||||
|
pointer. Zones are still supported, but we now optimise for the
|
||||||
|
case where they are not used.
|
||||||
|
|
||||||
|
To disable zone support completely, NSAllocateObject() should
|
||||||
|
ignore the zone and NSDeallocateObject() should skip the zone
|
||||||
|
lookup.
|
||||||
|
|
||||||
2011-07-22 16:07 David Chisnall <theraven@gna.org>
|
2011-07-22 16:07 David Chisnall <theraven@gna.org>
|
||||||
|
|
||||||
* libs/base/trunk/Headers/Foundation/NSArray.h,
|
* libs/base/trunk/Headers/Foundation/NSArray.h,
|
||||||
|
|
Loading…
Reference in a new issue