Implement and use varargs interface to mingw_spawnvpe
commite93211c50d2c42100d76f63a658e39568e3959be
authorKirill <kirillathome@gmail.com>
Wed, 3 Sep 2008 02:01:39 +0000 (2 22:01 -0400)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 18 Oct 2008 14:26:30 +0000 (18 16:26 +0200)
treea794569719936beff238d21a93b599b079634a95
parentd8863376dd942873604f4c6cefa5eafa516b56ac
Implement and use varargs interface to mingw_spawnvpe

The current version:
- supports WAITMODE and QUIETMODE;
- allows to collect stdout and stderr into strbufs;

and generally resembles start_command from /git/run-command.c.
debug.h
exec.c
exec.h
menu.c