darling-cocotron/Foundation
2009-11-05 14:47:52 +00:00
..
English.lproj Original 2006-12-22 04:41:44 +00:00
Foundation.xcodeproj enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSArray enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSAttributedString - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSAutoreleasePool (fixes issue 390) -[NSAutoreleasePool retain] implemented to throw exception 2009-10-19 20:22:35 +00:00
NSCharacterSet Issue #309 patch by Glenn Ganz, output bitmap's from unidataToCharacterSet 2009-08-23 17:49:38 +00:00
NSConnection More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSData - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSDate (fixes issue 407) by Erlend Böe 2009-10-29 15:21:40 +00:00
NSDecimal More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSDictionary enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSException - split CoreGraphics out into it's own framework project. AppKit still embeds CoreGraphics but it is also built standalone on Foundation. (don't link against both) 2009-06-05 03:16:46 +00:00
NSHTTPCookie - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSIndexSet issue #438 by Steve Nicholson, NSIndexSet coding methods 2009-11-05 14:31:29 +00:00
NSKeyedArchiving (fixes issue 407) by Erlend Böe 2009-10-29 15:21:40 +00:00
NSKeyValueCoding fix for i340 2009-08-03 09:49:07 +00:00
NSLock Issue #308 fix by Glenn Ganz for NSRecursiveLock headers 2009-06-18 13:53:41 +00:00
NSMetadata - Renamed&Moved the NSXML* classes into NSPropertyList/NSOldXML*. These are being replaced by classes that adhere to the API documentation but are still needed to read plists while the new classes are being worked on. 2007-03-19 02:52:21 +00:00
NSNetService Issue #341, enable -Werror-implicit-function-declaration and cleaned up missing prototypes 2009-08-06 19:27:34 +00:00
NSNotification Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation 2009-04-07 00:17:26 +00:00
NSNotificationCenter - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSNotificationQueue More NS(U)Integer conversion, missing va_end's 2009-05-21 15:44:14 +00:00
NSNumber enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSObject enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSOperation (issue 384) Linux/ARM target with slight modification 2009-09-15 14:49:44 +00:00
NSPortNameServer More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSPredicate More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSPropertyList - (fixed issue 352) convertValue removed from NSPropertyListReader_vintage 2009-10-12 18:08:44 +00:00
NSRunLoop i236 fix by Alexei Svitkine, performSelectorOnMainThread: 2009-08-19 03:22:47 +00:00
NSScanner - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSSet enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSStream More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSString enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSStringsFileFormat For CoreFoundation semantic compatibility, certain NSNumber values are now compile-time constants. 2009-10-22 17:49:24 +00:00
NSThread i379, proper handling of nil context for clearCurrentContext 2009-09-03 13:27:26 +00:00
NSTimer -Issue #294 fix suggested by Markus Hitter, removal of string/number/array creation short-circuiting 2009-05-25 00:43:08 +00:00
NSTimeZone - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSUndoManager (Fixes issue 399) disable NSUndoManager grouping by events as it causes a spin condition on the run loop 2009-10-06 14:06:39 +00:00
NSURL Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSUserDefaults i360 patch by Gary Byers, NSUserDefaults convert strings to int/float on retrieval, partial patch 2009-09-04 15:30:02 +00:00
NSValue - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSValueTransformer Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation 2009-04-07 00:17:26 +00:00
NSZone (issue 384) Linux/ARM target with slight modification 2009-09-15 14:49:44 +00:00
objc (issue 384) Linux/ARM target with slight modification 2009-09-15 14:49:44 +00:00
platform_bsd Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
platform_darwin For CoreFoundation semantic compatibility, certain NSNumber values are now compile-time constants. 2009-10-22 17:49:24 +00:00
platform_linux Issue #341, enable -Werror-implicit-function-declaration and cleaned up missing prototypes 2009-08-06 19:27:34 +00:00
platform_posix enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
platform_solaris Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
platform_windows - (fixed issue 352) convertValue removed from NSPropertyListReader_vintage 2009-10-12 18:08:44 +00:00
xml (fixes issue #431) by Julian Mayer, typo in NSXMLParser 2009-11-05 14:35:26 +00:00
Foundation.h (fixes issue #270) by Sherm Pendley, TRUE/FALSE definition and header fixes 2009-11-05 14:47:52 +00:00
FoundationErrors.h - nil and Nil defined as 0 instead of ((Class)0) and ((id)0) 2009-03-26 03:18:11 +00:00
Info.plist - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSAffineTransform.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSAffineTransform.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSArchiver.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSArchiver.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSAssertionHandler.h - John Engelhart's NSAssertionHandler implementation, NSObjCRuntime fixes, NSZone NS*Integer fixes, Darwin virtual memory functions 2008-04-06 00:24:57 +00:00
NSAssertionHandler.m - John Engelhart's NSAssertionHandler implementation, NSObjCRuntime fixes, NSZone NS*Integer fixes, Darwin virtual memory functions 2008-04-06 00:24:57 +00:00
NSAtomicCompareAndSwap.h (issue 384) Linux/ARM target with slight modification 2009-09-15 14:49:44 +00:00
NSBundle.h - NSEntityDescription fix for updated objc runtime 2009-02-25 01:13:55 +00:00
NSBundle.m Issue #335 Gary Byers' CFProcessPath environment variable processing in NSBundle to redirect main bundle 2009-07-28 14:01:01 +00:00
NSByteOrder.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSByteOrder.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSCFTypeID.h enabled CoreFoundation in all targets, switched to language standard gnu99 from gnu89, cleanup related to these 2009-11-02 14:54:34 +00:00
NSClassDescription.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSClassDescription.m - NSEntityDescription fix for updated objc runtime 2009-02-25 01:13:55 +00:00
NSCoder.h - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-09 19:24:50 +00:00
NSCoder.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-09 19:24:50 +00:00
NSConcreteDirectoryEnumerator.h - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSConcreteDirectoryEnumerator.m - Issue #114 patch by steph...@sente.ch, fixes for compiler warnings 2008-05-15 14:00:27 +00:00
NSDebug.h NSFileWrapper - Dirk Theisen has contributed an initial NSFileWrapper implementation. Thanks Dirk! 2007-01-17 04:23:24 +00:00
NSDebug.m - NSEntityDescription fix for updated objc runtime 2009-02-25 01:13:55 +00:00
NSDirectoryEnumerator.h - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSDirectoryEnumerator.m - Added Johannes Fortmann's KVC fixes and KVO implementation 2007-04-02 14:40:36 +00:00
NSDistributedLock.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSDistributedLock.m - Renamed&Moved the NSXML* classes into NSPropertyList/NSOldXML*. These are being replaced by classes that adhere to the API documentation but are still needed to read plists while the new classes are being worked on. 2007-03-19 02:52:21 +00:00
NSDistributedNotificationCenter.h Unit tests are back, this time without any BSD code. 2008-04-18 13:27:16 +00:00
NSDistributedNotificationCenter.m - KGFont renamed KGFontState in preparation for KGFont/KGFontState cleanup 2008-12-02 15:08:25 +00:00
NSEnumerator.h - NSLock tryLock, lockBeforeDate: implementation for Windows 2008-04-06 17:03:54 +00:00
NSEnumerator.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSError.h (fixes issue 407) by Erlend Böe 2009-10-29 15:21:40 +00:00
NSError.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSFileManager.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSFileManager.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSFormatter.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSFormatter.m - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSGarbageCollector.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSGarbageCollector.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSGeometry.h Issue #346, anonymous structure names fix by Gary Byers 2009-08-07 15:02:08 +00:00
NSGeometry.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSHashTable.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSHashTable.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSHost.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSHost.m - Issue #76 fix, implementation of -[NSHost name] 2008-05-01 03:29:21 +00:00
NSIndexPath.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSIndexPath.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSInvocation.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSInvocation.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSLocale.h - Rolf Jansen's NSLocale improvements 2008-02-08 03:51:09 +00:00
NSLocale.m assorted stuff: 2008-05-13 17:23:00 +00:00
NSMapTable.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSMapTable.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSMethodSignature.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSMethodSignature.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSNull.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSNull.m - made descriptionWithLocale:indent: slightly more sensible 2008-12-09 12:19:43 +00:00
NSNumberFormatter.h - Large number (~400) of unimplemented/simple methods added. NSMutableURLRequest, NSCachedURLResponse classes added. Some conversion from int/unsigned to NSInteger/NSUInteger started. 2008-01-02 03:31:21 +00:00
NSNumberFormatter.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSObjCRuntime.h - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSObjCRuntime.m Implemented _NSLogCStringFunction() and _NSSetLogCStringFunction(), private but technically documented in Cocoa. As the names suggest, these let you get and set a callback that implements output handling for NSLog(). (By technically documented, I mean one of them is mentioned in a KB article about WebObjects 4. Hey, that's nearly Cocoa.) 2009-10-14 22:24:42 +00:00
NSPipe.h Added templates for many missing classes, updated copyright for 2007, +[NSValue valueWithRange:],-[NSObject className] 2007-01-01 21:11:21 +00:00
NSPipe.m - Fixed exception/crash problem in -[NSObjectToObservers postNotification:] 2008-11-11 03:36:57 +00:00
NSPlatform.h Issue #284, Markus Hitter's -[NSBundle pathForAuxiliaryExecutable] implementation 2009-05-19 17:19:53 +00:00
NSPlatform.m - Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array). 2009-06-11 16:07:01 +00:00
NSPointerArray.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPointerArray.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPointerFunctions.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSPointerFunctions.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSProcessInfo.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSProcessInfo.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSProxy.h - Issue #84 fix in NSDocumentController, NSDocumentController was referring to a NSMenu's itemArray while the array was changing due to KVC & -[NSMenu _setItemArray:] 2008-04-23 17:52:06 +00:00
NSProxy.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSRange.h Issue #346, anonymous structure names fix by Gary Byers 2009-08-07 15:02:08 +00:00
NSRange.m - mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit 2009-05-19 17:14:03 +00:00
NSSortDescriptor.h - Added Johannes Fortmann's NSNibBindingConnector, Binders.zip changes into AppKit/binders/ and KVO fixes 2007-04-10 16:31:07 +00:00
NSSortDescriptor.m + Johannes Fortmann's patch: 2007-05-14 13:15:31 +00:00
NSSpellServer.h Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSSpellServer.m Added blank files for missing classes, moved NSWindow undo:/redo:/validateMenuItem: to NSWindow-Private.h 2009-08-08 02:14:58 +00:00
NSTask.h Issue #297 patch by Markus Hitter, NSTask cleanup and setter/getter implementation 2009-06-05 15:37:58 +00:00
NSTask.m Issue #297 patch by Markus Hitter, NSTask cleanup and setter/getter implementation 2009-06-05 15:37:58 +00:00
NSUnarchiver.h More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00
NSUnarchiver.m More NS(U)Integer cleanup, more stdint conversion 2009-06-01 20:04:55 +00:00