aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Let's use luarocks.loader as the namehisham2009-10-081-0/+0
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@71 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* remove old loaderhisham2009-10-051-241/+0
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@70 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* new loader improvementshisham2009-10-051-25/+45
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@69 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* pack deployed files using rock_manifesthisham2009-10-051-21/+30
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@68 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add extra checkinghisham2009-10-051-10/+14
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@67 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add extra checkinghisham2009-10-051-0/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@66 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add error checkinghisham2009-10-051-6/+6
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@65 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* code cleanuphisham2009-10-051-6/+4
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@64 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Implement deployment and removal of fileshisham2009-10-044-57/+152
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@63 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Simplify the way things are handled for the new LuaRocks tree by creating ↵hisham2009-10-046-319/+253
| | | | | | rock_manifest files for each rock. git-svn-id: http://luarocks.org/svn/luarocks/trunk@62 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Use deploy_*_dir entries hisham2009-10-044-25/+32
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@61 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* more idiomatic codehisham2009-10-041-2/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@60 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Separate index.html generation in its own modulehisham2009-10-042-1/+141
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@59 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add get_md5hisham2009-10-042-30/+29
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@58 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* delegate the hard work to luarocks.rephisham2009-10-041-43/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@57 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Remove luarocks.requirehisham2009-10-041-263/+0
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@56 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* rename module to luarocks.loaderhisham2009-10-041-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@55 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* movehisham2009-10-041-0/+0
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@54 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* dochisham2009-10-041-0/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@53 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* document wiphisham2009-10-041-0/+3
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@52 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* grab single returnhisham2009-09-011-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@51 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* fix use of relative pathshisham2009-08-261-2/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@50 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* better error checkinghisham2009-08-263-1/+6
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@49 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* further cleanup in fs abstractionshisham2009-08-143-37/+55
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@48 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* improvements to 'add' functionhisham2009-08-143-14/+39
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@47 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Add -L with LUA_LIBDIR. Patch by David Manurahisham2009-08-131-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@46 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* update makefilehisham2009-08-071-6/+10
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@45 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* debugginghisham2009-07-303-4/+108
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@44 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* generalize 'get_rockspec' into 'download', which is able to download ↵hisham2009-07-302-19/+23
| | | | | | .src.rocks, rocks and rockspecs git-svn-id: http://luarocks.org/svn/luarocks/trunk@43 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* don't display project homepage link when rockspec doesn't have one.hisham2009-07-271-2/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@42 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add get_rockspec commandhisham2009-07-164-3/+94
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@41 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add wip version of new package loaderhisham2009-07-161-0/+147
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@40 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* set defaults for lua_modules_dir and bin_modules_dirhisham2009-07-082-8/+34
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@39 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* progress converting LuaRocks commands to 2.0 formathisham2009-07-0514-114/+211
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@38 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* progress on management of 'lib' dirhisham2009-07-011-10/+50
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@37 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add 'move' commandhisham2009-07-011-0/+29
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@36 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* better error msghisham2009-07-011-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@35 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Display warnings for undefined variables,hisham2009-07-012-1/+60
| | | | | | | | and missing necessary variables in make-type builds. Feature suggestions by Steve Donovan. git-svn-id: http://luarocks.org/svn/luarocks/trunk@34 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* start populating global lib/ directory.hisham2009-06-271-0/+18
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@33 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* cleaner path nameshisham2009-06-271-0/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@32 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* disencourage deprecated namehisham2009-06-271-2/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@31 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* fix findhisham2009-06-271-2/+3
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@30 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* prettier outputhisham2009-06-271-10/+20
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@29 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* added preliminary support for 'luarocks-admin add'hisham2009-06-184-2/+93
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@28 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* testing svnhisham2009-06-171-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@27 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Add entry point for unified lib directoryhisham2009-06-121-8/+13
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@26 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* work in conversion of manifest formathisham2009-05-273-18/+13
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@25 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* fix native fs.findhisham2009-05-261-4/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@24 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* minor fixhisham2009-05-261-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@23 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Add test for io.popenhisham2009-05-121-2/+13
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@22 9ca3f7c1-7366-0410-b1a3-b5c78f85698c