Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-11-12 | List commands in `luarocks show` | Peter Melnichenko | 1 | -4/+16 | |
2016-11-12 | Fix module paths `luarocks show` displays for "asset" files | Peter Melnichenko | 3 | -25/+28 | |
Remove path.which that produced incorrect results for files with no .lua/.so/.dll extension, reimplement similar functionality in luarocks.repos (with support for commands as well) and use that instead. Ref #424. | |||||
2016-11-05 | luarocks.repos: refactor repos.package_{modules,commands} | Peter Melnichenko | 1 | -25/+29 | |
2016-11-05 | luarocks.repos: refactor recurse_rock_manifest_tree | Peter Melnichenko | 1 | -18/+16 | |
2016-11-02 | Use ("%q"):format() for quoting in persist | Peter Melnichenko | 1 | -1/+1 | |
2016-11-02 | Fix persist for multiline strings ending with closing bracket prefix | Peter Melnichenko | 1 | -1/+2 | |