summaryrefslogtreecommitdiff
path: root/COPYING (unfollow)
Commit message (Collapse)AuthorFilesLines
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
Regression test for #1021.
2019-06-06Enable use of lua-bz2Hisham Muhammad2-2/+4
Fixes #1005.
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
Fixes #1021.
2019-06-05Always assume that zip and unzip are available on FreeBSDHisham Muhammad3-7/+43
Fixes #1022
2019-06-03Fix and reorganize Lua version detectionHisham Muhammad3-159/+233
Make it more robust when detecting the Lua version when working inside a project, and hopefully make the detection logic easier to track in the code. Reorganized code so that the `detected` table becomes internal to the `init_config` operation and only the regular `cfg` global table is used after that. Includes regression tests.
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
Includes a regression test.
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
this avoids rpmbuild/check-rpaths erroring out like ERROR 0010: file '/...../mysql.so' contains an empty rpath in [/usr/lib64/mysql:]
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