factor/basis/unix
Doug Coleman 67aa7b8b11
unix.process: Add posix_spawn stub.
I couldn't get this to work in all cases to replace spawn-process yet.

```
! works
{ "/bin/ls" "-al" } posix-spawn-args-with-path

! Broken on Linux64 for some reason
{
    "/usr/bin/code"
    "-g"
    "-r"
    "/home/erg/factor-master/basis/io/launcher/launcher.factor"
} posix-spawn-args-with-path
```
2020-04-11 20:36:33 -05:00
..
debugger
ffi
getfsstat
groups continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
kqueue
linux
process unix.process: Add posix_spawn stub. 2020-04-11 20:36:33 -05:00
signals basis: Move signal word and fix tests. 2019-09-27 22:59:36 -05:00
stat
statfs
statvfs
time
types unix.process: Add posix_spawn stub. 2020-04-11 20:36:33 -05:00
users continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
utilities
utmpx continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
authors.txt
platforms.txt
summary.txt
tags.txt
unix.factor