[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] io/command: implement portable spawn
From: |
marcandre . lureau |
Subject: |
[PATCH v2 0/3] io/command: implement portable spawn |
Date: |
Fri, 2 Sep 2022 15:18:57 +0400 |
From: Marc-André Lureau <marcandre.lureau@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.
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
- [PATCH v2 0/3] io/command: implement portable spawn,
marcandre . lureau <=