Age | Commit message (Collapse) | Author |
|
Also improved process cleanup.
|
|
Also removed unnecessary #if tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It will construct "KEY=VALUE" list.
|
|
Added tests for `os.spawn()`.
|
|
Textadept's paths have higher priority anyway.
|
|
Stop tracking and monitoring processes on exit.
|
|
|
|
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.
|
|
|
|
|
|
|
|
Despite the fact GLib no longer aborts when polling file descriptors, it still
appears to mostly block while polling, rendering Textadept mostly useless.
|
|
|
|
|
|
|
|
LuaJIT uses Lua 5.3's new utf8 library.
Restored documentation for Lua 5.1 symbols and added deprecation notes.
|
|
|
|
|