aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lua.patch
Commit message (Collapse)AuthorAge
* Updated copyright information.Gravatar mitchell2020-09-29
|
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
|
* Describe changes in patch files.Gravatar mitchell2020-08-14
|
* Code cleanup, modernization, and reformatting.Gravatar mitchell2020-08-04
|
* Prefer passing env table to `os.spawn()`.Gravatar mitchell2020-08-04
| | | | It will construct "KEY=VALUE" list.
* Call `os.spawn()` exit callback after `proc:wait()`.Gravatar mitchell2020-07-15
| | | | Added tests for `os.spawn()`.
* Read from system `LUA_PATH` and `LUA_CPATH` instead of custom env vars.Gravatar mitchell2020-07-12
| | | | Textadept's paths have higher priority anyway.
* Fixed potential hangs on curses with `os.spawn()`.Gravatar mitchell2020-06-22
| | | | Stop tracking and monitoring processes on exit.
* Fixed compile error on Windows.Gravatar mitchell2020-05-27
|
* Changed `os.spawn()` exit callback and `spawn_proc:wait()` behavior.Gravatar mitchell2020-05-24
| | | | | | 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.
* 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
| | | | | Despite the fact GLib no longer aborts when polling file descriptors, it still appears to mostly block while polling, rendering Textadept mostly useless.
* 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
| | | | | LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
* 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