.. |
unicode
|
fix character mapping error
|
2011-03-31 20:16:53 +00:00 |
GCArray.m
|
printf style format tweaks
|
2013-07-02 15:46:26 +00:00 |
GCDictionary.m
|
Changed keys argument type to (const id <NSCopying>[]) in
|
2013-12-05 13:16:36 +00:00 |
GCObject.m
|
leak detection improvements
|
2013-08-22 15:44:54 +00:00 |
GNUmakefile
|
Implement +addObjectsFromArray: on NSHashTable
|
2015-07-16 07:38:14 +00:00 |
GSFunctions.m
|
For the avoidance of confusion, remove references to obsolete header.
|
2011-07-15 13:53:45 +00:00 |
GSInsensitiveDictionary.m
|
Changed keys argument type to (const id <NSCopying>[]) in
|
2013-12-05 13:16:36 +00:00 |
GSLock.m
|
Lots of little fixes to make -base compile with -Werror (now builds without warnings).
|
2011-07-24 13:09:22 +00:00 |
GSMime.m
|
Fix typos in comments, add a couple of testcases
|
2016-02-25 11:55:58 +00:00 |
GSObjCRuntime.m
|
protect from both old runtime and old compiler
|
2015-10-08 09:13:32 +00:00 |
GSTypeEncoding.c
|
try to fix include order to avoid BOOL problem on msys2
|
2015-08-24 13:03:01 +00:00 |
GSXML.m
|
Fix reporting namespace prefixes attributes when using the SAX2 parser.
|
2015-07-03 15:07:08 +00:00 |
Makefile.postamble
|
Cleanup and fix to build additipns library on apple systems.
|
2011-03-29 11:18:10 +00:00 |
Makefile.preamble
|
Use _POSIX_C_SOURCE=199506L
|
2011-10-15 05:02:22 +00:00 |
NSArray+GNUstepBase.m
|
Make -base compile almost without warnings again. Fixes:
|
2011-08-16 16:04:43 +00: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
|
add -isoYear
|
2013-11-18 15:19:23 +00:00 |
NSData+GNUstepBase.m
|
fix escaped encoding to be ascii
|
2015-10-07 06:25:18 +00:00 |
NSDebug+GNUstepBase.m
|
Cleanup some deprecated code
|
2010-02-25 08:19:52 +00:00 |
NSError+GNUstepBase.m
|
Use dedicated code for glibc specific variant of strerror_r based on
|
2012-11-02 13:44:30 +00: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 |
NSLock+GNUstepBase.m
|
Updated code to compile with GCC 4.6 and the new GNU Objective-C runtime
|
2010-12-23 02:23:05 +00:00 |
NSMutableString+GNUstepBase.m
|
simplification, including use of strtoull() everywhere
|
2012-09-03 13:36:45 +00:00 |
NSNumber+GNUstepBase.m
|
simplification, including use of strtoull() everywhere
|
2012-09-03 13:36:45 +00:00 |
NSObject+GNUstepBase.m
|
more updates
|
2015-07-16 08:44:15 +00:00 |
NSProcessInfo+GNUstepBase.m
|
add missing include
|
2010-02-26 08:43:02 +00:00 |
NSPropertyList+GNUstepBase.m
|
Attempt to support OpenStep style property lists on OSX
|
2010-06-01 09:43:28 +00:00 |
NSStream+GNUstepBase.m
|
osx fixups
|
2010-03-12 14:01:36 +00:00 |
NSString+GNUstepBase.m
|
simplification, including use of strtoull() everywhere
|
2012-09-03 13:36:45 +00:00 |
NSTask+GNUstepBase.m
|
mingw path extension fixes
|
2014-01-13 12:43:48 +00:00 |
NSThread+GNUstepBase.m
|
tweak for OSX build
|
2010-03-12 13:55:11 +00:00 |
NSURL+GNUstepBase.m
|
fix path for CFURL as suggested by Graham Lee
|
2013-05-31 09:37:55 +00:00 |
Unicode.m
|
* Source/Additions/Unicode.m
|
2015-05-26 11:54:30 +00:00 |