libs-base/Source
David Chisnall f957b21972 Rework some of the weak handling for NS{Map,Hash}Table.
The existing code was assuming that weak object pointers were safe to
read directly, without going via the read barrier, which is incorrect.
It was also attempting to retain the result in some places.  The new
code is hopefully somewhat more correct.
2019-11-25 10:40:16 +00:00
..
Additions Guard inclusion of <malloc.h> as to not break FreeBSD 2019-08-16 01:11:18 +02:00
CharSets Added new character set implementations 2019-04-09 00:59:59 -04:00
GSSocksParser fix spelling errors / typos (patch by heintzmann.eric@free.fr) 2016-05-18 06:11:00 +00:00
ObjectiveC2 Update blocks_runtime.m 2017-11-19 13:14:17 +08:00
unix implement methods to create a stream to read from a URL 2017-03-27 09:44:13 +00:00
win32 Changes to avoid possible hang in connection reply mode due to race condition. 2017-12-21 13:51:01 +00:00
.cvsignore
callframe.h
callframe.m removal of garbage collection 2016-03-25 11:15:28 +00:00
cifframe.h changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
cifframe.m Depend on libffi to provide the types with the correct size for the buffer used 2016-06-19 11:36:12 +00:00
common.h Include and do not import pure-C header, guard against re-inclusion 2014-06-18 22:49:39 +00:00
CXXException.m Register C++ exception handler correctly for little endian platforms as well as big endian ones. 2011-03-16 14:38:42 +00:00
dld-load.h avoid compiler/linker warnings 2011-03-07 11:34:17 +00:00
DocMakefile documentation fixups 2019-06-07 12:23:35 +01:00
externs.m add new class and constants 2019-07-03 04:36:24 -04:00
GNUmakefile Added FoundationLegacySwiftCompatibility.h to Foundation headers 2019-11-14 15:11:38 +01:00
GSArray.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
GSAttributedString.m Remove dead code and improve testing 2018-02-07 09:48:56 +00:00
GSAvahiClient.h attempt to get avahi code working without breaking abi. 2010-07-13 12:13:31 +00:00
GSAvahiClient.m another bugfix attempt 2013-02-17 06:20:22 +00:00
GSAvahiNetService.m avoid checker warning 2018-02-11 17:03:24 +00:00
GSAvahiNetServiceBrowser.m fix ivar errors and missing import 2010-07-13 11:21:46 +00:00
GSAvahiRunLoopIntegration.h Attempt to integrate Niels Grewe's avahi code 2010-07-13 10:35:13 +00:00
GSAvahiRunLoopIntegration.m tiny cleanup 2013-03-04 09:34:40 +00:00
GSBlocks.m Update GSBlocks.m 2017-11-19 01:19:44 +08:00
GSConcreteValue.m
GSConcreteValueTemplate.m * Source/GSConcreteValueTemplate.m: Add hack to make point and 2018-05-21 01:47:34 +02:00
GSCountedSet.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
GSDictionary.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
GSDispatch.h Perform non-concurrent block enumeration in place. 2019-10-23 17:44:53 +02:00
GSeq.h Fix boundary issues 2018-02-27 15:06:27 +00:00
GSFastEnumeration.h msys 64bit tweaks 2016-06-27 19:06:12 +00:00
GSFFCallInvocation.m protect from both old runtime and old compiler 2015-10-08 09:13:32 +00:00
GSFFIInvocation.m remove some unused code 2016-03-09 13:24:44 +00:00
GSFileHandle.h Added support for asset loading on Android. 2019-05-23 15:44:07 +02:00
GSFileHandle.m Cosmetic tweaks to match coding style 2019-06-06 14:16:30 +01:00
GSFormat.m * Source/GSFormat.m: Call va_end with the correct parameter. 2018-02-01 22:31:15 +01:00
GSFTPURLHandle.m changer memcpy to memmove 2018-02-03 10:11:30 +00:00
GSHTTPAuthentication.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
GSHTTPURLHandle.m Expose GNU TLS wrappers and add methods to get certificate expiry 2019-01-16 09:56:08 +00:00
GSICUString.h Recommit tested changes. 2011-02-11 14:31:25 +00:00
GSICUString.m Fix a serious misunderstanding of the icu string access API: The value 2017-02-11 14:24:58 +00:00
GSInternal.h Fix NSXML ABI breakage 2012-01-04 12:41:45 +00:00
GSInvocation.h reinstate deleted code (bug #42405) 2014-05-22 16:55:18 +00:00
GSLocale.m Protect against GSPrivateNativeCStringEncoding() corrupting the return 2017-11-04 23:53:12 +01:00
GSMDNSNetServices.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
GSNetServices.h several macros added to properly support protocols containing @optional 2013-12-30 13:37:40 +00:00
GSNetwork.h msys2 64bit tweaks 2016-06-27 18:04:30 +00:00
GSNumberTypes.h Simplify the KVC getter code and make it return structs boxed in NSValues 2010-09-24 19:20:16 +00:00
GSOrderedSet.m Implement fast enumeration for GSMutableOrderedSet. 2019-06-29 20:08:01 +02:00
GSPortPrivate.h changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
GSPrivate.h make class lookup more reliable 2019-02-14 12:37:44 +00:00
GSPrivateHash.m experiment with slower but better hashes 2013-03-12 16:11:10 +00:00
GSPThread.h indicate trace by use of subclass rather than flag 2018-04-04 12:58:06 +01:00
GSQuickSort.m Sort algorithms should always be built, and be selectable at runtime 2016-07-15 11:30:07 +00:00
GSRunLoopCtxt.h remove unused ivar 2016-07-16 08:27:21 +00:00
GSRunLoopWatcher.h experimental change to try to avoid non-standard extensions 2012-03-01 09:14:08 +00:00
GSRunLoopWatcher.m changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
GSSet.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
GSShellSort.m Sort algorithms should always be built, and be selectable at runtime 2016-07-15 11:30:07 +00:00
GSSocketStream.h changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
GSSocketStream.m Prevent too early release 2019-10-29 11:58:18 +01:00
GSSorting.h Sort algorithms should always be built, and be selectable at runtime 2016-07-15 11:30:07 +00:00
GSStream.h Better handling of stream events while in a TLS handshake 2019-10-29 11:18:33 +01:00
GSStream.m Better handling of stream events while in a TLS handshake 2019-10-29 11:18:33 +01:00
GSString.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
GSTimSort.m Cosmetic tweaks to match coding style 2019-06-06 14:16:30 +01:00
GSTLS.m Fall back to a sane default if the TLS priority setting is invalid. 2019-10-29 10:14:35 +01:00
GSURLPrivate.h Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
GSValue.m fix issues picked up by automated checker 2018-01-23 11:32:36 +00:00
hpux-load.h ndentation fixups 2018-01-23 16:17:57 +00:00
inet_ntop.m experimental change to try to avoid non-standard extensions 2012-03-01 09:14:08 +00:00
inet_pton.m minot inttype/stdint tweaks 2013-10-30 03:51:32 +00:00
libgnustep-base-entry.m
Makefile.postamble Re-enable optimisation on NSConnection/NSInvocation 2018-01-19 08:44:50 +00:00
Makefile.preamble Various configure/build tweaks 2016-08-19 12:20:24 +00:00
NSAffineTransform.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSAppleEventDescriptor.m Class placeholders. 2019-11-01 01:26:43 -04:00
NSAppleEventManager.m Class placeholders. 2019-11-01 01:26:43 -04:00
NSAppleScript.m Add missing file 2019-09-26 11:06:54 -04:00
NSArchiver.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSArray.m Perform non-concurrent block enumeration in place. 2019-10-23 17:44:53 +02:00
NSAssertionHandler.m Update assertion macros to support multiple arguments 2018-02-06 09:35:34 +00:00
NSAttributedString.m fix style errors 2018-03-15 14:09:14 +00:00
NSAutoreleasePool.m patch by Larry Campbell plus removal of some garbage collection vestiges 2016-07-18 10:50:28 +00:00
NSBackgroundActivityScheduler.m Add TODO. Will will defer completion of these classes until I have time to complete the NSProcessInfo activity methods. 2019-10-29 00:27:21 -04:00
NSBundle.m Cosmetic tweaks to match coding style 2019-06-06 14:16:30 +01:00
NSByteCountFormatter.m Update stringForObjectValue: 2019-11-06 00:19:23 -05:00
NSCache.m use double type for average 2018-02-06 16:59:49 +00:00
NSCachedURLResponse.m add last night's changes based on static analyser results. 2011-03-09 10:24:18 +00:00
NSCalendar.m add +[NSCalendar calendarWithIdentifier:] 2018-04-30 18:02:28 +01:00
NSCalendarDate.m avoid compiler warnings 2016-04-19 08:02:13 +00:00
NSCallBacks.h Adjust callback prototypes to use NSUInteger instead of unsigned int. 2011-05-31 14:19:26 +00:00
NSCallBacks.m Changes for 64bit clean printf format strings. 2013-07-03 06:46:41 +00:00
NSCharacterSet.m Remove spurious semicolons 2019-06-07 12:04:21 +01:00
NSCharacterSetData.h Put characterset data on one line to avoid misleading line-count of source 2018-02-11 17:07:25 +00:00
NSClassDescription.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSCoder.m NSCoder: implement NSSecureCoding stub 2017-06-29 21:18:16 +01:00
NSConcreteHashTable.m Rework some of the weak handling for NS{Map,Hash}Table. 2019-11-25 10:40:16 +00:00
NSConcreteMapTable.m Rework some of the weak handling for NS{Map,Hash}Table. 2019-11-25 10:40:16 +00:00
NSConcretePointerFunctions.h cleanup changes 2016-05-14 09:34:01 +00:00
NSConcretePointerFunctions.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSConnection.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSCopyObject.m Replace old code directly referencing class_pointer ivar with calls to the new runtime API treating objects as opaque pointers. 2011-02-20 12:28:12 +00:00
NSCountedSet.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSData.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
NSDate.m Updated NSDate to use instancetype. 2019-10-24 15:31:45 +02:00
NSDateComponentsFormatter.m Skeleton implementation of coding 2019-11-09 06:39:15 -05:00
NSDateFormatter.m Decrease ICU version requirements to 49 2019-03-29 17:14:11 +07:00
NSDateInterval.m Minor fixes 2019-10-24 19:38:19 -04:00
NSDateIntervalFormatter.m Minor fixes 2019-10-24 19:38:19 -04:00
NSDebug.m Guard inclusion of <malloc.h> as to not break FreeBSD 2019-08-16 01:11:18 +02:00
NSDecimal.m Tweka for overflow of negative number calculation 2018-02-07 15:13:48 +00:00
NSDecimalNumber.m protect from both old runtime and old compiler 2015-10-08 09:13:32 +00:00
NSDictionary.m Perform non-concurrent block enumeration in place. 2019-10-23 17:44:53 +02:00
NSDistantObject.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
NSDistributedLock.m Use new NSFileManager behavior rather than operating system specific calls. 2017-06-21 11:25:05 +01:00
NSDistributedNotificationCenter.m Improve reliability on a slow system where there is no gdnc daemon (eg when 2016-06-24 10:44:40 +00:00
NSEnergyFormatter.m Correct formatting. 2019-10-29 18:09:37 +01:00
NSEnumerator.m tidied a little 2016-06-28 11:17:25 +00:00
NSError.m define keys with strings compatible with the deprecated values 2015-09-18 08:42:40 +00:00
NSException.m Added NSException symbolication support using libunwind. 2019-11-18 10:47:47 +01:00
NSExtensionContext.m Fix missing NSString include 2019-11-14 11:22:57 -05:00
NSExtensionItem.m Add files 2019-11-10 18:43:12 -05:00
NSFileCoordinator.m Add init 2019-09-27 04:49:29 -04:00
NSFileHandle.m Do no accidentally discard ssl options 2019-09-21 23:00:31 +01:00
NSFileManager.m Fixed issues Fred pointed out 2019-08-05 19:44:37 -04:00
NSFileVersion.m Implement replaceItem... 2019-09-25 01:28:20 -04:00
NSFileWrapper.m Remove entry from MISSING file. 2019-09-11 12:32:34 -04:00
NSFormatter.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSGarbageCollector.m patch by Larry Campbell plus removal of some garbage collection vestiges 2016-07-18 10:50:28 +00:00
NSGeometry.m NSGeometry: create NSEdgeInsets struct 2017-06-29 21:18:16 +01:00
NSHashTable.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSHFSFileTypes.m in stubs, return nil instead of an empty string, compatible with GCC 2019-11-03 23:08:07 +01:00
NSHost.m fix for bug #50032 2017-01-12 10:34:23 +00:00
NSHTTPCookie.m NSHTTPCookie: fix bug in Set-Cookie parser 2017-06-29 21:18:16 +01:00
NSHTTPCookieStorage.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSIndexPath.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSIndexSet.m Perform non-concurrent block enumeration in place. 2019-10-23 17:44:53 +02:00
NSInvocation.m changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
NSInvocationOperation.m add code to compare types ignoring qualifiers 2013-07-10 14:17:59 +00:00
NSISO8601DateFormatter.m Implement NSISO8601DateFormatter fully 2019-10-31 03:19:31 -04:00
NSItemProvider.m Add NSString 2019-11-14 12:44:35 -05:00
NSItemProviderReadingWriting.m Add files 2019-11-10 18:43:12 -05:00
NSJSONSerialization.m escape charaacters with codepoint greater than 0x7f 2019-02-27 16:54:45 +00:00
NSKeyedArchiver.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSKeyedUnarchiver.m NSCoder: implement NSSecureCoding stub 2017-06-29 21:18:16 +01:00
NSKeyValueCoding.m optimisation and compatiblity tweaks 2015-05-22 15:34:25 +00:00
NSKeyValueMutableArray.m Fixed NSKeyValueMutableArray/Set to post KVO notifications only if 2014-01-20 17:18:57 +00:00
NSKeyValueMutableSet.m Fixed NSKeyValueMutableArray/Set to post KVO notifications only if 2014-01-20 17:18:57 +00:00
NSKeyValueObserving.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSLengthFormatter.m Correct formatting. 2019-10-29 18:09:37 +01:00
NSLinguisticTagger.m Add release to NSLinguisticTagger 2019-11-05 17:50:10 -05:00
NSLocale.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSLock.m avoid compiler warning by declaring variable at start of block 2018-04-13 10:55:12 +01:00
NSLog.m Always use syslog for NSLog on Android. 2019-05-08 10:52:06 +02:00
NSMapTable.m Fix a bug in NSMapTable. 2017-12-11 16:30:18 +00:00
NSMassFormatter.m Correct formatting. 2019-10-29 18:09:37 +01:00
NSMeasurement.m Correct formatting. 2019-10-29 18:09:37 +01:00
NSMeasurementFormatter.m Correct formatting. 2019-10-29 18:09:37 +01:00
NSMessagePort.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSMessagePortNameServer.m add security checks on port file 2018-02-07 13:26:38 +00:00
NSMetadata.m Fix compilation issue with duplicate keys 2019-10-29 02:01:55 -04:00
NSMetadataAttributes.m Clean compiling skeleton 2019-10-29 12:46:18 -04:00
NSMethodSignature.m protect from both old runtime and old compiler 2015-10-08 09:13:32 +00:00
NSNetServices.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSNotification.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSNotificationCenter.m cleanup changes 2016-05-14 09:34:01 +00:00
NSNotificationQueue.m Partial fix/update for noncharacter codepoints, 2016-10-05 17:44:00 +00:00
NSNull.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSNumber.m minor whitespace tidyups 2018-12-04 11:09:18 +00:00
NSNumberFormatter.m remove dead code 2018-02-07 10:45:08 +00:00
NSNumberMethods.h Simplify the KVC getter code and make it return structs boxed in NSValues 2010-09-24 19:20:16 +00:00
NSObjCRuntime.m simplification, including use of strtoull() everywhere 2012-09-03 13:36:45 +00:00
NSObject+NSComparisonMethods.m * Source/GSFormat.m: Call va_end with the correct parameter. 2018-02-01 22:31:15 +01:00
NSObject.m Guard inclusion of <malloc.h> as to not break FreeBSD 2019-08-16 01:11:18 +02:00
NSObjectScripting.m Class placeholders. 2019-11-01 01:26:43 -04:00
NSOperation.m Merge pull request #64 from triplef/fix-nsoperation-kvo 2019-08-14 17:40:48 +02:00
NSOrderedSet.m Perform non-concurrent block enumeration in place. 2019-10-23 17:44:53 +02:00
NSOrthography.m Implement simple methods 2019-11-05 19:59:03 -05:00
NSPage.m changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
NSPathUtilities.m Added support for temp and caches dir on Android. 2019-11-15 09:04:58 +01:00
NSPersonNameComponents.m Correct comment. 2019-09-15 11:22:16 -04:00
NSPersonNameComponentsFormatter.m Fix issue with name parser 2019-09-27 00:00:59 -04:00
NSPipe.m changes for use of _WIN32 define on windows 2016-03-09 13:16:16 +00:00
NSPointerArray.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSPointerFunctions.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSPort.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSPortCoder.m improve warnings about loss of infomration converting scalar type sizes 2018-02-08 06:05:25 +00:00
NSPortMessage.m Patch by Yavor Doganov to send message id in port messages 2018-02-07 07:02:40 +00:00
NSPortNameServer.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSPredicate.m cast -scanString: return to void where we don't need to check it. 2018-02-08 06:10:47 +00:00
NSProcessInfo.m Added support for temp and caches dir on Android. 2019-11-15 09:04:58 +01:00
NSProgress.m Fix minor issue with notification of finished via KVO and return _fractionCompleted 2019-09-30 10:48:19 -04:00
NSPropertyList.m Tweak return value to definitely be YES or NO rather than true/false 2018-03-30 10:45:57 +01:00
NSProtocolChecker.m Use GSSelectorTypesMatch() for types comparison where we are interested in types 2012-07-20 04:43:58 +00:00
NSProxy.m Improved memory usage reporting mechanisms 2019-08-08 17:20:25 +01:00
NSRange.m Parse length and location with scanInteger and not scanInt 2015-11-13 00:06:18 +00:00
NSRegularExpression.m Fix a serious misunderstanding of the icu string access API: The value 2017-02-11 14:24:58 +00:00
NSRunLoop.m improve debug output 2019-08-09 11:06:17 +01:00
NSScanner.m improve comment and compiler hint 2018-02-09 08:37:25 +00:00
NSScriptClassDescription.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptCoercionHandler.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptCommand.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptCommandDescription.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptExecutionContext.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptKeyValueCoding.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptObjectSpecifiers.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptStandardSuiteCommands.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSScriptSuiteRegistry.m Add NSScript source 2019-09-26 01:33:32 -04:00
NSSerializer.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSSet.m Perform non-concurrent block enumeration in place. 2019-10-23 17:44:53 +02:00
NSSocketPort.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSSocketPortNameServer.m avoid a couple of compiler warnings 2016-05-14 15:06:32 +00:00
NSSortDescriptor.m Fix suggestions made by Fred 2019-08-05 10:20:40 -04:00
NSSpellServer.m preparation for osx compatibility fix 2012-08-10 08:36:09 +00:00
NSString.m improve reportingn of memory usage 2019-06-11 14:07:10 +01:00
NSTask.m check for failure of dup/dup2 even though it will never happen 2018-02-04 11:36:06 +00:00
NSTextCheckingResult.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSThread.m improve debug output 2019-08-09 11:06:17 +01:00
NSTimer.m Fix clang cmpilation failure and coding style issues 2019-10-30 08:19:54 +00:00
NSTimeZone.m another tweak to avoid a compiler warning ... let the compiler know that the 2019-01-17 15:20:48 +00:00
nstzfile.h imor fixup for systems without nstzfile.h 2014-12-23 14:36:02 +00:00
NSUbiquitousKeyValueStore.m * Source/NSUbiquitousKeyValueStore.m: Change to use GNUstep 2019-07-14 15:51:41 +02:00
NSUnarchiver.m improve warnings about loss of infomration converting scalar type sizes 2018-02-08 06:05:25 +00:00
NSUndoManager.m * Source/NSUndoManager.m 2014-05-28 18:31:59 +00:00
NSUnit.m Correct formatting. 2019-10-29 18:09:37 +01:00
NSURL.m Fix issues 2019-08-06 02:24:58 -04:00
NSURLAuthenticationChallenge.m
NSURLCache.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSURLConnection.m removal of garbage collection 2016-03-25 11:15:28 +00:00
NSURLCredential.m NSURLCredential: add stub for keychain-stored credential 2017-06-29 21:18:16 +01:00
NSURLCredentialStorage.m
NSURLDownload.m
NSURLHandle.m expose gnustep specific methods for old code 2018-12-05 10:43:59 +00:00
NSURLProtectionSpace.m NSURLProtectionSpace: improve authentication method handling 2017-06-29 21:18:16 +01:00
NSURLProtocol.m Bugfix and improved logging 2019-08-12 16:37:38 +01:00
NSURLRequest.m standardise -setDebug: extension 2016-03-17 08:12:45 +00:00
NSURLResponse.m add comment and cast to void 2018-02-09 08:41:11 +00:00
NSURLSession.m api: generate stubs for new classes 2017-06-29 21:18:16 +01:00
NSUserActivity.m Class placeholders. 2019-11-01 01:26:43 -04:00
NSUserDefaults.m Improve defaults caching reliability 2018-08-06 11:56:09 +01:00
NSUserNotification.m partial fix for compiler without properties 2017-06-25 15:17:12 +01:00
NSUserScriptTask.m Add User script task 2019-09-26 02:19:24 -04:00
NSUUID.m move random data generation out to category for easier use 2014-01-08 11:14:53 +00:00
NSValue.m leak detection improvements 2013-08-22 15:44:54 +00:00
NSValueTransformer.m Use standard locks rathere than obsolete lazy lock classes 2018-04-10 14:59:35 +01:00
NSXMLDocument.m Make the NSXMLNode ivar a union. 2018-03-20 17:44:16 +00:00
NSXMLDTD.m Make the NSXMLNode ivar a union. 2018-03-20 17:44:16 +00:00
NSXMLDTDNode.m Make the NSXMLNode ivar a union. 2018-03-20 17:44:16 +00:00
NSXMLElement.m Make the NSXMLNode ivar a union. 2018-03-20 17:44:16 +00:00
NSXMLNode.m Make the NSXMLNode ivar a union. 2018-03-20 17:44:16 +00:00
NSXMLParser.m Surrogate pair handling fix 2018-06-28 15:35:56 +01:00
NSXMLPrivate.h Make the NSXMLNode ivar a union. 2018-03-20 17:44:16 +00:00
NSXPCConnection.m * Headers/Foundation/NSXPCConnection.h, 2019-11-14 23:02:30 +01:00
NSZone.m locking debug/performance tweaks 2018-03-26 15:05:01 +01:00
null-load.h ndentation fixups 2018-01-23 16:17:57 +00:00
objc-load.h Updated code to compile with GCC 4.6 and the new GNU Objective-C runtime 2010-12-23 02:23:05 +00:00
objc-load.m make class lookup more reliable 2019-02-14 12:37:44 +00:00
preface.m Attempt to integrate Niels Grewe's avahi code 2010-07-13 10:35:13 +00:00
simple-load.h ndentation fixups 2018-01-23 16:17:57 +00:00
win32-def.top
win32-load.h ndentation fixups 2018-01-23 16:17:57 +00:00