| Commit message (Expand) | Author | Files | Lines |
2019-08-01 | Misc. fixes | Paul Ouellette | 4 | -6/+4 |
2019-08-01 | Remove duplication between write_rockspec and init | Paul Ouellette | 2 | -36/+26 |
2019-08-01 | Add help option to subcommands | Paul Ouellette | 26 | -26/+26 |
2019-08-01 | Remove program_name cmd.run_command argument | Paul Ouellette | 3 | -6/+6 |
2019-08-01 | Move remaining commands to argparse | Paul Ouellette | 27 | -568/+598 |
2019-07-30 | Move config command to argparse | Paul Ouellette | 1 | -62/+59 |
2019-07-29 | Move build command to argparse | Paul Ouellette | 7 | -94/+81 |
2019-07-29 | Use argparse for command line argument parsing | Paul Ouellette | 7 | -432/+209 |
2019-07-26 | cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too early | Hisham Muhammad | 7 | -43/+59 |
2019-07-26 | GNUmakefile: copy config file prior to running 'luarocks init' | Hisham Muhammad | 2 | -1/+3 |
2019-07-26 | configure: fix flag in error message | Hisham Muhammad | 1 | -1/+1 |
2019-07-26 | only check for LUA_LIBDIR in platforms that need it | Hisham Muhammad | 2 | -23/+28 |
2019-07-26 | detect LuaJIT dynamically | Hisham Muhammad | 10 | -67/+103 |
2019-07-26 | Report any error message encountered by `get_visual_studio_directory_from_vsw... | Rui Xia | 1 | -1/+4 |
2019-07-26 | Support VS tool chain 2017 or higher | Rui Xia | 1 | -4/+56 |
2019-07-25 | fs: fix initialization of platform-specific fallbacks | Hisham Muhammad | 2 | -20/+28 |
2019-07-25 | fs: use Unix fork-free versions of is_file/is_dir in Linux and macOS only | Hisham Muhammad | 5 | -43/+125 |
2019-07-25 | Don't use project dir or default_lua_version with --force-config (#1054) | Hisham Muhammad | 2 | -2/+11 |
2019-07-17 | Fix zero values in ziptime (#1056) | Ivan Naidenov | 1 | -1/+6 |
2019-07-17 | Add `--dir` option to the `new_version` command (#1014) | dwenegar | 2 | -3/+15 |
2019-07-17 | Fix fs.is_dir detection on the Mac, take 2 | Hisham Muhammad | 1 | -1/+4 |
2019-07-17 | path: keep order of existing entries in PATH | Hisham Muhammad | 3 | -12/+41 |
2019-07-15 | install.bat: always set SYSCONFDIR | Hisham Muhammad | 1 | -6/+1 |
2019-07-13 | GNUmakefile: unset CPATH variables in local wrapper too | Hisham Muhammad | 1 | -2/+2 |
2019-07-12 | which: search in package.path and cpath as well | Hisham Muhammad | 2 | -5/+67 |
2019-07-12 | which: report error on missing argument | Hisham Muhammad | 1 | -0/+3 |
2019-07-10 | init: add .luarocks to default .gitignore | Hisham Muhammad | 1 | -1/+1 |
2019-06-06 | publishrelease: fix pull, update Unix instructions | Hisham Muhammad | 1 | -1/+5 |
2019-06-06 | mergerelease: add error checking | Hisham Muhammad | 1 | -6/+17 |
2019-06-06 | Release 3.1.3v3.1.3 | Hisham Muhammad | 5 | -7/+8 |
2019-06-06 | makedist: add branch command | Hisham Muhammad | 1 | -0/+42 |
2019-06-06 | Add smoke test | Hisham Muhammad | 2 | -0/+74 |
2019-06-06 | Tests: add tests for fs.is_file and fs.is_dir with symlinks | Hisham Muhammad | 1 | -0/+36 |
2019-06-06 | Enable use of lua-bz2 | Hisham Muhammad | 2 | -2/+4 |
2019-06-06 | fix(configure): remove extra leading '/' | Simone Livieri | 1 | -1/+6 |
2019-06-06 | Fix fs.is_dir and fs.is_file detection on the Mac | Hisham Muhammad | 1 | -1/+1 |
2019-06-05 | Always assume that zip and unzip are available on FreeBSD | Hisham Muhammad | 3 | -7/+43 |
2019-06-03 | Fix and reorganize Lua version detection | Hisham Muhammad | 3 | -159/+233 |
2019-06-03 | Tests: add a couple of tests for dir.normalize | Hisham Muhammad | 1 | -6/+17 |
2019-06-03 | help: use absolute paths | Hisham Muhammad | 1 | -5/+6 |
2019-06-03 | cmd: fix crash if LuaRocks is given a bad LUA_DIR | Hisham Muhammad | 2 | -0/+36 |
2019-05-29 | test: fix reporting failures on 'command' backend | Yaroslav Dynnikov | 1 | -2/+10 |
2019-05-28 | avoid adding an empty entry to the RPATH | Peter van Dijk | 1 | -1/+1 |
2019-05-07 | Release 3.1.2 | Hisham Muhammad | 5 | -7/+8 |
2019-05-07 | Tests: add smoke test | Hisham Muhammad | 3 | -6/+77 |
2019-05-07 | cmd: fix handling of unconfigured paths in get_lua_version | Hisham Muhammad | 1 | -8/+5 |