Fork of the Cocotron for Darling
Go to file
Johannes Fortmann 5a8fbcb491 This should fix issue 107.
The problem was that allocating a lock for objc_sync_enter would call NSPlatform currentPlatform for the lock class, which in turn
would try to get the thread dictionary, which would call sync_enter. Changed NSThread to use a traditional NSLock.
2008-05-14 17:34:15 +00:00
AppKit - NSAlert implemented 2008-05-13 18:43:48 +00:00
ApplicationServices - Added CGPDFDocument.h in ApplicationServices to repository 2008-05-01 18:52:43 +00:00
Cocoa - Disable unroll loops in AppKit/Foundation so that gcc 4.3.0 can be used 2008-03-31 19:51:55 +00:00
CoreData - CoreDataExports.h added 2008-04-24 01:45:29 +00:00
CoreFoundation - Issue #76 fix, implementation of -[NSHost name] 2008-05-01 03:29:21 +00:00
Foundation This should fix issue 107. 2008-05-14 17:34:15 +00:00
objc object enumeration implementation for NSSet, bugfix & optimization for NSArray 2008-05-01 15:18:26 +00:00
OpenGL - Issue 63 fix by thinker at thinkertons.com, odd length unicode on pasteboard 2008-02-04 06:27:14 +00:00
testing This should fix issue 107. 2008-05-14 17:34:15 +00:00
LICENSE.txt Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00