..
unicode
Minor unicode range handling improvements
2018-04-09 11:55:46 +01:00
GCArray.m
printf style format tweaks
2013-07-02 15:46:26 +00:00
GCDictionary.m
removal of garbage collection
2016-03-25 11:15:28 +00:00
GCObject.m
Use native threading and locking APIs on Windows
2021-07-29 14:22:27 +02:00
GNUmakefile
locking updates (fine grained locking rather than global lock)
2024-05-30 10:40:52 +01:00
GSFunctions.m
cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails
2023-12-23 02:44:50 +01:00
GSInsensitiveDictionary.m
Fix obscure memory management issues
2024-06-19 15:28:48 +01:00
GSMime.m
fix small bug and add optimisation
2024-02-02 15:40:44 +00:00
GSObjCRuntime.m
NSKeyValueCoding: Safe-Caching for -[NSObject valueForKey:] ( #445 )
2024-11-08 10:33:32 +00:00
GSTypeEncoding.c
add comments
2018-01-23 14:07:46 +00:00
GSXML.m
Fix GSXML compatibility with libxml2 v2.11.0
2023-05-04 12:46:08 +02:00
Makefile.postamble
Cleanup and fix to build additipns library on apple systems.
2011-03-29 11:18:10 +00:00
Makefile.preamble
Support building on Windows with Clang MSVC target
2021-02-03 15:02:27 +01:00
NSArray+GNUstepBase.m
Fully type method implementatyion pointers.
2020-04-15 10:31:55 +01:00
NSAttributedString+GNUstepBase.m
further cleanup ... always use -zone method to get an object's zone ...
2010-03-05 09:30:18 +00:00
NSBundle+GNUstepBase.m
Simplify header inclusion
2010-02-19 08:12:46 +00:00
NSCalendarDate+GNUstepBase.m
Fix an off by 1 calculation which meant that weekOfYear would return 2
2016-11-28 09:01:04 +00:00
NSData+GNUstepBase.m
Replaced IF_NO_GC() macro calls with the more descriptive IF_NO_ARC()
2022-02-17 10:08:18 +00:00
NSDebug+GNUstepBase.m
cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails
2023-12-23 02:44:50 +01:00
NSError+GNUstepBase.m
locking updates (fine grained locking rather than global lock)
2024-05-30 10:40:52 +01:00
NSFileHandle+GNUstepBase.m
fix OSX specific file to not build elsewhere
2010-04-23 15:59:50 +00:00
NSHashTable+GNUstepBase.m
Implement +addObjectsFromArray: on NSHashTable
2015-07-16 07:38:14 +00:00
NSMutableString+GNUstepBase.m
Remove unused counter
2023-09-06 17:47:59 +01:00
NSNumber+GNUstepBase.m
fix issues picked up by automated checker
2018-01-23 11:32:36 +00:00
NSObject+GNUstepBase.m
locking updates (fine grained locking rather than global lock)
2024-05-30 10:40:52 +01:00
NSProcessInfo+GNUstepBase.m
Add casts to avoid compiler warnings bout type of method
2020-04-15 10:40:41 +01:00
NSPropertyList+GNUstepBase.m
fix bad type case
2024-05-31 09:39:52 +01:00
NSStream+GNUstepBase.m
Export string constants and annotate exported function implementations
2021-03-27 17:36:15 +01:00
NSString+GNUstepBase.m
simplification, including use of strtoull() everywhere
2012-09-03 13:36:45 +00:00
NSTask+GNUstepBase.m
changes for use of _WIN32 define on windows
2016-03-09 13:16:16 +00:00
NSThread+GNUstepBase.m
tweak for OSX build
2010-03-12 13:55:11 +00:00
NSURL+GNUstepBase.m
Revert "Initial commit of updated IPv6"
2023-08-18 12:06:26 +01:00
Unicode.m
fix dead assignments
2024-06-21 15:02:55 +01:00