aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-18Remove outdated flagsHisham1-1/+1
2016-12-02Fix clobbered varible.Hisham1-7/+7
2016-12-02Check for specific directories instead of the root dir.Hisham1-19/+20
Fixes problem in macOS 10.12. See http://lua-users.org/lists/lua-l/2016-12/msg00001.html
2016-12-02Avoid overwriting variable.Hisham1-3/+3
2016-12-01Avoid breaking test in release branches.Hisham2-3/+3
2016-11-14Fix duplicated error message on missing rock manifestPeter Melnichenko1-4/+2
Fix incorrect merge on top of @66a4d40 resulting in duplicated "rock_manifest file not found" error message when updating manifest.
2016-11-14Remove outdated file from list, and automate check for the futureHisham2-1/+16
2016-11-14Move get_versions from luarocks.core.manif to luarocks.manif.Hisham6-77/+76
All functions that were in core only for get_versions are moved out as well. Made possible by PR #654.
2016-11-14Minor luacheck cleanupsHisham1-3/+3
2016-11-13Do not require core modules from outside corePeter Melnichenko1-1/+1
2016-11-13Split pure version/deps operations into luarocks.vers modulePeter Melnichenko17-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-12List commands in `luarocks show`Peter Melnichenko1-4/+16
2016-11-12Fix module paths `luarocks show` displays for "asset" filesPeter Melnichenko3-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-05luarocks.repos: refactor repos.package_{modules,commands}Peter Melnichenko1-25/+29
2016-11-05luarocks.repos: refactor recurse_rock_manifest_treePeter Melnichenko1-18/+16
2016-11-02Use ("%q"):format() for quoting in persistPeter Melnichenko1-1/+1
2016-11-02Fix persist for multiline strings ending with closing bracket prefixPeter Melnichenko1-1/+2