aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lua.patch
Commit message (Expand)AuthorAge
* Fixed handling of escaped double-quotes in `os.spawn()` on curses.Gravatar mitchell2018-12-17
* Return spawned process' exit code in `spawn_proc:wait()`.Gravatar mitchell2018-10-17
* Fixed bug introduced in r2520.Gravatar mitchell2018-10-17
* Restore Mac-specific spawned process file descriptor monitoring.Gravatar mitchell2018-10-16
* Tweaked `os.spawn()` to allow omission of both cwd and env parameters.Gravatar mitchell2018-10-15
* Experimentally move external lspawn module into Lua os module as a patch.Gravatar mitchell2018-10-14
* Updated to Lua 5.3.4.Gravatar mitchell2017-02-02
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
* Updated src/lua.patch for Lua 5.2.3.Gravatar mitchell2013-12-15
* New makefile rules for preparing build environments on various platforms.Gravatar mitchell2013-06-14