aboutsummaryrefslogtreecommitdiff
path: root/src/bin (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-20Tests: add smoke testadd-smoke-testHisham Muhammad3-5/+76
2018-07-20fs.unix.tools: hotfix for touch formatHisham Muhammad1-1/+1
2018-07-20install.bat: updates for 3.0.0-rc1Hisham Muhammad1-34/+23
2018-07-18minor luacheck fixesHisham Muhammad2-2/+3
2018-07-18forward error messages from fs.unzipHisham Muhammad2-4/+4
2018-07-18Windows binary: build libbz2 dependencyHisham Muhammad1-1/+15
2018-07-18fs: make unpack_archive platform-agnostic using specific fs functionsHisham Muhammad7-191/+504
2018-07-18fs: support both table and number in set_timeHisham Muhammad3-1/+32
2018-07-18fs: add filter_fileHisham Muhammad1-0/+30
2018-07-18binary: add lua-bz2 dependencyHisham Muhammad2-0/+45
2018-07-18tar: compatibility improvement tweaksHisham Muhammad1-24/+45
2018-07-18Tests: tweak dependencies for env=full testsHisham Muhammad1-11/+10
2018-07-18Tests: support running with the default detected OpenSSL locationsHisham Muhammad4-16/+12
2018-07-18cmd: only detect sysconfdir on UnixHisham Muhammad1-3/+3
2018-07-18cmd: fix displayed program name in single-binaryHisham Muhammad1-1/+1
2018-07-18cmd: portability fixes, don't check LuaJIT for Lua > 5.1Hisham Muhammad1-3/+12
2018-07-18cmd: support --lua-version without --lua-dirHisham Muhammad1-1/+9
2018-07-18cfg: detect Visual Studio Developer ConsoleHisham Muhammad1-1/+8
2018-07-18fun: add fun.partial and fun.flipHisham Muhammad1-0/+37
2018-07-18configure: recommend `make` instead of `make build`Hisham Muhammad1-1/+1
2018-07-18Makefile: remove ./ from build targetsHisham Muhammad1-6/+6
2018-07-18write_rockspec: detect ISC licenseHisham Muhammad1-5/+11
2018-07-18write_rockspec: detect git+ssh and hg+sshHisham Muhammad1-4/+13
2018-07-18build.command: don't export LD or CFLAGSHisham Muhammad1-2/+2
2018-07-18Tests: use fixtures for some build integration testsGeorge Roman1-24/+80
2018-07-18Reorder Appveyor testsGeorge Roman1-24/+25
2018-07-16Add general improvements to the fs moduleGeorge Roman5-44/+61
2018-07-16Update the behavior of fs.set_permissions on WindowsGeorge Roman2-20/+45
2018-07-16Tests: add tests for the dynamic commandsGeorge Roman1-0/+57
2018-07-10Use $(CURDIR) instead of $(PWD) in MakefilesPeter Melnichenko2-7/+7
2018-07-10cfg: detect sysconfdir based on location of sourcesHisham Muhammad1-20/+39
2018-07-10luarocks, luarocks-admin: load cfg first, for luarocks.loaderHisham Muhammad2-0/+6
2018-07-10configure: add --with-lua-interpreter optionHisham Muhammad1-14/+26
2018-07-05Tests: remove redundant build testsGeorge Roman1-43/+0
2018-07-05Tests: unit tests for build.builtinGeorge Roman1-19/+454
2018-07-05Tests: separate OPENSSL_DIRS into OPENSSL_INCDIR and OPENSSL_LIBDIRGeorge Roman4-10/+30
2018-07-05README: clearer installation instructionsHisham Muhammad1-7/+10
2018-07-04md5: fix version checks of toolsHisham Muhammad1-2/+2
2018-07-04help: report LuaJIT versionHisham Muhammad1-0/+3
2018-07-04builtin: detect 'lib' as a directory of Lua sources as wellHisham Muhammad1-1/+1
2018-07-04deps: nicer message with Lua headers are not foundHisham Muhammad1-0/+5
2018-07-04binary: derive library search paths; minor Windows fixHisham Muhammad2-3/+2
2018-07-04config file: do not assume 'variable' table exists (for compat with LR2)Hisham Muhammad2-7/+10
2018-07-04configure: check presence of lua.hHisham Muhammad1-6/+67
2018-07-04cmd: dynamically load additional external commandsThijs Schreijer4-10/+57
2018-07-03fs: fix permissions when creating directories and wrappersHisham Muhammad2-2/+2
2018-07-02ChangeLog: formatting tweaksHisham Muhammad1-13/+13
2018-07-02Makefile: minor improvement to wrapper scriptHisham Muhammad1-2/+2
2018-07-02Docs: updated Changelog for LuaRocks 3.0Hisham Muhammad1-52/+151
2018-07-02Experimental Windows cross-compiled binary buildHisham Muhammad9-63/+264