Re: [PATCH v2 0/3] io/command: implement portable spawn

2022-10-03 Thread Marc-André Lureau
Hi On Fri, Sep 2, 2022 at 3:19 PM wrote: > > From: Marc-André Lureau > > 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): >

[PATCH v2 0/3] io/command: implement portable spawn

2022-09-02 Thread marcandre . lureau
From: Marc-André Lureau Hi, A small series, based on earlier "[PATCH] io/command: implement portable spawn" to enable Windows support of command spawning in the io/ subsystem. Marc-André Lureau (3): io/command: use glib GSpawn, instead of open-coding fork/exec io/command: implement support