Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-14 | better shell escaping on windows | Philipp Janda | 2 | -6/+53 | |
2013-10-14 | Improved quoting in script wrappers. Add util.LQ function for Lua quoting. | Hisham Muhammad | 3 | -9/+14 | |
As discussed in #154. | |||||
2013-10-14 | No need to quote backslashes in single-quoted strings. | Hisham Muhammad | 1 | -1/+14 | |
As referenced by @siffiejoe in #154. | |||||
2013-10-13 | Escape doublebrackets in paths that go to wrappers. | Hisham Muhammad | 3 | -0/+9 | |
2013-10-13 | minimize path and cpath modification in wrapper scripts | Philipp Janda | 2 | -2/+4 | |
2013-10-13 | wrapper scripts don't mess with env-vars of subprocesses | Philipp Janda | 3 | -25/+3 | |
2013-10-12 | Fix version test. | Hisham Muhammad | 1 | -1/+1 | |
Thanks @siffiejoe for the heads up! | |||||
2013-10-12 | Some tests require a local sshd server. | Hisham Muhammad | 1 | -0/+8 | |
Add a small check and message to myself, to avoid running the whole thing only to have it fail at the very end. | |||||
2013-10-12 | Add reference to write_rockspec.lua in Makefile | Hisham Muhammad | 1 | -2/+3 | |
2013-10-11 | minor fix! | Hisham Muhammad | 1 | -2/+2 | |
2013-10-11 | Added new command 'luarocks write_rockspec', which writes a template for a ↵ | Hisham Muhammad | 6 | -13/+297 | |
new rockspec. | |||||
2013-10-11 | included pe-parser module (no longer objdump.exe, which is removed), updated ↵ | Thijs Schreijer | 3 | -76/+576 | |
installer to check architecture (32/64) interpreter was compiled for (instead of system architecture). Runtime detection should now also properly work on 64bit binaries. | |||||
2013-10-10 | fix paths for 5.2, escaping in installer and fix wrapper scripts | Thijs Schreijer | 2 | -2/+4 | |
2013-10-07 | modified architecture detection as per http://support.microsoft.com/kb/556009 | Thijs Schreijer | 1 | -8/+15 | |
2013-10-07 | fix for 5.2 path variable | Thijs Schreijer | 1 | -0/+3 | |
2013-10-07 | added platform detection 32/64bit | Thijs Schreijer | 1 | -1/+17 | |
2013-10-07 | make installer find interpreter by short versioned name, eg. lua52.exe ↵ | Thijs Schreijer | 1 | -1/+11 | |
instead of lua5.2.exe | |||||
2013-10-02 | Fix hardcoded reference to git | Hisham Muhammad | 1 | -3/+3 | |
2013-10-02 | fixed quotes in wrapper scripts on windows | Philipp Janda | 1 | -1/+1 | |
2013-09-29 | Lua 5.2 paths in wrapper scripts on windows | Philipp Janda | 2 | -0/+3 | |
2013-09-27 | ditch some more output | Thijs Schreijer | 1 | -3/+3 | |
2013-09-26 | A simpler approach for reducing output clutter. Closes #158. | Hisham Muhammad | 5 | -24/+41 | |
2013-09-27 | changed multiarch detection and site_config variables | Philipp Janda | 3 | -21/+5 | |
2013-09-26 | update installer to work on Lua 5.2 | Thijs Schreijer | 1 | -1/+1 | |
2013-09-26 | adding Lua 5.2 paths to wrapper scripts | Philipp Janda | 1 | -0/+8 | |
2013-09-26 | support for tables in (runtime_)external_deps_subdirs.* | Philipp Janda | 4 | -16/+51 | |
2013-09-26 | Remove trailing space from dir_name; do not rely on setfenv to check for Lua ↵ | Hisham Muhammad | 2 | -5/+4 | |
5.1, this breaks users of 'strict' globals checker | |||||
2013-09-25 | detect native multiarch directory on linux | Philipp Janda | 2 | -0/+15 | |