aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-25fs: fix initialization of platform-specific fallbacksHisham Muhammad2-20/+28
2019-07-25fs: use Unix fork-free versions of is_file/is_dir in Linux and macOS onlyHisham Muhammad5-43/+125
2019-07-25Don't use project dir or default_lua_version with --force-config (#1054)Hisham Muhammad2-2/+11
2019-07-17Fix zero values in ziptime (#1056)Ivan Naidenov1-1/+6
2019-07-17Add `--dir` option to the `new_version` command (#1014)dwenegar2-3/+15
2019-07-17Fix fs.is_dir detection on the Mac, take 2Hisham Muhammad1-1/+4
2019-07-17path: keep order of existing entries in PATHHisham Muhammad3-12/+41
2019-07-15install.bat: always set SYSCONFDIRHisham Muhammad1-6/+1
2019-07-13GNUmakefile: unset CPATH variables in local wrapper tooHisham Muhammad1-2/+2
2019-07-12which: search in package.path and cpath as wellHisham Muhammad2-5/+67
2019-07-12which: report error on missing argumentHisham Muhammad1-0/+3
2019-07-10init: add .luarocks to default .gitignoreHisham Muhammad1-1/+1
2019-06-06publishrelease: fix pull, update Unix instructionsHisham Muhammad1-1/+5
2019-06-06mergerelease: add error checkingHisham Muhammad1-6/+17
2019-06-06Release 3.1.3v3.1.3Hisham Muhammad5-7/+8
2019-06-06makedist: add branch commandHisham Muhammad1-0/+42
2019-06-06Add smoke testHisham Muhammad2-0/+74
2019-06-06Tests: add tests for fs.is_file and fs.is_dir with symlinksHisham Muhammad1-0/+36
2019-06-06Enable use of lua-bz2Hisham Muhammad2-2/+4
2019-06-06fix(configure): remove extra leading '/'Simone Livieri1-1/+6
2019-06-06Fix fs.is_dir and fs.is_file detection on the MacHisham Muhammad1-1/+1
2019-06-05Always assume that zip and unzip are available on FreeBSDHisham Muhammad3-7/+43
2019-06-03Fix and reorganize Lua version detectionHisham Muhammad3-159/+233
2019-06-03Tests: add a couple of tests for dir.normalizeHisham Muhammad1-6/+17
2019-06-03help: use absolute pathsHisham Muhammad1-5/+6
2019-06-03cmd: fix crash if LuaRocks is given a bad LUA_DIRHisham Muhammad2-0/+36
2019-05-29test: fix reporting failures on 'command' backendYaroslav Dynnikov1-2/+10
2019-05-28avoid adding an empty entry to the RPATHPeter van Dijk1-1/+1
2019-05-07Release 3.1.2Hisham Muhammad5-7/+8
2019-05-07Tests: add smoke testHisham Muhammad3-6/+77
2019-05-07cmd: fix handling of unconfigured paths in get_lua_versionHisham Muhammad1-8/+5