libs-base/Source
Hugo Melder 8889e7ed81 NSKVOSupport: Implement legacy KVO API
Implements the setKeys:triggerChangeNotificationsForDependentKey: class
method. Please do not use it. It is fundamentally broken, and requires
the object's meta class to hold additional state.

Keys from this class method are the last resort when retrieving
dependencies via keyPathsForValuesAffectingValueForKey:.
This aligns with the implementation in Foundation.
2025-02-04 07:44:19 +01:00
..
Additions Remove incomplete/test API prior to release 2025-01-28 09:47:21 +00:00
GSSocksParser Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
ObjectiveC2 Weak pointer support fixes and use for notification observers. 2024-12-28 07:48:32 +00:00
unix Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
win32 Avoid use of NSDeallocateObject() as it dooesn't work properly with new runtime. 2025-01-02 17:43:28 +00:00
.cvsignore Header reorganizsateion - Please refer to ChangeLog 2003-07-31 23:49:32 +00:00
callframe.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
callframe.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
cifframe.h Fix leaked FFI structure argument/returntype information 2024-11-15 15:43:47 +00:00
cifframe.m Fix leaked FFI structure argument/returntype information 2024-11-15 15:43:47 +00:00
common.h Add Branch Prediction Macros and Error checks in Android Initialisation (#438) 2024-11-08 10:33:32 +00:00
CXXException.m Support building on Windows with Clang MSVC target 2021-02-03 15:02:27 +01:00
dld-load.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
DocMakefile Remove incomplete/test API prior to release 2025-01-28 09:47:21 +00:00
externs.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GNUmakefile Add convenience methods to perform a method as an operation 2025-01-06 21:40:39 +00:00
gnustep-base.pc.in Generate pkg-config configuration file for libs-base 2024-03-30 15:56:22 +00:00
GSArray.m Tiny optimisation suggested by Frederik Seiffert 2025-01-09 16:11:53 +00:00
GSAtomic.h Initial port of WinObjC's KVO implementation to GNUstep (#420) 2024-11-10 17:05:23 +01:00
GSAttributedString.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSAvahiClient.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSAvahiClient.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSAvahiNetService.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSAvahiNetServiceBrowser.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSAvahiRunLoopIntegration.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSAvahiRunLoopIntegration.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSBlocks.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSConcreteValue.m Add EdgeInsets missing function in value 2024-11-21 13:01:31 +02:00
GSConcreteValueTemplate.m Add EdgeInsets missing function in value 2024-11-21 13:01:31 +02:00
GSCountedSet.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSDictionary.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSDispatch.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSeq.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSFastEnumeration.h Revert "Export objc_enumerationMutation." 2021-03-26 21:03:48 +01:00
GSFFCallInvocation.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSFFIInvocation.m revert 2025-01-09 06:06:12 +00:00
GSFileHandle.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSFileHandle.m Fix leak when allocating standard file handles 2025-01-09 10:37:07 +00:00
GSFormat.m Revert last change 2024-11-17 15:03:22 +00:00
GSFTPURLHandle.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSHTTPAuthentication.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSHTTPURLHandle.m add missing brackets 2024-11-22 06:27:57 +00:00
GSICUString.h More robust check for Windows ICU 2021-08-08 17:27:40 +02:00
GSICUString.m Fix boundary error in replacement function 2024-11-20 17:46:08 +00:00
GSInternal.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSInvocation.h Fix leaked FFI structure argument/returntype information 2024-11-15 15:43:47 +00:00
GSLocale.m Rename method to better reflect what it actually does. 2024-11-19 09:20:06 +00:00
GSMDNSNetServices.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSNetServices.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSNetwork.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +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 Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSPortPrivate.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSPrivate.h Add marking of an instance as having been weakly referenced. 2024-12-28 07:48:32 +00:00
GSPrivateHash.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSPThread.h Initial port of WinObjC's KVO implementation to GNUstep (#420) 2024-11-10 17:05:23 +01:00
GSQuickSort.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSRunLoopCtxt.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSRunLoopWatcher.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSRunLoopWatcher.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSSet.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSShellSort.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSSocketStream.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSSocketStream.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSSorting.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSStream.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSStream.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSString.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSTimSort.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSTLS.m Make +atExit method honor the shoudl clean up setting 2024-11-19 18:10:07 +00:00
GSURLPrivate.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
GSValue.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
hpux-load.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
inet_ntop.m Support building on Windows with Clang MSVC target 2021-02-03 15:02:27 +01:00
inet_pton.m Support building on Windows with Clang MSVC target 2021-02-03 15:02:27 +01:00
libgnustep-base-entry.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
Makefile.postamble Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
Makefile.preamble Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSAffineTransform.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSAppleEventDescriptor.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSAppleEventManager.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSAppleScript.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSArchiver.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSArray.m Make +atExit method honor the shoudl clean up setting 2024-11-19 18:10:07 +00:00
NSAssertionHandler.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSAttributedString.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSAutoreleasePool.m Fix leak of autorelease pools 2024-11-21 14:35:54 +00:00
NSBackgroundActivityScheduler.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSBundle.m Set launch directory before AbsolutePathOfExecutable() needs it. 2024-12-08 13:40:59 +00:00
NSByteCountFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCache.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCachedURLResponse.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCalendar.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCalendarDate.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCallBacks.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCallBacks.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCharacterSet.m Make +atExit method honor the shoudl clean up setting 2024-11-19 18:10:07 +00:00
NSCharacterSetData.h Characterset memory usage and code organisation consistency improvements. 2020-04-12 12:28:07 +01:00
NSClassDescription.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCoder.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSConcreteHashTable.m Preliminary code for emulation of the objc2 runtime weak reference feature 2024-12-28 07:48:32 +00:00
NSConcreteMapTable.m Fix the case where we replace a value already in the map 2024-11-12 14:27:06 +00:00
NSConcretePointerFunctions.h Weak pointer support fixes and use for notification observers. 2024-12-28 07:48:32 +00:00
NSConcretePointerFunctions.m Correct the fix for the FFI invocation memory leak. 2025-01-09 06:21:48 +00:00
NSConnection.m Avoid use of NSDeallocateObject() as it dooesn't work properly with new runtime. 2025-01-02 17:43:28 +00:00
NSCopyObject.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSCountedSet.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSData.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDate.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDateComponentsFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDateFormatter.m Fixes for dealloc when init has not been called. 2024-11-17 16:41:59 +00:00
NSDateInterval.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDateIntervalFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDatePrivate.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDebug.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDecimal.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDecimalNumber.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDictionary.m Fix leaks 2024-11-15 20:48:09 +00:00
NSDistantObject.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDistributedLock.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSDistributedNotificationCenter.m Make +atExit method honor the shoudl clean up setting 2024-11-19 18:10:07 +00:00
NSEnergyFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSEnumerator.m define function in NSObject.m so that it won't be omitted by clever linkers 2025-01-19 10:23:33 +00:00
NSError.m Correct (for #486) -localizedDescription to always return a string. 2025-01-13 15:31:09 +00:00
NSException.m Fix size of buffer for backtrace 2025-01-09 11:06:31 +00:00
NSExtensionContext.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSExtensionItem.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSFileCoordinator.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSFileHandle.m Fix leaks 2024-11-15 20:48:09 +00:00
NSFileManager.m Issue #305 ... produce NSError with 516 code on copy failure because destination already exists. 2025-01-03 16:05:09 +00:00
NSFileVersion.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSFileWrapper.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSGarbageCollector.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSGeometry.m Added many missing features to NSGeometry 2024-11-18 17:57:47 +02:00
NSHashTable.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSHFSFileTypes.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSHost.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSHTTPCookie.m Coding style fixes and performance optimisation 2025-01-17 10:45:47 +00:00
NSHTTPCookieStorage.m Fix potential leak is the shared object is initialised more than once. 2025-01-17 12:23:06 +00:00
NSIndexPath.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSIndexSet.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSInvocation.m Fix leaks 2025-01-09 09:19:03 +00:00
NSInvocationOperation.m Fix leaks 2024-11-15 20:48:09 +00:00
NSISO8601DateFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSItemProvider.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSItemProviderReadingWriting.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSJSONSerialization.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSKeyedArchiver.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSKeyedUnarchiver.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSKeyValueCoding+Caching.h Fix visibility of symbols exported in error 2025-01-26 19:21:00 +00:00
NSKeyValueCoding+Caching.m Fix visibility of symbols exported in error 2025-01-26 19:21:00 +00:00
NSKeyValueCoding.m Initial port of WinObjC's KVO implementation to GNUstep (#420) 2024-11-10 17:05:23 +01:00
NSKeyValueMutableArray.m Fix leaks 2025-01-08 22:32:14 +00:00
NSKeyValueMutableSet.m Fix a few leaks 2025-01-09 10:25:41 +00:00
NSKeyValueObserving.m LeakSanitizer fixups for gcc and gnu runtime 2024-11-30 18:23:48 +00:00
NSKVOInternal.h Fix visibility of symbols exported in error 2025-01-26 19:21:00 +00:00
NSKVOSupport.m NSKVOSupport: Implement legacy KVO API 2025-02-04 07:44:19 +01:00
NSKVOSwizzling.m Fix visibility of symbols exported in error 2025-01-26 19:21:00 +00:00
NSKVOTypeEncodingCases.h Initial port of WinObjC's KVO implementation to GNUstep (#420) 2024-11-10 17:05:23 +01:00
NSLengthFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSLinguisticTagger.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSLocale.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSLock.m Initial port of WinObjC's KVO implementation to GNUstep (#420) 2024-11-10 17:05:23 +01:00
NSLog.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMapTable.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMassFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMeasurement.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMeasurementFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMessagePort.m Avoid use of NSDeallocateObject() as it dooesn't work properly with new runtime. 2025-01-02 17:43:28 +00:00
NSMessagePortNameServer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMetadata.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMetadataAttributes.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSMethodSignature.m copy cache key in case it is mutated 2024-12-04 19:43:45 +00:00
NSNetServices.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSNotification.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSNotificationCenter.m Purge observations with dead weak references when trying to remove an observer 2025-01-07 19:43:02 +00:00
NSNotificationQueue.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSNull.m More leak management fixes 2024-11-17 16:16:46 +00:00
NSNumber.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSNumberFormatter.m Fix memory leaks 2024-12-19 19:18:18 +00:00
NSNumberMethods.h Consistently use __typeof__() rather than typeof() or __typeof() for compatibility (GCC and clang and, perhaps, other future compilers) irrespective of -std= compilation options. 2020-12-15 13:01:00 +00:00
NSObjCRuntime.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSObject+NSComparisonMethods.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSObject.m Note that we want the mutation function exported 2025-01-19 12:30:31 +00:00
NSObjectScripting.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSOperation.m Fix race condition allowing operation to be added for a thread at the same time that the thread is exiting. 2025-01-06 20:55:55 +00:00
NSOrderedSet.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSOrthography.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPage.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPathUtilities.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPersonNameComponents.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPersonNameComponentsFormatter.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPipe.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPointerArray.m Implement dast enumeration mutation checks and add testcases for NSPointerArray 2025-01-19 08:42:12 +00:00
NSPointerFunctions.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPort.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPortCoder.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPortMessage.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPortNameServer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSPredicate.m Fix leaks 2024-11-16 15:45:38 +00:00
NSProcessInfo.m Fix potential initialisation error if we somehow have no args 2025-01-09 11:07:20 +00:00
NSProgress.m Fix leak of instance memory 2025-01-10 17:17:21 +00:00
NSPropertyList.m Alter initialisation order to make plist generation more robust. 2024-12-30 12:57:59 +00:00
NSProtocolChecker.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSProxy.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSRange.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSRegularExpression.m Avoid using clang specific code 2025-01-05 16:42:19 +00:00
NSRunLoop.m Don't use deprecated +leak: method. 2024-11-14 14:56:28 +00:00
NSScanner.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptClassDescription.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptCoercionHandler.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptCommand.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptCommandDescription.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptExecutionContext.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptKeyValueCoding.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptObjectSpecifiers.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptStandardSuiteCommands.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSScriptSuiteRegistry.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSSerializer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSSet.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSSocketPort.m Avoid use of NSDeallocateObject() as it dooesn't work properly with new runtime. 2025-01-02 17:43:28 +00:00
NSSocketPortNameServer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSSortDescriptor.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSSpellServer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSString.m simplify life of charset 2024-12-19 21:02:44 +00:00
NSTask.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSTextCheckingResult.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSThread.m complete accidental partial commit 2025-01-27 18:16:07 +00:00
NSTimer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSTimeZone.m Updates for changes to IANA time zone data. 2024-12-31 14:31:43 +00:00
NSUbiquitousKeyValueStore.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSUnarchiver.m Fix leak. 2024-11-15 16:00:01 +00:00
NSUndoManager.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSUnit.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURL.m Fix dealloc when init has not been called 2024-11-17 16:31:37 +00:00
NSURLAuthenticationChallenge.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLCache.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLConnection.m Be more careful to break retain cycles 2024-12-19 16:51:21 +00:00
NSURLCredential.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLCredentialStorage.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLDownload.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLHandle.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLProtectionSpace.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLProtocol.m Be more careful to break retain cycles 2024-12-19 16:51:21 +00:00
NSURLRequest.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLResponse.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLSession.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLSessionConfiguration.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLSessionPrivate.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSURLSessionTask.m Fix visibility of symbols exported in error 2025-01-26 19:21:00 +00:00
NSURLSessionTaskPrivate.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSUserActivity.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSUserDefaults.m Fix code for renaming old (process name) defaults to new (bundle identifier). 2024-12-31 12:01:43 +00:00
NSUserNotification.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSUserScriptTask.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSUUID.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSValue.m Add EdgeInsets missing function in value 2024-11-21 13:01:31 +02:00
NSValueTransformer.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSXMLDocument.m Fixups for old ABI. 2024-12-19 11:48:10 +00:00
NSXMLDTD.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSXMLDTDNode.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSXMLElement.m Bugfix ... intenral functions should not have public visibility to linker 2025-01-26 19:01:55 +00:00
NSXMLNode.m Fixups for old ABI. 2024-12-19 11:48:10 +00:00
NSXMLParser.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSXMLPrivate.h Bugfix ... intenral functions should not have public visibility to linker 2025-01-26 19:01:55 +00:00
NSXPCConnection.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
NSZone.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
null-load.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
objc-load.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
objc-load.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
preface.m Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
simple-load.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
typeEncodingHelper.h Add EdgeInsets missing function in value 2024-11-21 13:01:31 +02:00
tzdb.h Remove dead assignments. 2024-06-21 12:17:15 +01:00
win32-def.top Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00
win32-load.h Update FSF address as requested by Gregory 2024-11-08 10:33:32 +00:00