Re: open-process and related functions for MinGW Guile

2014-08-15 Thread Eli Zaretskii
> Date: Tue, 12 Aug 2014 22:44:03 +0300 > From: Eli Zaretskii > Cc: l...@gnu.org, guile-devel@gnu.org > > > > + /* If they ask for the Unix system shell, try to find it on PATH. */ > > > + if (c_strcasecmp (program, "/bin/sh") == 0) > > > +{ > > > + bin_sh_requested = 1; > > > +

scm_c_catch question

2014-08-15 Thread Ian Grant
Hello Guile types, I have been experimenting with using libguile from within another byte-code interpreter: Moscow ML. I have a version of Moscow ML with an GNU lightning interface in which I JIT compile primitives to give access to libguile functions from Standard ML. Moscow ML uses an old versi