aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/lua.patch
Commit message (Collapse)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
| | | | | 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