Coding style question

2008-04-14 Thread Fred Kiefer
I am currently about to mode the glyph generation code into a separate class and was thinking about borrowing the header files from mySTEP. There I noticed that Nikolaus already switched over to the new 10.5 style of using NSInteger and NSUInteger instead of int and unsigned int. GNUstep

Re: GPLv2 licensing issues

2008-04-14 Thread Yavor Doganov
В Fri, 11 Apr 2008 18:42:15 -0400, Hubert Chathi написа: On Fri, 11 Apr 2008 09:08:52 + (UTC), Yavor Doganov [EMAIL PROTECTED] or http://price.sourceforge.net/exception.html What problems do you see with it? IMVHO such an exception *might* fix one side of the problem, but the resulting

Re: GPLv2 licensing issues

2008-04-14 Thread Matt Rice
On Mon, Apr 14, 2008 at 7:07 AM, Yavor Doganov [EMAIL PROTECTED] wrote: В Fri, 11 Apr 2008 18:42:15 -0400, Hubert Chathi написа: On Fri, 11 Apr 2008 09:08:52 + (UTC), Yavor Doganov [EMAIL PROTECTED] or http://price.sourceforge.net/exception.html What problems do you see with it?

Re: Coding style question

2008-04-14 Thread Markus Hitter
Am 14.04.2008 um 11:29 schrieb Fred Kiefer: [...] the new 10.5 style of using NSInteger and NSUInteger instead of int and unsigned int. GNUstep already has these types defined in NSObjCRuntime.h and my question now is, whether we should slowly switch over to use these types in the API