aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-26Add trivial tests for `luarocks upload`Hisham Muhammad1-1/+7
2015-03-26Revert incorrect remove of cmake_generator support. Only windows (msvc) defau...Xpol Wan2-0/+6
2015-03-25luacov-coveralls overwrites luacov.report.out!Hisham Muhammad1-7/+10
2015-03-25luacov-coveralls did not exit with 0?Hisham Muhammad1-2/+1
2015-03-25Run luacov-coveralls from $testing_dirHisham Muhammad1-1/+1
2015-03-25Avoid tests that mess with the testing environment.Hisham Muhammad1-4/+6
2015-03-25Let's try CoverallsHisham Muhammad1-3/+6
2015-03-24Don't overwrite --detailed when given by the user.Hisham Muhammad1-6/+12
2015-03-24Actually direct users to the bug trackermpeterv1-1/+1
2015-03-24A missing CWD returns "" for lfs.current_dir() on UbuntuHisham Muhammad1-1/+1
2015-03-24Really test for missing parameters.Hisham Muhammad1-1/+13
2015-03-24A missing CWD returns "" for fs.current_dir on Ubuntu...Hisham Muhammad1-1/+1
2015-03-24Let's try harder to fail if CWD does not exist.Hisham Muhammad2-3/+8
2015-03-23Fix inconsistency in --homepage flag in `luarocks doc` and `luarocks write_ro...Hisham Muhammad3-3/+4
2015-03-23Fix --lib flag (and my last commit goof...)Hisham Muhammad3-5/+3
2015-03-23Fix tests: new flag parser detected invalid flags in the testsuite.Hisham Muhammad3-9/+11
2015-03-23Add support for space in long option assignments.Hisham Muhammad4-24/+106
2015-03-23Fail nicely if CWD does not exist. Fixes #147.Hisham Muhammad4-5/+15
2015-03-23Fix confusing error when unpack fails due to network errormpeterv1-2/+3
2015-03-19Fixes #332.Hisham Muhammad1-2/+3
2015-03-19Expose platform and processor to home config files.Hisham Muhammad2-6/+14
2015-03-19Don't use user tree when running as root. Fixes #303.Hisham Muhammad2-1/+6
2015-03-19Improve hg supportmpeterv5-2/+43
2015-03-19Refactor persist.save_from_tablempeterv1-36/+34
2015-03-19Refactor persist.load_into_tablempeterv1-8/+14
2015-03-18Add extra smartness to configure to check that the user-given flag seems corr...Hisham Muhammad1-7/+24
2015-03-18Open file in 'rbIgnacio BurgueƱo1-1/+1
2015-03-18Remove commented code after remove cfg.cmake_generator.Xpol Wan1-3/+0
2015-03-18Better cmake support.Xpol Wan2-13/+10
2015-03-18Fix url redacting when Luasocket is usedmpeterv1-3/+3
2015-03-17Add logo :)Hisham Muhammad1-2/+1
2015-03-17Try the one we have as `lua` first!Hisham Muhammad1-1/+1
2015-03-17This is for Makefile.luarocks only.Hisham Muhammad1-5/+1
2015-03-17New set of Makefiles for self-upgrade.Hisham Muhammad6-48/+67
2015-03-17Ignore more files.Hisham Muhammad1-0/+2
2015-03-17Make sure suffix is produced when installing via rock (see #323)Hisham Muhammad2-5/+13
2015-03-17Make it a bit more robust.Hisham Muhammad1-1/+1
2015-03-17Redact API URL to hide API key.Hisham Muhammad1-6/+11
2015-03-17Back to our regularly scheduled programmingHisham Muhammad2-2/+2
2015-03-17Release LuaRocks 2.2.1v2.2.1Hisham Muhammad3-3/+3
2015-03-17Add test files that were not committed before.Hisham Muhammad4-0/+14
2015-03-12Don't crash when modules table is missing.Hisham Muhammad1-1/+3
2015-03-11Use the system-installed stat.Hisham Muhammad1-0/+1
2015-03-09Test success of patching in `unpack`. Closes #316.Hisham Muhammad3-2/+36
2015-03-09We're always using the internal patch module.Hisham Muhammad2-7/+0
2015-03-08All 5.x versions of Lua share the same license.Hisham Muhammad1-1/+1
2015-03-08Clarify that runtime support is optional.Hisham Muhammad1-5/+5
2015-03-04Don't crash when asking for help on invalid cmd.Hisham Muhammad2-1/+2
2015-03-01Code cleanups suggested by luacheck.Hisham Muhammad7-36/+36
2015-02-28Remove unused assignment.Hisham Muhammad1-1/+0