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