Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-12-18 | Remove outdated flags | Hisham | 1 | -1/+1 | |
2016-12-02 | Fix clobbered varible. | Hisham | 1 | -7/+7 | |
2016-12-02 | Check for specific directories instead of the root dir. | Hisham | 1 | -19/+20 | |
Fixes problem in macOS 10.12. See http://lua-users.org/lists/lua-l/2016-12/msg00001.html | |||||
2016-12-02 | Avoid overwriting variable. | Hisham | 1 | -3/+3 | |
2016-12-01 | Avoid breaking test in release branches. | Hisham | 2 | -3/+3 | |
2016-11-14 | Fix duplicated error message on missing rock manifest | Peter Melnichenko | 1 | -4/+2 | |
Fix incorrect merge on top of @66a4d40 resulting in duplicated "rock_manifest file not found" error message when updating manifest. | |||||
2016-11-14 | Remove outdated file from list, and automate check for the future | Hisham | 2 | -1/+16 | |
2016-11-14 | Move get_versions from luarocks.core.manif to luarocks.manif. | Hisham | 6 | -77/+76 | |
All functions that were in core only for get_versions are moved out as well. Made possible by PR #654. | |||||
2016-11-14 | Minor luacheck cleanups | Hisham | 1 | -3/+3 | |
2016-11-13 | Do not require core modules from outside core | Peter Melnichenko | 1 | -1/+1 | |
2016-11-13 | Split pure version/deps operations into luarocks.vers module | Peter Melnichenko | 17 | -194/+198 | |
luarocks.deps module used to contain version and dependency parsing functions as well as some high-level dependency handling: matching and resolving them. A lot of modules only need the parsing half. Split it into its own module, luarocks.vers. | |||||
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 | |