aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Collapse)Author
2016-04-29Updated for 8.7.mitchell
2016-04-05Import Lua UTF-8 pattern functions directly into `utf8` library from C.mitchell
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2016-02-29Updated for 8.6.mitchell
2016-01-30Replaced `buffer:text_range()` C function with a Lua function.mitchell
2016-01-29Added '-v' and '--version' command line parameters.mitchell
2016-01-02Updated lspawn LuaDoc; core/init.luamitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-11-07Updated for 8.4.mitchell
2015-10-01Updated for 8.3.mitchell
2015-09-27Updated LuaDoc; core/init.luamitchell
2015-09-26Updated `spawn()` for Win32 curses and updated LuaDoc; core/init.luamitchell
`spawn()` now accepts an environment parameter. Requires lspawn r40 (changeset 4709ecca2dd4).
2015-08-31Updated for 8.2.mitchell
2015-06-30Updated for 8.1.mitchell
2015-04-30Updated for 8.0.mitchell
2015-04-19Updated for 8.0 beta.mitchell
2015-04-01Updated for 8.0 alpha.mitchell
2015-03-26Document optional signal that can be sent to processes; core/init.luamitchell
This requires lspawn r34 (changeset 85eadda7da2a).
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-11Updated 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.
2015-03-10Updated for 7.9.mitchell
2015-01-31Updated for 7.8.mitchell
2015-01-20Updated for 7.8 beta 3.mitchell
2015-01-09Updated for 7.8 beta 2.mitchell
2015-01-03Fixed LuaDoc; core/init.luamitchell
The newly documented `spawn_proc:close()` function requires lspawn changeset 30:613c71d29856.
2014-12-31Updated copyright year.mitchell
2014-11-30Updated for 7.8 beta.mitchell
2014-10-30Added `LINUX` and `BSD` platform flags for the sake of completeness.mitchell
Previously, Linux was inferred from the expression `not WIN32 and not OSX`.
2014-09-29Updated for 7.7.mitchell
2014-09-17More LuaDoc updates.mitchell
2014-09-04Enable true spawning on Mac OSX GUI version.mitchell
This requires lspawn r25 (changeset acdfac5eb4cf).
2014-09-01Updated for Textadept 7.6.mitchell
2014-07-12Implement spawn functionality for terminal version.mitchell
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though.
2014-07-10Updated for 7.5.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-12Lua code cleanup.mitchell
2014-06-10Updated for 7.4.mitchell
2014-06-04Updated spawn LuaDoc; core/init.luamitchell
2014-05-31Updated for 7.3.mitchell
2014-05-28Updated LuaDoc.mitchell
2014-04-30Updated for 7.2.mitchell
2014-04-10Updated for 7.2 beta 4.mitchell
2014-04-10Temporarily disable spawn in OSX due to GLib crashes.mitchell
2014-04-01Updated for 7.2 beta 2.mitchell
2014-03-28Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.mitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
Also fixed some curses errors introduced by the last commit.
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
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-01Updated for 7.2 beta 2.mitchell
2014-02-10Updated for 7.2 beta.mitchell