* Source/Additions/Unicode.m: replace objc_malloc with NSZoneMalloc

and objc_free with NSZoneFree

* Source/Additions/NSFileHandle+GNUstepBase.m: should work with ipv6
(The old code does fail on Snow Leopard, even with ipv4 addresses.)    

* Source/Additions/GSXML.m: added GSObjCRuntime.h
* Headers/Additions/GNUstepBase/GSObjCRuntime.h: 
replace objc_malloc with NSZoneMalloc and objc_free with NSZoneFree



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Dave Wetzel 2010-04-23 04:06:17 +00:00
parent 4707e0b7e4
commit 9e723901b6
5 changed files with 136 additions and 105 deletions

View file

@ -48,6 +48,7 @@
#ifdef HAVE_LIBXML
// #undef HAVE_LIBXML_SAX2_H
#import "GNUstepBase/GSObjCRuntime.h"
#import "GNUstepBase/GSMime.h"
#import "GNUstepBase/GSXML.h"