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