Open GoogleCodeExporter opened 9 years ago
Thank you for your suggestion!
--fujita
Original comment by y.fujita...@gmail.com
on 20 Apr 2009 at 11:51
This is a fixed patch, the previous had a bug causing segfaults when the
environment
alist had more than one entry; duh.
Original comment by rott...@gmail.com
on 20 Apr 2009 at 12:27
Attachments:
> POSIX does (for whatever strange reason) not provide an execvpe() function.
I agree. It is strange. :(
I found 'posix_spawn' and 'posix_spawnp' can handle both 'search?' and 'env'
simultaneously. I have implemented 'process-spawn' with them. 'process-spawn'
have
the same interface that you suggested, and it also supports Windows platform.
(process-spawn search? env stdin stdout stderr program . args)
The svn trunk directory is updated to revision 439.
Your comments are very welcome.
Please Try! Thank you. :)
-- fujita
Original comment by y.fujita...@gmail.com
on 1 May 2009 at 10:01
Seems to work fine -- thanks!
Original comment by rott...@gmail.com
on 6 Jun 2009 at 4:13
Original issue reported on code.google.com by
rott...@gmail.com
on 15 Apr 2009 at 3:29Attachments: