aboutsummaryrefslogtreecommitdiff
path: root/modules/ansi_c/lua_api
AgeCommit message (Collapse)Author
2019-02-16Fixed escaping of newlines in generated Lua API documentation.mitchell
2016-06-11Updated to Lua 5.3.3.mitchell
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.
2013-11-07New ANSI C lexer.mitchell
C/C++ lexer was separated into ANSI C and C++ lexers. Also took the opportunity to use shorter macros in compile/run commands.