Re: [PATCH, v2] Fix build on ia64

2020-03-04 Thread John Paul Adrian Glaubitz
On 2/9/20 2:32 PM, Ludovic Courtès wrote: >> I have actually signed the copyright assignment for the FSF already, but >> only for gdb/binutils. I asked back then whether it would be possible to >> sign the copyright assignment for all GNU projects but that was rejected. > > Yeah, that’s not possib

guile pipeline patch

2020-03-04 Thread Rutger van Beusekom
Hi, This patch replaces open-process with piped-process in posix.c and reimplement open-process with piped-process in popen.scm. This allows setting up a pipeline in guile scheme using the new pipeline procedure in popen.scm and enables its use on operating systems which happen to lack the capabil