janet/src
Calvin Rose 549ee95f3d Add os/posix-exec (along os/posix-fork)
Useful for old-style unix daemons, start up scripts, and so on.
Easy to add on top of os/execute.

May want to consider allowing the same IO redirection as os/execute
and os/spawn.

May also want to put both fork and exec behind a config switch since I
suppose some systems may not support them, although I don't know of any
concrete examples.
2023-10-08 21:03:08 -05:00
..
boot fix some typos in docstrings 2023-10-03 19:17:18 -07:00
conf Tweak janetconf.h 2023-09-19 10:34:50 +09:00
core Add os/posix-exec (along os/posix-fork) 2023-10-08 21:03:08 -05:00
include Refine interface for janet's new event loop. 2023-10-08 18:25:46 -05:00
mainclient Run through astyle with manual corrections 2023-06-08 13:01:49 -05:00