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