Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33705 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-08-07 18:01:35 +00:00
parent 8c89a86607
commit 8a88a7f66e

View file

@ -1,3 +1,13 @@
2011-08-07 18:00 theraven
* libs/base/trunk/Source/NSObject.m: In -finalize, we're pretending
to be the Objective-C runtime, so we need to
actually use isa directly, rather than the safe version. A better
solution
would be to call object_dispose(), but this only works for
objects created with
class_createInstance().
2011-08-07 16:56 theraven
* libs/base/trunk/Source/NSObject.m: When calling -.cxx_dealloc,