aboutsummaryrefslogtreecommitdiff
path: root/core/init.lua
AgeCommit message (Collapse)Author
2017-11-18Enforce extra argument to `buffer:brace_match()` introduced in Scintilla 3.7.0.mitchell
2017-10-31Updated for 9.6.mitchell
2017-08-28Updated for 9.5.mitchell
2017-06-30Updated for 9.5 beta.mitchell
2017-04-30Updated for 9.4.mitchell
2017-03-15Updated LuaDoc; core/init.luamitchell
2017-02-28Updated for 9.3.mitchell
2017-01-02Improved LuaJIT compatibility; core/init.luamitchell
Some third-party extensions make use of Lua 5.3's `table.insert()`.
2016-12-31Updated copyright information.mitchell
2016-12-21Updated for 9.2.mitchell
2016-12-08Updated for 9.1.mitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-09-28Updated for 9.0.mitchell
2016-08-29Updated for 9.0 beta.mitchell
2016-07-11Updated for 9.0 alpha 2.mitchell
2016-07-04Check bounds for `buffer:text_range()`; core/init.luamitchell
2016-06-30Updated for 9.0 alpha.mitchell
2016-06-25Small code and documentation cleanup.mitchell
2016-06-15Lots of small LuaDoc improvements (grammar mainly).mitchell
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