Re: [Rd] Patch to fix small bug in do_External and do_dotcall

2008-12-28 Thread Olaf Mersmann
Excerpts from Prof Brian Ripley's message of Sun Dec 28 15:03:28 +0100 2008: Thank you. You do realize that your example is not passing a NativeSymbolInfo object, don't you? I believe the intention is that you pass 'sym'. Yes, I had originally used sym and later changed it to sym$address

[Rd] Patch to fix small bug in do_External and do_dotcall

2008-12-26 Thread Olaf Mersmann
I've stumbled upon a small bug/inconsitency in do_External and do_dotcall: Here's an example: % LC_ALL=C R --vanilla symname-bug.R R version 2.8.0 (2008-10-20) *snip* options(error=expression(0)) ## Call 'R_GD_nullDevice' with incorrect parameter count:

Re: [Rd] Patch to fix small bug in do_External and do_dotcall

2008-12-26 Thread Prof Brian Ripley
Thank you, but can we see the patch please (no attachement arrived)? On Sat, 27 Dec 2008, Olaf Mersmann wrote: I've stumbled upon a small bug/inconsitency in do_External and do_dotcall: Here's an example: % LC_ALL=C R --vanilla symname-bug.R R version 2.8.0 (2008-10-20) *snip*

Re: [Rd] Patch to fix small bug in do_External and do_dotcall

2008-12-26 Thread Olaf Mersmann
Excerpts from Prof Brian Ripley's message of Sat Dec 27 06:59:24 +0100 2008: Thank you, but can we see the patch please (no attachement arrived)? I've posted them online: http://www.statistik.tu-dortmund.de/~olafm/files/symname-bug.R