aboutsummaryrefslogtreecommitdiffstats
path: root/tools/modtrace.lua
Commit message (Expand)AuthorAgeFilesLines
* compat: Use table.pack (there since Lua 5.2) over our util.tableKim Alvefur2022-07-111-1/+1
* compat: Remove handling of Lua 5.1 location of 'unpack' functionKim Alvefur2022-07-111-1/+1
* tools.modtrace: Pass config to serialize()Matthew Wild2020-10-301-1/+8
* tools.modtrace: Library for tracing/debugging Lua module and method callsMatthew Wild2020-10-301-0/+152