aboutsummaryrefslogtreecommitdiff
path: root/core/.os.luadoc
AgeCommit message (Expand)Author
2022-01-31Updated copyright year.mitchell
2021-04-11Initial pass reformatting all code.mitchell
2021-01-22Compile, run, and build command functions can also return environment tables.mitchell
2020-10-05Various manual and documentation updates.mitchell
2020-09-29Updated copyright information.mitchell
2020-08-04Prefer passing env table to `os.spawn()`.mitchell
2020-07-15Call `os.spawn()` exit callback after `proc:wait()`.mitchell
2020-07-14Renamed os.spawn() parameter from 'argv' to 'cmd'.mitchell
2020-05-25Allow views to be used as buffers and update API.mitchell
2020-05-24Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.mitchell
2018-10-17Return spawned process' exit code in `spawn_proc:wait()`.mitchell
2018-10-15Tweaked `os.spawn()` to allow omission of both cwd and env parameters.mitchell
2018-10-14Experimentally move external lspawn module into Lua os module as a patch.mitchell