aboutsummaryrefslogtreecommitdiff
path: root/core/.proc.luadoc
AgeCommit message (Collapse)Author
2014-05-28Updated LuaDoc.mitchell
2014-05-13Documented new `proc:read()`; core/.proc.luadocmitchell
Requires lspawn r18.
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`.