libs-base/Source/unix
theraven 5568644a5e Make -base compile almost without warnings again. Fixes:
- Using the correct format specifier
- Remove substringFromRange: (GNUstep extension) from NSString.h and use the non-deprecated version in -base.
- Delete definitions of methods that are the same in both a class and a category on that class (NSArray and NSObject).

Two files still have warnings:

- The GNUTLS stuff is using a load of deprecated APIs.
- xmlparse.m replaces a method using a category.  This method seems to always return nil.  Not sure what it's meant to do, or why it isn't a delegate of some kind.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33756 72102866-910b-0410-8b05-ffd578937521
2011-08-16 16:04:43 +00:00
..
GNUmakefile Removed GNUSTEP_CORE_SOFTWARE=YES from makefiles and instead set PACKAGE_NAME=gnustep-base 2008-12-19 12:53:30 +00:00
GSRunLoopCtxt.m For the avoidance of confusion, remove references to obsolete header. 2011-07-15 13:53:45 +00:00
Makefile.preamble Cleanup and fix to build additipns library on apple systems. 2011-03-29 11:18:10 +00:00
NSStream.m Make -base compile almost without warnings again. Fixes: 2011-08-16 16:04:43 +00:00