aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-23Add support for space in long option assignments.Hisham Muhammad3-22/+100
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
2015-02-25Direct users to the bug trackerHisham Muhammad1-1/+1
2015-02-19Support both --lua-version and --with-lua-version.Hisham Muhammad1-2/+2
2015-02-18Support more file extensions as source files.Hisham Muhammad1-1/+4
2015-02-15Fix behavior of `luarocks pack` on Windows.Hisham Muhammad1-1/+1
2015-02-15Removed some unused and global variablesmpeterv4-6/+3
2015-01-21Discard excess characters when a tool gives outHisham Muhammad1-1/+1
2015-01-15Use updated LuaFileSystem for Lua 5.3Hisham Muhammad1-1/+1
2015-01-13Updates for Lua 5.3 compatibilityHisham Muhammad1-3/+7
2015-01-12Make conversion more robust for Lua 5.3Hisham Muhammad1-1/+1
2015-01-12Make it more robust.Hisham Muhammad1-1/+1
2015-01-12Catch error if filename is a directoryHisham Muhammad1-1/+5
2015-01-12Improve error checkingHisham Muhammad1-0/+3
2015-01-12Do not pack scm versionsHisham Muhammad1-1/+1
2015-01-12Fix search of lua interpreter. Closes #301.Hisham Muhammad1-5/+5
2015-01-12Update stdlib for 5.3Hisham Muhammad1-1/+1
2015-01-12Updates for Lua 5.3 supportHisham Muhammad1-6/+8