index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lua.patch
Age
Commit message (
Collapse
)
Author
2018-12-17
Fixed handling of escaped double-quotes in `os.spawn()` on curses.
mitchell
2018-10-17
Return spawned process' exit code in `spawn_proc:wait()`.
mitchell
2018-10-17
Fixed bug introduced in r2520.
mitchell
2018-10-16
Restore 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-15
Tweaked `os.spawn()` to allow omission of both cwd and env parameters.
mitchell
2018-10-14
Experimentally move external lspawn module into Lua os module as a patch.
mitchell
2017-02-02
Updated to Lua 5.3.4.
mitchell
2015-03-11
Updated 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-15
Updated src/lua.patch for Lua 5.2.3.
mitchell
2013-06-14
New makefile rules for preparing build environments on various platforms.
mitchell