Hi On Fri, Sep 2, 2022 at 3:19 PM <marcandre.lur...@redhat.com> wrote: > > From: Marc-André Lureau <marcandre.lur...@redhat.com> > > Hi, > > A small series, based on earlier "[PATCH] io/command: implement portable > spawn" > to enable Windows support of command spawning in the io/ subsystem. >
Daniel, please review. thanks > Marc-André Lureau (3): > io/command: use glib GSpawn, instead of open-coding fork/exec > io/command: implement support for win32 > tests/unit: make test-io-channel-command work on win32 > > include/io/channel-command.h | 2 +- > io/channel-command.c | 163 +++++++++------------------ > tests/unit/test-io-channel-command.c | 31 +++-- > 3 files changed, 75 insertions(+), 121 deletions(-) > > -- > 2.37.2 >