Re: Allocation Marshalling Question (again)

2003-05-29 Thread Adrian Hey
mechanisms seems a bit strange to me :-) Regards -- Adrian Hey ___ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/ffi

Re: Allocation Marshalling Question (again)

2003-05-30 Thread Adrian Hey
and start thinking like C programmer :-) Regards -- Adrian Hey ___ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/ffi

Re: Request: withArrayLength

2004-02-11 Thread Adrian Hey
On Wednesday 11 Feb 2004 9:55 am, Adrian Hey wrote: Actually, looking at the ffi again I see there is something similar for CStrings already, but not for arrays in general. Is this an oversight or a deliberate decision? Oops, well I guess it's needed for CStrings if they're not necessarily

Re: Request: withArrayLength

2004-03-23 Thread Adrian Hey
as they are because we need to hang on to the entire list in order to calculate it's length :-( Regards -- Adrian Hey On Tuesday 23 Mar 2004 12:51 am, Manuel M T Chakravarty wrote: On Tue, 2004-03-23 at 05:55, Sven Panne wrote: Once upon a time, I wrote: Adrian Hey wrote: [...] I think

Re: Request: withArrayLength

2004-03-23 Thread Adrian Hey
(informally) on what extensions they were going to implement. Regards -- Adrian Hey ___ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/ffi

Re: Request: withArrayLength

2004-03-29 Thread Adrian Hey
forsee any circumstances where I would be likely to do that :-), but it seems sensible to be consistent about order of Int and Ptr arguments, as you suggest. Regards -- Adrian Hey ___ FFI mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo