aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/lua.luadoc
AgeCommit message (Collapse)Author
2021-04-11Initial pass reformatting all code.mitchell
Use clang-format, LuaFormatter, and 100 character limit on lines.
2021-02-20Updated to Lua 5.4.2.mitchell
2019-03-14Updated to lfs 1.7.0 and lpeg 1.0.2.mitchell
Also updated LuaDoc.
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
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-11Updated to Lua 5.3.3.mitchell
2016-03-26Support UTF-8 Lua pattern matching.mitchell
Makes use of an external luautf8 library, but only a subset of it.
2015-12-06Updated to Lua 5.3.2.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.
2014-06-07Added buffer constants to buffer LuaDoc and improved Lua tags and api generator.mitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell
2013-02-25Updated Lua apidocs to 5.2.1.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2011-12-13Updated Lua Adeptsense.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-09-08Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocmitchell
2011-08-31Added Lua debug.traceback documentation.mitchell
2011-08-15Fixed Lua Adeptsense `table.sort` apidoc.mitchell
2011-03-20Add module field doc to Lua module apidoc.mitchell
2011-02-10Updated documentation.mitchell
2011-01-17Added Adeptsense.mitchell