aboutsummaryrefslogtreecommitdiff
path: root/lfw/rocks (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-29Improve coverage -- now at 80.06%Hisham Muhammad1-1/+21
2013-10-29Fix handling of arguments.Hisham Muhammad1-33/+35
2013-10-29Remove redundant function.Hisham Muhammad1-10/+5
2013-10-29Don't loop in case of circular dependenciesHisham Muhammad1-0/+1
2013-10-29Fix inverted logic in recent commit.Hisham Muhammad1-1/+1
2013-10-28added extra path for luarocks modules on windowsPhilipp Janda1-3/+5
2013-10-28Add escaping of ]] preventing code injection as contributed by @siffiejoe. Se...Hisham Muhammad1-1/+3
2013-10-28update infoHisham Muhammad1-1/+1
2013-10-28Remove binaries which are no longer needed. See #167.Hisham Muhammad2-0/+0
2013-10-28Remove spurious \ from patternHisham Muhammad1-1/+1
2013-10-27Should fix build on Windows. See #167.Hisham Muhammad5-19/+25
2013-10-25Use a more idiomatic Windows path for the local cachesHisham Muhammad1-1/+7
2013-10-24Accidentally ate a space, sorry!Hisham Muhammad1-1/+1
2013-10-24Add option to make 7z overwrite zip files, matching unzip behavior on Unix.Hisham Muhammad1-4/+4
2013-10-20Cache remote manifest files locally and hit server with a HEAD request to che...Hisham Muhammad7-50/+132
2013-10-18Fix behavior on nonexisting files, and while we're at it make it more efficie...Hisham Muhammad1-7/+9
2013-10-18Make make-manifest more fool-proof, for values of "fool" equalling HishamHisham Muhammad1-0/+11
2013-10-18Add documentation.Hisham Muhammad1-0/+6
2013-10-18Cleanup temporary fields that escaped; catch an argument error.Hisham Muhammad1-1/+7
2013-10-18Improve coverage -- now at 79.65%Hisham Muhammad1-1/+7
2013-10-18Fix infinite loop!Hisham Muhammad1-1/+1
2013-10-14Improvements for write_rockspecHisham Muhammad2-5/+27
2013-10-14remove non-portable Qb from lua.luaPhilipp Janda1-12/+0
2013-10-14special handling for chdir and root directoryPhilipp Janda1-0/+6
2013-10-14better shell escaping on windowsPhilipp Janda2-6/+53
2013-10-14Improved quoting in script wrappers. Add util.LQ function for Lua quoting.Hisham Muhammad3-9/+14
2013-10-14No need to quote backslashes in single-quoted strings.Hisham Muhammad1-1/+14
2013-10-13Escape doublebrackets in paths that go to wrappers.Hisham Muhammad3-0/+9
2013-10-13minimize path and cpath modification in wrapper scriptsPhilipp Janda2-2/+4
2013-10-13wrapper scripts don't mess with env-vars of subprocessesPhilipp Janda3-25/+3
2013-10-12Fix version test.Hisham Muhammad1-1/+1
2013-10-12Some tests require a local sshd server.Hisham Muhammad1-0/+8
2013-10-12Add reference to write_rockspec.lua in MakefileHisham Muhammad1-2/+3
2013-10-11minor fix!Hisham Muhammad1-2/+2
2013-10-11Added new command 'luarocks write_rockspec', which writes a template for a ne...Hisham Muhammad6-13/+297
2013-10-11included pe-parser module (no longer objdump.exe, which is removed), updated ...Thijs Schreijer3-76/+576
2013-10-10fix paths for 5.2, escaping in installer and fix wrapper scriptsThijs Schreijer2-2/+4
2013-10-07modified architecture detection as per http://support.microsoft.com/kb/556009Thijs Schreijer1-8/+15
2013-10-07fix for 5.2 path variableThijs Schreijer1-0/+3
2013-10-07added platform detection 32/64bitThijs Schreijer1-1/+17
2013-10-07make installer find interpreter by short versioned name, eg. lua52.exe instea...Thijs Schreijer1-1/+11
2013-10-02Fix hardcoded reference to gitHisham Muhammad1-3/+3
2013-10-02fixed quotes in wrapper scripts on windowsPhilipp Janda1-1/+1
2013-09-29Lua 5.2 paths in wrapper scripts on windowsPhilipp Janda2-0/+3
2013-09-27ditch some more outputThijs Schreijer1-3/+3
2013-09-26A simpler approach for reducing output clutter. Closes #158.Hisham Muhammad5-24/+41
2013-09-27changed multiarch detection and site_config variablesPhilipp Janda3-21/+5
2013-09-26update installer to work on Lua 5.2Thijs Schreijer1-1/+1
2013-09-26adding Lua 5.2 paths to wrapper scriptsPhilipp Janda1-0/+8
2013-09-26support for tables in (runtime_)external_deps_subdirs.*Philipp Janda4-16/+51