aboutsummaryrefslogtreecommitdiffhomepage
path: root/osdep/subprocess.h
Commit message (Collapse)AuthorAge
* subprocess: move implementation for deatched subprocessesGravatar wm42015-04-15
|
* subprocess: minor cosmetic cleanupGravatar wm42014-11-22
| | | | | Don't recursively include the whole stream.h header; only include what's minimally needed, and handle the rest with forward declarations.
* lua: subprocess: move to osdep/subprocess-{win,posix}.cGravatar James Ross-Gowan2014-11-22
The subprocess code was already split into fairly general functions, separate from the Lua code. It's getting pretty big though, especially the Windows-specific parts, so move it into its own files.