doubled-up performIO

1998-10-03 Thread Michael Hobbs
performIO() I get seg faults, bus errors, and/or core dumps (take your pick). I'm using GHC 3.02 on Linux i386. (RedHat 5.1, to be exact) - Michael Hobbs

HaskellDirect and array of strings

1998-12-03 Thread Michael Hobbs
. (HaskellDirect 0.13) Michael Hobbs P.S. If you're interested in seeing an example that *really* exposes the limits of IDL, let me know; I've got a doozy.

HDirect: String abiguity

1998-12-04 Thread Michael Hobbs
of defining the type of a Ptr is to add clarity, I don't think that the use of "Ptr String" adds much clarity. Rambling on, Michael Hobbs

HDirect: allocOutPtr

1998-12-04 Thread Michael Hobbs
Hdirect.sizeofDouble) primfoo bar ... If I understand allocOutPtr correctly, it will allocate 32 bytes of memory in this instance, since sizeofAddr = 4 and sizeofDouble = 8. Let me know if I'm not seeing something, Michael Hobbs (HDirect 0.13)

Re: HDirect: A couple of new bugs.

1998-12-08 Thread Michael Hobbs
fix should solve all of the foreseeable problems I have with using HDirect for GTK. (Except for callbacks, which is an entirely separate issue.) If all goes well, you shouldn't hear much more from me for a while. Thanks, Michael Hobbs FYI: This latest snapshot caused 4.01-compiled i

Automatic Makefile dependencies

1999-02-12 Thread Michael Hobbs
Even with GHC 4.02 I've noticed that 'ghc -M' always adds one too many newlines into the Makefile. The large gap gets to be pretty obnoxious if you run 'make depend' several times. Kudos for the FFI fixes, BTW. - Michael Hobbs

waitQSemN bug

1999-02-16 Thread Michael Hobbs
quot;. Looks like the source of this bug is due to a copy-and-paste from waitQSem. (Also, in the 'else' clause of the function, it shouldn't blindly write a 0 into the new value of 'avail', it keep the value of 'avail' as it is.) - Michael Hobbs FYI, The reason I was reading through the

HDirect: references to arrays.

1998-12-09 Thread Michael Hobbs
to be deallocated after calling the function. - Michael Hobbs

Problem with 4.03 FFI on Sparc?

1999-07-07 Thread Michael Hobbs
: createAdjustor. I looked for it in all of the libraries, but was unable to find it. I'm assuming that it's just not there. It's supposed to be in libHSrts.a, right? Thanks, Michael Hobbs

Re: Problem with 4.03 FFI on Sparc?

1999-07-09 Thread Michael Hobbs
"Manuel M. T. Chakravarty" wrote: Michael Hobbs [EMAIL PROTECTED] wrote, I don't know if this is a known bug or not, so I figured I'd send a message and find out for sure. Anyway, I'm using a binary build of GHC 4.03 for Sparc that Simon M. (?) posted a while back. When