Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-11-12 | Merge changes proposed by @siffiejoe in #172. | Hisham Muhammad | 4 | -22/+17 | |
(Sorry about the clumsiness of not doing a proper merge.) | |||||
2013-11-12 | minor text update | Thijs Schreijer | 1 | -3/+4 | |
2013-11-11 | fixed issue with double quoted arguments | Thijs Schreijer | 1 | -7/+21 | |
2013-11-11 | fixed command line parameters with spaces | Thijs Schreijer | 1 | -28/+41 | |
reorganized help description fixed whitespace | |||||
2013-11-04 | Merge branch 'master' of github.com:keplerproject/luarocks | Hisham Muhammad | 1 | -1/+1 | |
2013-11-04 | Symlinks shouldn't refer to DESTDIR. | Hisham Muhammad | 1 | -1/+1 | |
Patch submitted by Dmitri Paduchikh. | |||||
2013-11-04 | Fix #174: An extra parenthesis in build/cmake.lua | Roman Tsisyk | 1 | -1/+1 | |
2013-10-29 | Prepare for release 2.1.1v2.1.1 | Hisham Muhammad | 2 | -2/+2 | |
2013-10-29 | Improve coverage -- now at 80.06% | Hisham Muhammad | 1 | -1/+21 | |
2013-10-29 | Fix handling of arguments. | Hisham Muhammad | 1 | -33/+35 | |
2013-10-29 | Remove redundant function. | Hisham Muhammad | 1 | -10/+5 | |
2013-10-29 | Don't loop in case of circular dependencies | Hisham Muhammad | 1 | -0/+1 | |
2013-10-29 | Fix inverted logic in recent commit. | Hisham Muhammad | 1 | -1/+1 | |
2013-10-28 | added extra path for luarocks modules on windows | Philipp Janda | 1 | -3/+5 | |
2013-10-28 | Add escaping of ]] preventing code injection as contributed by @siffiejoe. ↵ | Hisham Muhammad | 1 | -1/+3 | |
See #154, #167. | |||||
2013-10-28 | update info | Hisham Muhammad | 1 | -1/+1 | |
2013-10-28 | Remove binaries which are no longer needed. See #167. | Hisham Muhammad | 2 | -0/+0 | |
2013-10-28 | Remove spurious \ from pattern | Hisham Muhammad | 1 | -1/+1 | |
2013-10-27 | Should fix build on Windows. See #167. | Hisham Muhammad | 5 | -19/+25 | |
Also, speeds up operations on Windows considerably. | |||||
2013-10-25 | Use a more idiomatic Windows path for the local caches | Hisham Muhammad | 1 | -1/+7 | |
2013-10-24 | Accidentally ate a space, sorry! | Hisham Muhammad | 1 | -1/+1 | |
2013-10-24 | Add option to make 7z overwrite zip files, matching unzip behavior on Unix. | Hisham Muhammad | 1 | -4/+4 | |
Flag suggested by @siffiejoe. Should fix problems mentioned in #167. | |||||
2013-10-20 | Cache remote manifest files locally and hit server with a HEAD request to ↵ | Hisham Muhammad | 7 | -50/+132 | |
check timestamp. | |||||
2013-10-18 | Fix behavior on nonexisting files, and while we're at it make it more ↵ | Hisham Muhammad | 1 | -7/+9 | |
efficient and less prone to race conditions. | |||||
2013-10-18 | Make make-manifest more fool-proof, for values of "fool" equalling Hisham | Hisham Muhammad | 1 | -0/+11 | |
2013-10-18 | Add documentation. | Hisham Muhammad | 1 | -0/+6 | |
2013-10-18 | Cleanup temporary fields that escaped; catch an argument error. | Hisham Muhammad | 1 | -1/+7 | |
2013-10-18 | Improve coverage -- now at 79.65% | Hisham Muhammad | 1 | -1/+7 | |
2013-10-18 | Fix infinite loop! | Hisham Muhammad | 1 | -1/+1 | |
2013-10-14 | Improvements for write_rockspec | Hisham Muhammad | 2 | -5/+27 | |
2013-10-14 | remove non-portable Qb from lua.lua | Philipp Janda | 1 | -12/+0 | |
2013-10-14 | special handling for chdir and root directory | Philipp Janda | 1 | -0/+6 | |
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 | |