Re: refactor common code of 'execute' and 'spawn-pipe'

2020-12-01 Thread Bruno Haible
KO Myung-Hun wrote: > > +case "$host_os" in > > + os2) > > s/os2/os2*/ Thank you. Fixed: 2020-12-01 Bruno Haible spawn-pipe: Fix handling of OS/2 kLIBC. Reported by KO Myung-Hun in . * mod

Re: refactor common code of 'execute' and 'spawn-pipe'

2020-12-01 Thread KO Myung-Hun
Hi/2. Bruno Haible wrote: >> 2020-11-28 Bruno Haible >> >> windows-spawn: New module. > > This patch probably introduced a compilation error on OS/2 kLIBC. > > Here's a (probable) fix. It copies windows-spawn.[hc] to os2-spawn.[hc]. > I will soon modify windows-spawn.[hc], basing it on '

Re: refactor common code of 'execute' and 'spawn-pipe'

2020-11-29 Thread Bruno Haible
> 2020-11-28 Bruno Haible > > windows-spawn: New module. This patch probably introduced a compilation error on OS/2 kLIBC. Here's a (probable) fix. It copies windows-spawn.[hc] to os2-spawn.[hc]. I will soon modify windows-spawn.[hc], basing it on 'CreateProcess' instead of '_spawnvpe'.

refactor common code of 'execute' and 'spawn-pipe'

2020-11-28 Thread Bruno Haible
This patch refactors common code of 'execute' and 'spawn-pipe', so that packages that include both modules contain the same code only once. 2020-11-28 Bruno Haible windows-spawn: New module. * lib/windows-spawn.h: Renamed from lib/w32spawn.h. Remove implementations.