Re: Scmutils in guile-2.0

2013-02-13 Thread Mikael Djurfeldt
Daniel Gildea reported problems for guile-2.0 guile-scmutils. Those are fixed in the attached diff. Best regards, Mikael D. guile-scmutils-v0.8-2.0-2.diff Description: Binary data

[PATCH] update old references in FFI doc

2013-02-13 Thread Daniel Hartwig
* doc/ref/api-foreign.texi (Foreign Types): Replace references to the old foreign->bytevector and bytevector->foreign with the new procedure names using pointer. --- doc/ref/api-foreign.texi |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/api-foreign.texi b/d

avoiding SEGV during SMOB GC with gc 7.3

2013-02-13 Thread Mike Gran
Hi- There's something we discussed in bug report #13611 that might be of general interest. If you're using a gc built with --enable-parallel-marks with Guile, you can get a SEGV during garbage collection of a SMOB.  BDW-GC v7.3 has that flag enabled by default. It allows the garbage collector to

Re: Dynamic FFI vs Static FFI (was Re: About Guile crypto support)

2013-02-13 Thread William ML Leslie
On 13 February 2013 05:24, Mark H Weaver wrote: > Okay, but here I'm using "Static FFI" to mean something very different > than the C API: I'm talking about a pure scheme-based API that would be > quite similar to the API our current dynamic FFI, except that a lot of > the work would be done at co