aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/ansi_c/lua_api
Commit message (Collapse)AuthorAge
* Updated Lua autocompletion and documentation.Gravatar mitchell2021-08-31
|
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
| | | | Use clang-format, LuaFormatter, and 100 character limit on lines.
* Updated to Lua 5.4.2.Gravatar mitchell2021-02-20
|
* Fixed escaping of newlines in generated Lua API documentation.Gravatar mitchell2019-02-16
|
* Updated to Lua 5.3.3.Gravatar mitchell2016-06-11
|
* Updated to Lua 5.3.2.Gravatar mitchell2015-12-06
|
* 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.
* New ANSI C lexer.Gravatar mitchell2013-11-07
C/C++ lexer was separated into ANSI C and C++ lexers. Also took the opportunity to use shorter macros in compile/run commands.