aboutsummaryrefslogtreecommitdiff
path: root/src/lua.patch
AgeCommit message (Collapse)Author
2020-08-04Code cleanup, modernization, and reformatting.mitchell
2020-08-04Prefer passing env table to `os.spawn()`.mitchell
It will construct "KEY=VALUE" list.
2020-07-15Call `os.spawn()` exit callback after `proc:wait()`.mitchell
Added tests for `os.spawn()`.
2020-07-12Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.mitchell
Textadept's paths have higher priority anyway.
2020-06-22Fixed potential hangs on curses with `os.spawn()`.mitchell
Stop tracking and monitoring processes on exit.
2020-05-27Fixed compile error on Windows.mitchell
2020-05-24Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.mitchell
Since `waitpid()` cannot be used by both GLib (via `os.spawn()`) and `spawn_proc:wait()`, use only one or the other. Then clean up after process exit.
2018-12-17Fixed handling of escaped double-quotes in `os.spawn()` on curses.mitchell
2018-10-17Return spawned process' exit code in `spawn_proc:wait()`.mitchell
2018-10-17Fixed bug introduced in r2520.mitchell
2018-10-16Restore Mac-specific spawned process file descriptor monitoring.mitchell
Despite the fact GLib no longer aborts when polling file descriptors, it still appears to mostly block while polling, rendering Textadept mostly useless.
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
2017-02-02Updated to Lua 5.3.4.mitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
2013-12-15Updated src/lua.patch for Lua 5.2.3.mitchell
2013-06-14New makefile rules for preparing build environments on various platforms.mitchell