Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-28 | Updated for 9.5. | ||
2017-06-30 | Updated for 9.5 beta. | ||
2017-04-30 | Updated for 9.4. | ||
2017-03-15 | Updated LuaDoc; core/init.lua | ||
2017-02-28 | Updated for 9.3. | ||
2017-01-02 | Improved LuaJIT compatibility; core/init.lua | ||
Some third-party extensions make use of Lua 5.3's `table.insert()`. | |||
2016-12-31 | Updated copyright information. | ||
2016-12-21 | Updated for 9.2. | ||
2016-12-08 | Updated for 9.1. | ||
2016-10-19 | Updated to Scintilla 3.7.0. | ||
2016-09-28 | Updated for 9.0. | ||
2016-08-29 | Updated for 9.0 beta. | ||
2016-07-11 | Updated for 9.0 alpha 2. | ||
2016-07-04 | Check bounds for `buffer:text_range()`; core/init.lua | ||
2016-06-30 | Updated for 9.0 alpha. | ||
2016-06-25 | Small code and documentation cleanup. | ||
2016-06-15 | Lots of small LuaDoc improvements (grammar mainly). | ||
2016-04-29 | Updated for 8.7. | ||
2016-04-05 | Import Lua UTF-8 pattern functions directly into `utf8` library from C. | ||
2016-03-26 | Support UTF-8 Lua pattern matching. | ||
Makes use of an external luautf8 library, but only a subset of it. | |||
2016-02-29 | Updated for 8.6. | ||
2016-01-30 | Replaced `buffer:text_range()` C function with a Lua function. | ||
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. | ||