Re: back/x11 XIM fix [was: Re: Gworkspace with non-fragile abi, etc?]

2013-08-23 Thread David Chisnall
On 22 Aug 2013, at 22:12, Ivan Vučica i...@vucica.net wrote: On 22. 8. 2013., at 05:03, Lee, Seong-Gu sgle...@gmail.com wrote: PS) Additonally in my opinion as non-developer about FIXME, it had better leave with X system because resetting locale might affect other applications.

Clang extension for BOOL and nil

2013-08-23 Thread Vincent R.
Hi, Do you think it would be possible to use clang extension to define type like BOOL and nil ? Actually I am using clang to rewrite objc into another syntax and macros are not really helpful for this, I would need to get a specific type for BOOL/YES/NO and not just (unsigned

Re: Clang extension for BOOL and nil

2013-08-23 Thread David Chisnall
I've been meaning to make this change for a little while. It makes a few bits of static analysis easier. I don't have time to do this next week, but if you send a patch I'd be happy to commit it. David On 23 Aug 2013, at 10:25, Vincent R. foru...@smartmobili.com wrote: Hi, Do you think