mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Added ChangeLog entry from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33522 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6893ce1a95
commit
c2d351a0d2
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2011-07-11 14:31 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSAutoreleasePool.m,
|
||||
libs/base/trunk/Source/NSThread.m: Lazily initialize POSIX
|
||||
threads, matching OS X behaviour and stopping us from crashing
|
||||
when calling autorelease from a thread that was not previously
|
||||
registered explicitly (yuck!)
|
||||
|
||||
Also do some quite hacky (and not totally correct) things to try
|
||||
to make sure that we aren't confused into thinking that the first
|
||||
NSThread is the main thread, if it's created on a separate
|
||||
thread. Currently only supported on FreeBSD and OpenBSD.
|
||||
|
||||
2011-07-11 12:36 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSNumber.m: [NSNumber -init] should not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue