summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Rewrap some lines and fix some bugsPaul Ouellette2019-08-019-28/+21
| * args["foo"] --> args.foo, flags --> argsPaul Ouellette2019-08-0125-178/+178
| * Misc. fixesPaul Ouellette2019-08-014-6/+4
| * Remove duplication between write_rockspec and initPaul Ouellette2019-08-012-36/+26
| * Add help option to subcommandsPaul Ouellette2019-08-0126-26/+26
| * Remove program_name cmd.run_command argumentPaul Ouellette2019-08-013-6/+6
| * Move remaining commands to argparsePaul Ouellette2019-08-0127-568/+598
| * Move config command to argparsePaul Ouellette2019-07-301-62/+59
| * Move build command to argparsePaul Ouellette2019-07-297-94/+81
| * Use argparse for command line argument parsingPaul Ouellette2019-07-297-432/+209
* | support RaptorJITFrancois Perrad2019-08-231-1/+1
|/
* cfg: avoid setting LUA_LIBDIR and LUA_INCDIR too earlyHisham Muhammad2019-07-267-43/+59
* GNUmakefile: copy config file prior to running 'luarocks init'Hisham Muhammad2019-07-262-1/+3
* configure: fix flag in error messageHisham Muhammad2019-07-261-1/+1
* only check for LUA_LIBDIR in platforms that need itHisham Muhammad2019-07-262-23/+28
* detect LuaJIT dynamicallyHisham Muhammad2019-07-2610-67/+103
* Report any error message encountered by `get_visual_studio_directory_from_vsw...Rui Xia2019-07-261-1/+4
* Support VS tool chain 2017 or higherRui Xia2019-07-261-4/+56
* fs: fix initialization of platform-specific fallbacksHisham Muhammad2019-07-252-20/+28
* fs: use Unix fork-free versions of is_file/is_dir in Linux and macOS onlyHisham Muhammad2019-07-255-43/+125
* Don't use project dir or default_lua_version with --force-config (#1054)Hisham Muhammad2019-07-252-2/+11
* Fix zero values in ziptime (#1056)Ivan Naidenov2019-07-171-1/+6
* Add `--dir` option to the `new_version` command (#1014)dwenegar2019-07-172-3/+15
* Fix fs.is_dir detection on the Mac, take 2Hisham Muhammad2019-07-171-1/+4
* path: keep order of existing entries in PATHHisham Muhammad2019-07-173-12/+41
* install.bat: always set SYSCONFDIRHisham Muhammad2019-07-151-6/+1
* GNUmakefile: unset CPATH variables in local wrapper tooHisham Muhammad2019-07-131-2/+2
* which: search in package.path and cpath as wellHisham Muhammad2019-07-122-5/+67
* which: report error on missing argumentHisham Muhammad2019-07-121-0/+3
* init: add .luarocks to default .gitignoreHisham Muhammad2019-07-101-1/+1
* publishrelease: fix pull, update Unix instructionsHisham Muhammad2019-06-061-1/+5
* Merge branch '3.1.3'Hisham Muhammad2019-06-061-1/+1
|\
| * Release 3.1.3v3.1.3Hisham Muhammad2019-06-065-7/+8
* | mergerelease: add error checkingHisham Muhammad2019-06-061-6/+17
|/
* makedist: add branch commandHisham Muhammad2019-06-061-0/+42
* Add smoke testHisham Muhammad2019-06-062-0/+74
* Tests: add tests for fs.is_file and fs.is_dir with symlinksHisham Muhammad2019-06-061-0/+36
* Enable use of lua-bz2Hisham Muhammad2019-06-062-2/+4
* fix(configure): remove extra leading '/'Simone Livieri2019-06-061-1/+6
* Fix fs.is_dir and fs.is_file detection on the MacHisham Muhammad2019-06-061-1/+1
* Always assume that zip and unzip are available on FreeBSDHisham Muhammad2019-06-053-7/+43
* Fix and reorganize Lua version detectionHisham Muhammad2019-06-033-159/+233
* Tests: add a couple of tests for dir.normalizeHisham Muhammad2019-06-031-6/+17
* help: use absolute pathsHisham Muhammad2019-06-031-5/+6
* cmd: fix crash if LuaRocks is given a bad LUA_DIRHisham Muhammad2019-06-032-0/+36
* Merge PR #1012daurnimator2019-05-291-2/+10
|\
| * test: fix reporting failures on 'command' backendYaroslav Dynnikov2019-05-291-2/+10
* | Merge PR #1019daurnimator2019-05-281-1/+1
|\ \ | |/ |/|
| * avoid adding an empty entry to the RPATHPeter van Dijk2019-05-281-1/+1
|/
* Merge branch '3.1.2'Hisham Muhammad2019-05-070-0/+0
|\