Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | |
Regression test for #1021. | |||||
2019-06-06 | Enable use of lua-bz2 | Hisham Muhammad | 2 | -2/+4 | |
Fixes #1005. | |||||
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 | |
Fixes #1021. | |||||
2019-06-05 | Always assume that zip and unzip are available on FreeBSD | Hisham Muhammad | 3 | -7/+43 | |
Fixes #1022 | |||||
2019-06-03 | Fix and reorganize Lua version detection | Hisham Muhammad | 3 | -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-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 | |
Includes a regression test. | |||||
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 | |
this avoids rpmbuild/check-rpaths erroring out like ERROR 0010: file '/...../mysql.so' contains an empty rpath in [/usr/lib64/mysql:] | |||||
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 | |