Base additions on iOS 4?

2011-02-06 Thread David Wetzel
Hi, has somebody tried to make the base additions run on the iPhone platform? I need to parse some broken HTML pages and have code that does that using gs-base. Cheers, David ___ Gnustep-dev mailing list Gnustep-dev@gnu.org http://lists.gnu.org/mai

Re: Base additions on iOS 4?

2011-02-07 Thread David Wetzel
Hi, I made it work and would like to know if I should just commit the per file changes back to trunk? The XCode project (with modified source files) is at http://www.turbocat.net/GNUstepBase.zip A example diff is attached. Dave GSXML.m.diff Description: Binary data _

Re: Base additions on iOS 4?

2011-02-08 Thread Richard Frith-Macdonald
On 7 Feb 2011, at 21:17, David Wetzel wrote: > Hi, > > I made it work and would like to know if I should just commit the per file > changes back to trunk? > The XCode project (with modified source files) is at > > http://www.turbocat.net/GNUstepBase.zip > > A example diff is attached. Thanks

Re: Base additions on iOS 4?

2011-02-08 Thread David Wetzel
Am 08.02.2011 um 02:13 schrieb Richard Frith-Macdonald: > I looked at your example, and the first thing I noticed (since it's near the > start) was the +initialize method. > I understand that NSMapTable is not available in iOS (though looking at the > OSX10.6 documentation I don't see where it's

Re: Base additions on iOS 4?

2011-02-10 Thread Richard Frith-Macdonald
On 8 Feb 2011, at 19:21, David Wetzel wrote: > > Am 08.02.2011 um 02:13 schrieb Richard Frith-Macdonald: >> I looked at your example, and the first thing I noticed (since it's near the >> start) was the +initialize method. >> I understand that NSMapTable is not available in iOS (though looking