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@33702 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bb2e9d0627
commit
13de0e2a12
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
2011-08-07 16:56 theraven
|
||||
|
||||
* libs/base/trunk/Source/NSObject.m: When calling -.cxx_dealloc,
|
||||
look up the superclass before calling. This method
|
||||
may destroy the receiver's class, if it's a user-generated one,
|
||||
so we can't
|
||||
guarantee that it is valid after the call.
|
||||
|
||||
2011-08-05 17:34 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSNumber.m: Bracket the runtime.h include
|
||||
|
|
Loading…
Reference in a new issue