Added ChanngeLog for last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33124 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-05-26 13:25:48 +00:00
parent de2fd8df6e
commit f6496702aa

View file

@ -1,3 +1,16 @@
2011-05-26 13:24 David Chisnall <theraven@gna.org>
* Headers/Foundation/NSNotification.h,
* Source/Additions/GSLock.m,
* Source/Additions/GSObjCRuntime.m,
* Source/Additions/Unicode.m,
* Source/GSString.m,
* Source/NSThread.m,
* Source/NSZone.m:
More GC fixes. Most notably,
mark the thread object as not collectable, since it's hidden away
in TLS where the GC can't find it.
2011-05-25 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSObject.m: