aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-11-08Fixes for native zip packing module.Hisham Muhammad1-87/+100
2010-10-22Improve support for win32-msys. Closes issue #3.Hisham Muhammad1-1/+2
2010-10-19Specify pattern for valid rock namesHisham Muhammad1-1/+1
2010-10-15Display the name of file created by 'pack'.Hisham Muhammad1-2/+9
(Also fixes the return of the run() command.)
2010-10-15Add sanity check to is_actual_binary.Hisham Muhammad1-0/+5
Should fix crash in 'luarocks pack' reported by Alexander Gladysh, or at least give better diagnostics.
2010-09-23New option for ~/.luarocks/config.lua: "local_by_default", whichHisham Muhammad1-0/+4
implies --local in all commands (useful for my test setup here).
2010-09-23Replace wget with curl in WindowsHisham Muhammad3-1/+1
2010-09-23modify messagesHisham Muhammad1-2/+2
2010-09-23Enable luarocks-admin removeHisham Muhammad3-2/+3
2010-09-23Perform shallow checkout and don't pack .git subdirectoryHisham Muhammad1-3/+5
(Changes suggested by Alexander Gladysh)
2010-09-22Don't crash when receiving an invalid version number.Hisham Muhammad1-1/+3
(Fixes bug reported by Alexander Gladysh)