| Commit message (Expand) | Author | Files | Lines |
2018-07-20 | Tests: add smoke testadd-smoke-test | Hisham Muhammad | 3 | -5/+76 |
2018-07-20 | fs.unix.tools: hotfix for touch format | Hisham Muhammad | 1 | -1/+1 |
2018-07-20 | install.bat: updates for 3.0.0-rc1 | Hisham Muhammad | 1 | -34/+23 |
2018-07-18 | minor luacheck fixes | Hisham Muhammad | 2 | -2/+3 |
2018-07-18 | forward error messages from fs.unzip | Hisham Muhammad | 2 | -4/+4 |
2018-07-18 | Windows binary: build libbz2 dependency | Hisham Muhammad | 1 | -1/+15 |
2018-07-18 | fs: make unpack_archive platform-agnostic using specific fs functions | Hisham Muhammad | 7 | -191/+504 |
2018-07-18 | fs: support both table and number in set_time | Hisham Muhammad | 3 | -1/+32 |
2018-07-18 | fs: add filter_file | Hisham Muhammad | 1 | -0/+30 |
2018-07-18 | binary: add lua-bz2 dependency | Hisham Muhammad | 2 | -0/+45 |
2018-07-18 | tar: compatibility improvement tweaks | Hisham Muhammad | 1 | -24/+45 |
2018-07-18 | Tests: tweak dependencies for env=full tests | Hisham Muhammad | 1 | -11/+10 |
2018-07-18 | Tests: support running with the default detected OpenSSL locations | Hisham Muhammad | 4 | -16/+12 |
2018-07-18 | cmd: only detect sysconfdir on Unix | Hisham Muhammad | 1 | -3/+3 |
2018-07-18 | cmd: fix displayed program name in single-binary | Hisham Muhammad | 1 | -1/+1 |
2018-07-18 | cmd: portability fixes, don't check LuaJIT for Lua > 5.1 | Hisham Muhammad | 1 | -3/+12 |
2018-07-18 | cmd: support --lua-version without --lua-dir | Hisham Muhammad | 1 | -1/+9 |
2018-07-18 | cfg: detect Visual Studio Developer Console | Hisham Muhammad | 1 | -1/+8 |
2018-07-18 | fun: add fun.partial and fun.flip | Hisham Muhammad | 1 | -0/+37 |
2018-07-18 | configure: recommend `make` instead of `make build` | Hisham Muhammad | 1 | -1/+1 |
2018-07-18 | Makefile: remove ./ from build targets | Hisham Muhammad | 1 | -6/+6 |
2018-07-18 | write_rockspec: detect ISC license | Hisham Muhammad | 1 | -5/+11 |
2018-07-18 | write_rockspec: detect git+ssh and hg+ssh | Hisham Muhammad | 1 | -4/+13 |
2018-07-18 | build.command: don't export LD or CFLAGS | Hisham Muhammad | 1 | -2/+2 |
2018-07-18 | Tests: use fixtures for some build integration tests | George Roman | 1 | -24/+80 |
2018-07-18 | Reorder Appveyor tests | George Roman | 1 | -24/+25 |
2018-07-16 | Add general improvements to the fs module | George Roman | 5 | -44/+61 |
2018-07-16 | Update the behavior of fs.set_permissions on Windows | George Roman | 2 | -20/+45 |
2018-07-16 | Tests: add tests for the dynamic commands | George Roman | 1 | -0/+57 |
2018-07-10 | Use $(CURDIR) instead of $(PWD) in Makefiles | Peter Melnichenko | 2 | -7/+7 |
2018-07-10 | cfg: detect sysconfdir based on location of sources | Hisham Muhammad | 1 | -20/+39 |
2018-07-10 | luarocks, luarocks-admin: load cfg first, for luarocks.loader | Hisham Muhammad | 2 | -0/+6 |
2018-07-10 | configure: add --with-lua-interpreter option | Hisham Muhammad | 1 | -14/+26 |
2018-07-05 | Tests: remove redundant build tests | George Roman | 1 | -43/+0 |
2018-07-05 | Tests: unit tests for build.builtin | George Roman | 1 | -19/+454 |
2018-07-05 | Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIR | George Roman | 4 | -10/+30 |
2018-07-05 | README: clearer installation instructions | Hisham Muhammad | 1 | -7/+10 |
2018-07-04 | md5: fix version checks of tools | Hisham Muhammad | 1 | -2/+2 |
2018-07-04 | help: report LuaJIT version | Hisham Muhammad | 1 | -0/+3 |
2018-07-04 | builtin: detect 'lib' as a directory of Lua sources as well | Hisham Muhammad | 1 | -1/+1 |
2018-07-04 | deps: nicer message with Lua headers are not found | Hisham Muhammad | 1 | -0/+5 |
2018-07-04 | binary: derive library search paths; minor Windows fix | Hisham Muhammad | 2 | -3/+2 |
2018-07-04 | config file: do not assume 'variable' table exists (for compat with LR2) | Hisham Muhammad | 2 | -7/+10 |
2018-07-04 | configure: check presence of lua.h | Hisham Muhammad | 1 | -6/+67 |
2018-07-04 | cmd: dynamically load additional external commands | Thijs Schreijer | 4 | -10/+57 |
2018-07-03 | fs: fix permissions when creating directories and wrappers | Hisham Muhammad | 2 | -2/+2 |
2018-07-02 | ChangeLog: formatting tweaks | Hisham Muhammad | 1 | -13/+13 |
2018-07-02 | Makefile: minor improvement to wrapper script | Hisham Muhammad | 1 | -2/+2 |
2018-07-02 | Docs: updated Changelog for LuaRocks 3.0 | Hisham Muhammad | 1 | -52/+151 |
2018-07-02 | Experimental Windows cross-compiled binary build | Hisham Muhammad | 9 | -63/+264 |