Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-29 | Added '-v' and '--version' command line parameters. | ||
2016-01-02 | Updated lspawn LuaDoc; core/init.lua | ||
2015-12-31 | Updated copyright date. | ||
2015-12-31 | Updated for 8.5. | ||
2015-11-07 | Updated for 8.4. | ||
2015-10-01 | Updated for 8.3. | ||
2015-09-27 | Updated LuaDoc; core/init.lua | ||
2015-09-26 | Updated `spawn()` for Win32 curses and updated LuaDoc; core/init.lua | ||
`spawn()` now accepts an environment parameter. Requires lspawn r40 (changeset 4709ecca2dd4). | |||
2015-08-31 | Updated for 8.2. | ||
2015-06-30 | Updated for 8.1. | ||
2015-04-30 | Updated for 8.0. | ||
2015-04-19 | Updated for 8.0 beta. | ||
2015-04-01 | Updated for 8.0 alpha. | ||
2015-03-26 | Document optional signal that can be sent to processes; core/init.lua | ||
This requires lspawn r34 (changeset 85eadda7da2a). | |||
2015-03-16 | Code cleanup based on the output of luacheck, a Lua linter. | ||
2015-03-11 | Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3. | ||
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes. | |||
2015-03-10 | Updated for 7.9. | ||
2015-01-31 | Updated for 7.8. | ||
2015-01-20 | Updated for 7.8 beta 3. | ||
2015-01-09 | Updated for 7.8 beta 2. | ||
2015-01-03 | Fixed LuaDoc; core/init.lua | ||
The newly documented `spawn_proc:close()` function requires lspawn changeset 30:613c71d29856. | |||
2014-12-31 | Updated copyright year. | ||
2014-11-30 | Updated for 7.8 beta. | ||
2014-10-30 | Added `LINUX` and `BSD` platform flags for the sake of completeness. | ||
Previously, Linux was inferred from the expression `not WIN32 and not OSX`. | |||
2014-09-29 | Updated for 7.7. | ||
2014-09-17 | More LuaDoc updates. | ||
2014-09-04 | Enable true spawning on Mac OSX GUI version. | ||
This requires lspawn r25 (changeset acdfac5eb4cf). | |||
2014-09-01 | Updated for Textadept 7.6. | ||
2014-07-12 | Implement spawn functionality for terminal version. | ||
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though. | |||
2014-07-10 | Updated for 7.5. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-12 | Lua code cleanup. | ||
2014-06-10 | Updated for 7.4. | ||
2014-06-04 | Updated spawn LuaDoc; core/init.lua | ||
2014-05-31 | Updated for 7.3. | ||
2014-05-28 | Updated LuaDoc. | ||
2014-04-30 | Updated for 7.2. | ||
2014-04-10 | Updated for 7.2 beta 4. | ||
2014-04-10 | Temporarily disable spawn in OSX due to GLib crashes. | ||
2014-04-01 | Updated for 7.2 beta 2. | ||
2014-03-28 | Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8. | ||
2014-03-27 | Added basic project support for snapopen and build scripts. | ||
Also fixed some curses errors introduced by the last commit. | |||
2014-03-26 | Include my new "lspawn" module by default for spawning processes. | ||
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`. | |||
2014-03-01 | Updated for 7.2 beta 2. | ||
2014-02-10 | Updated for 7.2 beta. | ||
2014-01-12 | Updated copyright information. | ||
2014-01-01 | Updated for 7.2 alpha. | ||
2013-12-12 | More LuaDoc updates. | ||
2013-11-11 | Updated for 7.1. | ||
2013-11-10 | Updated LuaDoc. | ||