Age | Commit message (Expand) | Author |
---|---|---|
2020-05-27 | Fixed compile error on Windows. | |
2020-05-24 | Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior. | |
2018-12-17 | Fixed handling of escaped double-quotes in `os.spawn()` on curses. | |
2018-10-17 | Return spawned process' exit code in `spawn_proc:wait()`. | |
2018-10-17 | Fixed bug introduced in r2520. | |
2018-10-16 | Restore Mac-specific spawned process file descriptor monitoring. | |
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. | |
2017-02-02 | Updated to Lua 5.3.4. | |
2015-03-11 | Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3. | |
2013-12-15 | Updated src/lua.patch for Lua 5.2.3. | |
2013-06-14 | New makefile rules for preparing build environments on various platforms. |