Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-14 | Updated to lfs 1.7.0 and lpeg 1.0.2. | ||
Also updated LuaDoc. | |||
2016-07-04 | Replaced Lua pattern matching with Regex via Scintilla and TRE. | ||
As a result, changed `ui.find.lua` to `ui.find.regex` Also removed luautf8 dependency since it is no longer needed. Regex replacements cannot contain embedded Lua code. Jumping to "find in files" results selects those results instead of just jumping to their respective lines. | |||
2016-06-11 | Updated to Lua 5.3.3. | ||
2016-03-26 | Support UTF-8 Lua pattern matching. | ||
Makes use of an external luautf8 library, but only a subset of it. | |||
2015-12-06 | Updated to Lua 5.3.2. | ||
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. | |||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2013-03-29 | Updated to Lua 5.2.2 and LPeg 0.11. | ||
2013-02-25 | Updated Lua apidocs to 5.2.1. | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-02-10 | Update LuaDoc with new formatting. | ||
2011-12-13 | Updated Lua Adeptsense. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
2011-09-08 | Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadoc | ||
2011-08-31 | Added Lua debug.traceback documentation. | ||
2011-08-15 | Fixed Lua Adeptsense `table.sort` apidoc. | ||
2011-03-20 | Add module field doc to Lua module apidoc. | ||
2011-02-10 | Updated documentation. | ||
2011-01-17 | Added Adeptsense. | ||