libs-base/Source
hmelder 2db659e024 Collation Caching
Move to property
2024-09-11 19:18:20 +02:00
..
Additions fix dead assignments 2024-06-21 15:02:55 +01:00
GSSocksParser cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
ObjectiveC2 locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
unix Stream debug and event handling improvements 2024-01-30 15:08:31 +00:00
win32 NSUserDefaults: Retrieve native UI languages from Windows and Android System APIs (#426) 2024-08-07 16:26:16 +02:00
.cvsignore
callframe.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
callframe.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
cifframe.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
cifframe.m Enable _C_BOOL on non GNU C compilers 2021-08-08 17:27:40 +02:00
common.h Add Branch Prediction Macros and Error checks in Android Initialisation (#438) 2024-08-20 19:19:59 +02:00
CXXException.m Support building on Windows with Clang MSVC target 2021-02-03 15:02:27 +01:00
dld-load.h avoid compiler/linker warnings 2011-03-07 11:34:17 +00:00
DocMakefile Add option to set stylesheet 2024-08-06 20:17:38 +01:00
externs.m NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
GNUmakefile NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
gnustep-base.pc.in Generate pkg-config configuration file for libs-base 2024-03-30 15:56:22 +00:00
GSArray.m Update -[NSMutableArray removeLastObject] (#433) 2024-08-10 23:44:02 +02:00
GSAtomic.h Use native threading and locking APIs on Windows 2021-07-29 14:22:27 +02:00
GSAttributedString.m Remove dead assignments. 2024-06-21 12:17:15 +01:00
GSAvahiClient.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSAvahiClient.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSAvahiNetService.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSAvahiNetServiceBrowser.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSAvahiRunLoopIntegration.h Avoid conflict of ivar name with systemcall name 2023-11-30 08:16:02 +00:00
GSAvahiRunLoopIntegration.m Avoid conflict of ivar name with systemcall name 2023-11-30 08:16:02 +00:00
GSBlocks.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSConcreteValue.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSConcreteValueTemplate.m Fix NSGetSizeAndAlignment usage 2021-11-02 10:18:05 +01:00
GSCountedSet.m fix typo 2020-12-04 11:09:33 -05:00
GSDictionary.m Avoid excess copies of dictionary keys 2024-06-19 12:07:16 +01:00
GSDispatch.h Avoid (some cases of) compiler warning; mixing declarations and code is incompatible with standards before C99 2024-07-03 16:21:13 +01:00
GSeq.h Normalize repeated combining characters to a single one 2022-04-07 14:35:05 +01:00
GSFastEnumeration.h Revert "Export objc_enumerationMutation." 2021-03-26 21:03:48 +01:00
GSFFCallInvocation.m Enable _C_BOOL on non GNU C compilers 2021-08-08 17:27:40 +02:00
GSFFIInvocation.m Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC() 2022-02-17 10:08:18 +00:00
GSFileHandle.h win32: Support overlapped (asynchronous) I/O on standard streams in GSFileHandle 2022-08-23 18:43:14 +02:00
GSFileHandle.m fix leak 2024-06-18 12:03:01 +01:00
GSFormat.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSFTPURLHandle.m Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC() 2022-02-17 10:08:18 +00:00
GSHTTPAuthentication.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
GSHTTPURLHandle.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
GSICUString.h More robust check for Windows ICU 2021-08-08 17:27:40 +02:00
GSICUString.m Fix possible memory corruption in string handling 2021-07-19 12:23:15 +02:00
GSInternal.h Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC() 2022-02-17 10:08:18 +00:00
GSInvocation.h Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
GSLocale.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
GSMDNSNetServices.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
GSNetServices.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSNetwork.h Improve winsock error handling (consistently use correct errror number) 2024-02-13 11:19:36 +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 Use uinsigned logn for fast enumeration version counter 2020-12-04 11:16:13 -05:00
GSPortPrivate.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSPrivate.h Fix for bug #399 2024-04-29 13:11:35 +01:00
GSPrivateHash.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
GSPThread.h Use native threading and locking APIs on Windows 2021-07-29 14:22:27 +02:00
GSQuickSort.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSRunLoopCtxt.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSRunLoopWatcher.h Clarify that run loop watchers are NOT retained, and are responsible for removing themselves from the run loop when they have finished watching for events. 2021-11-11 10:01:52 +00:00
GSRunLoopWatcher.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSSet.m Fix to make value pointed to by mutationsPtr be unsigned long. 2020-12-04 11:08:16 -05:00
GSShellSort.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
GSSocketStream.h Ensure sockaddr_any is future proof for new socket addresse sizes on 2023-09-24 12:26:59 +01:00
GSSocketStream.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
GSSorting.h Do not call handler blocks if they are nil 2021-11-23 18:34:34 +08:00
GSStream.h Improve diagnostic logging 2020-12-11 12:12:59 +00:00
GSStream.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
GSString.m Revert inadvertent change. 2024-02-01 09:25:49 -07:00
GSTimSort.m Fix various incorrect format string types 2021-08-11 19:32:21 +02:00
GSTLS.m fix dead assignments 2024-06-21 15:02:55 +01:00
GSURLPrivate.h NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
GSValue.m Fix NSGetSizeAndAlignment usage 2021-11-02 10:18:05 +01:00
hpux-load.h ndentation fixups 2018-01-23 16:17:57 +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 win32: initialize Windows Sockets in NSObject only 2021-08-11 19:32:21 +02:00
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 Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSAppleEventDescriptor.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSAppleEventManager.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSAppleScript.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSArchiver.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSArray.m Update -[NSMutableArray removeLastObject] (#433) 2024-08-10 23:44:02 +02:00
NSAssertionHandler.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSAttributedString.m avoid compiler static analyzer warning 2024-06-21 17:28:49 +01:00
NSAutoreleasePool.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSBackgroundActivityScheduler.m Fixup to import local headers rather than installed versions 2020-12-07 07:34:44 -05:00
NSBundle.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSByteCountFormatter.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSCache.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSCachedURLResponse.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSCalendar.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSCalendarDate.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSCallBacks.h Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSCallBacks.m Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC 2022-02-17 10:21:36 +00:00
NSCharacterSet.m Use native threading and locking APIs on Windows 2021-07-29 14:22:27 +02:00
NSCharacterSetData.h Characterset memory usage and code organisation consistency improvements. 2020-04-12 12:28:07 +01:00
NSClassDescription.m Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC() 2022-02-17 10:08:18 +00:00
NSCoder.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSConcreteHashTable.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSConcreteMapTable.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSConcretePointerFunctions.h GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSConcretePointerFunctions.m Tweaks to match OSX pointer array behaviors more accurately. 2024-07-22 12:22:40 +01:00
NSConnection.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSCopyObject.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSCountedSet.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSData.m Fix for #361 2024-02-16 14:26:41 +00:00
NSDate.m Implement +[NSDate now] 2024-03-11 11:48:28 +01:00
NSDateComponentsFormatter.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSDateFormatter.m Fix some checks when using ICU DLL from Windows 10 2022-02-18 19:06:54 +01:00
NSDateInterval.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSDateIntervalFormatter.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSDebug.m iFixup trace function type/name 2024-08-06 20:17:05 +01:00
NSDecimal.m bugfix by by danieljboyd@icloud.com 2023-12-06 17:40:06 +00:00
NSDecimalNumber.m Enable _C_BOOL on non GNU C compilers 2021-08-08 17:27:40 +02:00
NSDictionary.m fix dead assignments 2024-06-21 15:02:55 +01:00
NSDistantObject.m use memory management notation for clang static analyzer 2024-06-23 10:35:16 +01:00
NSDistributedLock.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSDistributedNotificationCenter.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
NSEnergyFormatter.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSEnumerator.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSError.m fix incorrect enumeration end parameter 2024-02-13 12:59:12 +00:00
NSException.m Avoid compiler warning 2024-06-21 11:45:38 +01:00
NSExtensionContext.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSExtensionItem.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSFileCoordinator.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSFileHandle.m improve event handling when there is data in the tls buffers 2022-11-15 15:28:31 +00:00
NSFileManager.m fix return value to be autoreleased 2024-06-12 13:54:10 +01:00
NSFileVersion.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSFileWrapper.m Updates to move towards ARC 2020-02-08 16:42:17 +00:00
NSFormatter.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSGarbageCollector.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSGeometry.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSHashTable.m Final batch of GC cleanups (for the forseeable future). 2024-07-25 17:11:34 +01:00
NSHFSFileTypes.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSHost.m Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC() 2022-02-17 10:08:18 +00:00
NSHTTPCookie.m NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSHTTPCookieStorage.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
NSIndexPath.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSIndexSet.m trivial coding style fixups 2024-05-09 12:20:45 +01:00
NSInvocation.m Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC 2022-02-17 10:21:36 +00:00
NSInvocationOperation.m Export string constants and annotate exported function implementations 2021-03-27 17:36:15 +01:00
NSISO8601DateFormatter.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSItemProvider.m Mark unimplemented methods 2023-10-30 14:29:25 +00:00
NSItemProviderReadingWriting.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSJSONSerialization.m more leak fixes 2024-03-04 11:52:42 +00:00
NSKeyedArchiver.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSKeyedUnarchiver.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSKeyValueCoding.m Export string constants and annotate exported function implementations 2021-03-27 17:36:15 +01:00
NSKeyValueMutableArray.m Update -[NSMutableArray removeLastObject] (#433) 2024-08-10 23:44:02 +02:00
NSKeyValueMutableSet.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSKeyValueObserving.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSLengthFormatter.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSLinguisticTagger.m Mark unimplemented methods 2023-10-30 14:29:25 +00:00
NSLocale.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSLock.m Fix for bug #399 2024-04-29 13:11:35 +01:00
NSLog.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
NSMapTable.m fix trivial typo 2024-07-31 10:22:48 +01:00
NSMassFormatter.m remove some useless ; in declarations 2023-09-21 00:55:10 +02:00
NSMeasurement.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSMeasurementFormatter.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSMessagePort.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSMessagePortNameServer.m Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC() 2022-02-17 10:08:18 +00:00
NSMetadata.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSMetadataAttributes.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSMethodSignature.m Enable _C_BOOL on non GNU C compilers 2021-08-08 17:27:40 +02:00
NSNetServices.m NSNetService and NSNetServiceBrowser: Gracefully fail when no-backend implementation 2024-03-31 11:37:23 +00:00
NSNotification.m Override -hash and -isEqual: so that notifications with the name name, object, and userInfo are considered equal. This is the OSX behavior. 2020-04-21 09:16:53 +01:00
NSNotificationCenter.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSNotificationQueue.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSNull.m Fix formatting 2023-12-28 12:02:04 +01:00
NSNumber.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSNumberFormatter.m Change NSNumberFormatter minimum/maximum properties from NSDecimalNumber to NSNumber to match Apple platforms 2023-08-10 12:20:06 +02: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 cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSObject+NSComparisonMethods.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSObject.m Debug improvements 2024-06-21 16:43:50 +01:00
NSObjectScripting.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSOperation.m NSOperationQueue: Proper names for worker threads (#437) 2024-09-08 16:54:01 +02:00
NSOrderedSet.m Fix ranged initialisation index errors 2024-06-19 14:20:37 +01:00
NSOrthography.m * Source/NSISO8601DateFormatter.m, 2020-05-10 23:07:27 +02:00
NSPage.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSPathUtilities.m Fix for bug #399 2024-04-29 13:11:35 +01:00
NSPersonNameComponents.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSPersonNameComponentsFormatter.m Export string constants and annotate exported function implementations 2021-03-27 17:36:15 +01:00
NSPipe.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSPointerArray.m Final batch of GC cleanups (for the forseeable future). 2024-07-25 17:11:34 +01:00
NSPointerFunctions.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSPort.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSPortCoder.m Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC 2022-02-17 10:21:36 +00:00
NSPortMessage.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSPortNameServer.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
NSPredicate.m Merge pull request #410 from gnustep/NSExpression_branch 2024-06-11 11:46:56 -04:00
NSProcessInfo.m Add Branch Prediction Macros and Error checks in Android Initialisation (#438) 2024-08-20 19:19:59 +02:00
NSProgress.m Raise exception for unimplemented methods 2023-10-30 15:37:18 +00:00
NSPropertyList.m Fix potential leaks 2024-06-19 11:28:34 +01:00
NSProtocolChecker.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSProxy.m NSProxy: Include <objc/message.h> 2023-10-08 23:20:52 +02:00
NSRange.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSRegularExpression.m regular expression range search 2024-05-12 10:03:15 +01:00
NSRunLoop.m avoid compiler warning 2024-08-08 14:21:22 +01:00
NSScanner.m Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC 2022-02-17 10:21:36 +00:00
NSScriptClassDescription.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSScriptCoercionHandler.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptCommand.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptCommandDescription.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptExecutionContext.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptKeyValueCoding.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptObjectSpecifiers.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptStandardSuiteCommands.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSScriptSuiteRegistry.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSSerializer.m Supply function pointer prototype to avoid compiler warnings 2024-08-08 14:18:16 +01:00
NSSet.m Fixup for error spotted by Larry Campbell 2023-08-21 15:01:11 +01:00
NSSocketPort.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSSocketPortNameServer.m Tidy positioning of semicolon to be inside IF_NO_ARC() macros so it won't appear in the source when compiled with ARC 2022-02-17 10:21:36 +00:00
NSSortDescriptor.m Fix potential use after dealloc 2024-06-19 11:08:58 +01:00
NSSpellServer.m Fix dead initialisations 2024-06-21 12:23:52 +01:00
NSString.m Collation Caching 2024-09-11 19:18:20 +02:00
NSTask.m Make notification delivery a little more predictable (issue #423) 2024-07-04 11:48:58 +01:00
NSTextCheckingResult.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSThread.m NSThread: Add warning when truncating thread name 2024-09-02 14:51:59 +02:00
NSTimer.m Fix for github bug #289 2023-03-23 21:38:46 +00:00
NSTimeZone.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSUbiquitousKeyValueStore.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSUnarchiver.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSUndoManager.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSUnit.m cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails 2023-12-23 02:44:50 +01:00
NSURL.m Fix C-string termination issues and a few dead assignments 2024-06-19 14:53:51 +01:00
NSURLAuthenticationChallenge.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSURLCache.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
NSURLConnection.m Call -cancel at the end of a synchronous load so that we stop our NSURLProtocol instance from retaining us as its client. 2021-01-26 14:38:29 +00:00
NSURLCredential.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSURLCredentialStorage.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
NSURLDownload.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSURLHandle.m removed unused import 2024-05-12 10:14:02 +01:00
NSURLProtectionSpace.m Export string constants and annotate exported function implementations 2021-03-27 17:36:15 +01:00
NSURLProtocol.m fix for #302 2024-02-11 19:50:06 +00:00
NSURLRequest.m NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSURLResponse.m Some web servers send empty headers ... tolerate it. 2024-04-04 10:59:00 +01:00
NSURLSession.m NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSURLSessionConfiguration.m NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSURLSessionPrivate.h NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSURLSessionTask.m NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSURLSessionTaskPrivate.h NSURLSession rewrite (#422) 2024-08-16 14:08:41 +02:00
NSUserActivity.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSUserDefaults.m NSUserDefaults: Retrieve native UI languages from Windows and Android System APIs (#426) 2024-08-07 16:26:16 +02:00
NSUserNotification.m avoid compiler warnings 2024-05-12 15:07:49 +01:00
NSUserScriptTask.m Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
NSUUID.m Fix null pointer dereference 2021-02-04 11:00:05 +00:00
NSValue.m Fix NSGetSizeAndAlignment usage 2021-11-02 10:18:05 +01:00
NSValueTransformer.m fixup headers for deletion of obsolete lock code 2024-05-30 11:06:23 +01:00
NSXMLDocument.m Mark unimplemented methods 2023-10-30 14:29:25 +00:00
NSXMLDTD.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSXMLDTDNode.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSXMLElement.m Update NSXMLElement.m to satisfy older compilers 2024-05-14 15:56:43 -06:00
NSXMLNode.m oops! Put the other bracket back in. 2024-05-14 15:44:44 -06:00
NSXMLParser.m GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code. 2024-07-22 15:14:13 +01:00
NSXMLPrivate.h Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
NSXPCConnection.m Merge changes for NSURLSession from EngageHub (formerly Brainstorm). 2020-11-29 06:57:47 -05:00
NSZone.m Hide internals of _NSZone struct for consistency with OSX 2024-07-23 13:06:24 +01:00
null-load.h ndentation fixups 2018-01-23 16:17:57 +00:00
objc-load.h Fix to ensure correct version of mheader fiel is imported 2023-10-30 14:30:06 +00:00
objc-load.m Another path fix 2023-12-19 14:24:13 +00:00
preface.m Fix address for FSF and License name in all headers in base 2019-12-09 18:36:00 -05:00
simple-load.h ndentation fixups 2018-01-23 16:17:57 +00:00
tzdb.h Remove dead assignments. 2024-06-21 12:17:15 +01:00
win32-def.top allow developers more time to adapt to LGPLv3 2008-06-08 10:38:33 +00:00
win32-load.h ndentation fixups 2018-01-23 16:17:57 +00:00