aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* bugfixhisham2009-05-061-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@21 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* add luarocks.luahisham2009-05-061-1/+6
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@20 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* bugfix hisham2009-05-061-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@19 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* makefile updatehisham2009-05-061-5/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@18 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* fixes to build from rockspec and patch featurehisham2009-05-052-4/+9
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@17 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* doc fixhisham2009-04-251-1/+1
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@16 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* fix, to handle abstracted split_url now in dir modulehisham2009-04-251-3/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@15 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* cleanuphisham2009-04-251-5/+5
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@14 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* LuaRocks can now use itself to load its own dependencies!hisham2009-04-2313-61/+42
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@13 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Add LuaRocks package loaderhisham2009-04-231-0/+240
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@12 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* minor fixeshisham2009-04-161-1/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@11 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* minor fixeshisham2009-04-164-8/+9
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@10 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Split 3rd-party-tool-dependant partshisham2009-04-162-0/+544
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@9 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Greatly simplified the LuaRocks fs abstractions systemhisham2009-04-167-757/+98
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@8 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* use a custom user-agent when communicatinghisham2009-04-144-5/+10
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@7 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* detect Lua scriptshisham2009-04-021-1/+4
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@6 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Fix use of fs APIS. Report by Michal Kolodziejczyk.hisham2009-04-022-31/+34
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@5 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* LuaRocks 1.x development: reorganization, fixes and work on tool independencehisham2009-04-0128-349/+2189
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@4 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Changes for 1.0.1hisham2009-04-012-2/+2
| | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@3 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
* Import latest revision from CVS at luaforge.nethisham2009-04-0141-0/+6781
git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c