aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/loader.lua (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return error message for require loaderRob Hoelz2012-09-111-2/+2
* enforce proper order in the loader... apparently this has been working "by ac...Hisham Muhammad2012-09-101-4/+4
* Oops, fooled by the precedence rules. This should fix the fix for #52.Hisham Muhammad2012-05-151-1/+1
* Add module header comments to make the LDoc index page nicer, and move some ofHisham Muhammad2011-12-211-0/+6
* Add extra check for integrity of manifest file and document the internal work...Hisham Muhammad2011-12-091-2/+38
* Replace all print()'s by appropriate calls to send messages to stdout and std...Hisham Muhammad2011-08-131-6/+6
* minor documentation fixesHisham Muhammad2011-07-201-2/+2
* work with rockspecs with no dependencieshisham2009-10-241-2/+5
* fix implementation of which()hisham2009-10-151-3/+6
* add a which() function, as requested by Fabio Mascarenhas :)hisham2009-10-131-12/+33
* Fix conflict resolution scheme using proper Lua 5.1 mechanismhisham2009-10-111-19/+11
* Retained luarocks.requirehisham2009-10-081-1/+1
* Let's use luarocks.loader as the namehisham2009-10-081-0/+167
* remove old loaderhisham2009-10-051-241/+0
* rename module to luarocks.loaderhisham2009-10-041-1/+1
* movehisham2009-10-041-0/+241