Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | unfinished work on multi-tree support | Hisham Muhammad | 2012-09-25 | 1 | -9/+13 | |
|/ | ||||||
* | Rename luarocks.rep to luarocks.repos. Closes #45. | Hisham Muhammad | 2012-09-19 | 1 | -5/+5 | |
| | ||||||
* | Let's try to make manifest writing more atomic, and see if this is an ↵ | Hisham Muhammad | 2012-08-27 | 1 | -1/+5 | |
| | | | | improvement for #54. | |||||
* | preserve error message, suggested by Themroc@github | Hisham Muhammad | 2012-05-07 | 1 | -1/+1 | |
| | ||||||
* | Add module header comments to make the LDoc index page nicer, and move some of | Hisham Muhammad | 2011-12-21 | 1 | -0/+4 | |
| | | | | | them around to make LDoc happy, as it doesn't expect local variable declarations before the actual module is declared. | |||||
* | Fix all documentation warnings reported by LDoc. | Hisham Muhammad | 2011-12-21 | 1 | -6/+7 | |
| | ||||||
* | Fixes suggested by David Manura | Hisham Muhammad | 2011-12-03 | 1 | -2/+2 | |
| | | | | ("hashes in versions numbers and git checkout warning") | |||||
* | Replace all print()'s by appropriate calls to send messages to stdout and ↵ | Hisham Muhammad | 2011-08-13 | 1 | -4/+4 | |
| | | | | stderr. Closes #11. | |||||
* | Fix sorting and saving of persisted manifest table. | Hisham Muhammad | 2010-12-14 | 1 | -2/+2 | |
| | ||||||
* | Allow non-superuser to pack rocks which were installed system-wide | Hisham Muhammad | 2010-04-19 | 1 | -2/+2 | |
| | | | | (Backport from svn) | |||||
* | synchronizing with the svn repo | Fabio Mascarenhas | 2010-03-20 | 1 | -7/+3 | |
| | ||||||
* | --force option for install/build/make to overwrite non-tracked files, ↵ | Fabio Mascarenhas | 2010-01-15 | 1 | -15/+13 | |
| | | | | parameterized paths for working with Lua for Windows | |||||
* | fix deploy check of binaries | hisham | 2009-11-06 | 1 | -1/+1 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@119 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | more robust matching | hisham | 2009-10-11 | 1 | -4/+8 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@92 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | Fix conflict resolution scheme using proper Lua 5.1 mechanism | hisham | 2009-10-11 | 1 | -7/+28 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@76 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | improve compatibility with LR1 .rock files | hisham | 2009-10-08 | 1 | -3/+2 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@74 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | add extra checking | hisham | 2009-10-05 | 1 | -10/+14 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@67 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | Implement deployment and removal of files | hisham | 2009-10-04 | 1 | -2/+34 | |
| | | | | 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 ↵ | hisham | 2009-10-04 | 1 | -263/+108 | |
| | | | | | | rock_manifest files for each rock. git-svn-id: http://luarocks.org/svn/luarocks/trunk@62 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | improvements to 'add' function | hisham | 2009-08-14 | 1 | -4/+5 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@47 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | debugging | hisham | 2009-07-30 | 1 | -2/+12 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@44 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | don't display project homepage link when rockspec doesn't have one. | hisham | 2009-07-27 | 1 | -2/+2 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@42 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | progress converting LuaRocks commands to 2.0 format | hisham | 2009-07-05 | 1 | -13/+21 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@38 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | progress on management of 'lib' dir | hisham | 2009-07-01 | 1 | -10/+50 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@37 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | start populating global lib/ directory. | hisham | 2009-06-27 | 1 | -0/+18 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@33 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | added preliminary support for 'luarocks-admin add' | hisham | 2009-06-18 | 1 | -1/+0 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@28 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | Add entry point for unified lib directory | hisham | 2009-06-12 | 1 | -8/+13 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@26 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | work in conversion of manifest format | hisham | 2009-05-27 | 1 | -5/+4 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@25 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | LuaRocks can now use itself to load its own dependencies! | hisham | 2009-04-23 | 1 | -1/+1 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@13 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | LuaRocks 1.x development: reorganization, fixes and work on tool independencev1.0.1 | hisham | 2009-04-01 | 1 | -78/+15 | |
| | | | | git-svn-id: http://luarocks.org/svn/luarocks/trunk@4 9ca3f7c1-7366-0410-b1a3-b5c78f85698c | |||||
* | Import latest revision from CVS at luaforge.netv1.0v0.5.2v0.5.1v0.5v0.4.3v0.4.2v0.4.1v0.4v0.3.2v0.3.1v0.3v0.2v0.1 | hisham | 2009-04-01 | 1 | -0/+439 | |
git-svn-id: http://luarocks.org/svn/luarocks/trunk@1 9ca3f7c1-7366-0410-b1a3-b5c78f85698c |