mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Added ChangeLog entry from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0239c9b9a5
commit
2573910c2b
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2011-02-10 18:53 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSObject.m: Use NSClassFromString() to
|
||||
look up NSZombie class. This has two advantages:
|
||||
|
||||
1) Doesn't rely on Apple-incompatible behaviour in the GCC
|
||||
runtime that introduces fun heisenbugs.
|
||||
2) Doesn't require constructing the dtable for NSZombie if we're
|
||||
not actually using it.
|
||||
|
||||
2011-02-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSSpellServer.m: Avoid compiler warning.
|
||||
|
|
Loading…
Reference in a new issue