Hmm, I guess I should mentioned I messed around with the NSDateFormatter and NSNumberFormatter ivars, as well. In order to support OS X 10.4+ methods I had to add about 4-5 extra ivars to each of those classes. Seeing as I did this a few weeks back and haven't heard any complaints, I assume it's all good.
NSCalendar does not have the padding ivar, do we want to add that in at some point before the next release? Stef On Thu, Feb 10, 2011 at 5:19 AM, David Chisnall <[email protected]> wrote: > I've just added an unused ivar for future expansion to NSRegularExpression. > > If you're subclassing NSRegularExpression and not using the non-fragile > ABI[1], then you will need to recompile. This is done now, because > NSRegularExpression was not part of the last release, so it will only affect > people tracking trunk, not people moving from one release to the next. > > David > > [1] Hopefully this is no one, since subclassing NSRegularExpression > correctly requires a compiler that supports blocks, and the only compiler > that currently supports blocks also supports the non-fragile ABI. > > -- Sent from my Apple II > > > _______________________________________________ > Gnustep-dev mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gnustep-dev >
_______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
