aboutsummaryrefslogtreecommitdiff
path: root/test (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-07-17Add --old-versions to 'purge'.Hisham Muhammad1-7/+29
2013-07-17Fix: make sure that --keep flag forwards correctly from 'install' to 'build'.Hisham Muhammad2-2/+34
2013-07-17Add missing documentation.Hisham Muhammad3-4/+17
2013-07-11Add links to manifest-5.1 and manifest-5.2 to ensure that wget mirroring ↵Hisham Muhammad1-1/+1
fetches them.
2013-07-04oops! remove stray printHisham Muhammad1-1/+0
2013-07-04Add support for "remove on install" for `luarocks make` tooHisham Muhammad1-1/+9
2013-07-04Remove other previously installed versions when running 'build' or 'install'.Hisham Muhammad7-67/+106
2013-07-04fixed bad varnameThijs Schreijer1-1/+1
2013-07-04Fix error affecting `luarocks make`, as reported by Ignacio BurgueñoHisham Muhammad1-1/+1
2013-07-04Off-by-one fix sent by Philipp JandaHisham Muhammad1-1/+1
2013-07-04fixed return valueThijs Schreijer1-1/+1
2013-07-03Fix 'make build'Hisham Muhammad1-1/+1
2013-07-03Try to detect runtime when specifying INC, LIB and BIN flags.Ignacio Burgueño1-4/+8
When passing /INC /LIB and /BIN flags, the runtime used by the supplied Lua installation is not probed, so vars.LUA_RUNTIME remains being nil, which causes an error.
2013-07-02Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1Hisham Muhammad4-4/+15
2013-07-02Make sure a wrapper script finds modules from its own version.Hisham Muhammad3-11/+16
2013-07-02expose lua_version variable to config files.Hisham Muhammad1-3/+3
2013-06-26Add flags --lr-path, --lr-cpath, --lr-bin to `luarocks path`, for ↵Hisham Muhammad2-11/+36
convenience in scripts.
2013-06-24Add two new configuration options, 'hooks_enabled' and 'accepted_build_types',Hisham Muhammad4-0/+19
to deal with some security concerns raised in #35.
2013-06-24Make sure manifest-5.1 and manifest-5.2 are generated and used only when ↵Hisham Muhammad5-21/+36
dealing with the remote server.
2013-06-20Add versioned manifest files for Lua 5.1 and 5.2. Make sure LuaRocks only ↵Hisham Muhammad3-17/+73
finds rocks according to the Lua version it is using.
2013-06-19More documentation on deps_modesHisham Muhammad4-4/+26
2013-06-19Set the 'windows' variable on mingw32. Thanks to Alexey Melnichuk for the ↵Hisham Muhammad1-1/+1
heads up.
2013-06-17Added some additional error info when parsing version constraints, see issue ↵Thijs Schreijer2-9/+14
https://github.com/Olivine-Labs/busted/issues/169
2013-05-24Support for updating versions of packages that remain with the same upstream ↵Hisham Muhammad1-39/+58
URL, but only update their contents. (Case in point: modules by lhf)
2013-05-24Avoid overwriting the current rockspec when unpacking a source .zip that ↵Hisham Muhammad1-1/+1
happens to contain one. (Case in point: sha2 0.2.0-1)
2013-05-04changed failure to detect runtime into a warning. objdump.exe does not ↵Thijs Schreijer1-3/+8
support 64bit windows
2013-05-02fix; no longer check link lib when interpreter has no runtime specified, but ↵Thijs Schreijer1-4/+21
list all dll's interpreter depends upon and check those for the runtime (1 level deep only)
2013-05-02fix: if interpreter has no runtime, check link library for runtime used.Thijs Schreijer1-7/+17
2013-04-30added commentThijs Schreijer1-1/+1
2013-04-30using objdump.exe to automatically detect the runtime dll to use for the ↵Thijs Schreijer2-9/+47
chosen interpreter
2013-04-29Improve patch compatibility, as suggested by Philipp JandaHisham Muhammad1-1/+1
2013-04-29Fixes to the patch feature, contributed by Philipp JandaHisham Muhammad1-2/+2
2013-04-25Fixes by @Tieske to the installerIgnacio Burgueño1-12/+13
2013-04-21Rewrote install batch file in Lua.Ignacio Burgueño1-496/+571
This is mostly a direct translation, so there are lots of things to improve, but it is a working install script written in Lua.
2013-04-20Accidental workaround was left behindThijs Schreijer1-2/+1
2013-04-18Fix uses of home_config_file when it goes missing due to --force-config.Hisham Muhammad2-4/+7
2013-04-18end of line at end of fileHisham Muhammad1-1/+1
2013-04-18Make life easier for our friends who are still using VT-100 terminals.Hisham Muhammad1-6/+8
I wonder if LuaRocks runs on Unix System V? :)
2013-04-18Improve "see help" messages and always use the name by which the luarocks ↵Hisham Muhammad17-22/+43
program was launched.
2013-04-15refactored error handling, less error proneThijs Schreijer1-21/+12
2013-04-14fix minor bug in windows registry loaderThijs Schreijer1-1/+1
2013-04-14Fix detection of existing configuration.Hisham Muhammad1-2/+2
2013-04-12General improvements for Lua 5.1 and 5.2 coexistance:Hisham Muhammad5-42/+88
* Add --versioned-rocks-dir option to Unix installer, which makes it use paths such as /lib/luarocks/rocks-5.X, and /etc/luarocks/config-5.X.lua (where X is 1 or 2). * Make configure script on Unix autodetect the presence of previous LuaRocks installations and adapt accordingly to avoid conflicts. * Support luarocks.site_config_5_X for users who wish to run two versions from the same source tree (may be useful for LR development). * Try to load config-5.X.lua from home directory before trying config.lua.
2013-04-12Safe quoting for concatenating constant strings into patterns.Hisham Muhammad2-1/+10
2013-04-12compile rclauncher binary wrapper on windows on every buildFabio Mascarenhas6-102/+108
2013-04-12fix installation of builtin luaFabio Mascarenhas1-1/+1
2013-04-12fix syntax error on new verbose optionFabio Mascarenhas4-5/+5
2013-04-12Make new_version smarter, so it knows how to look inside an updated tarball ↵Hisham Muhammad2-2/+24
to check the dir name. This version is able, for example to generate an updated rockspec for lpeg 0.12-rc2 by simply typing `luarocks new_version lpeg 0.12-rc2`
2013-04-12bug in builtin.lua that caused a previous "ok=false" to be reset in a later ↵Thijs Schreijer1-6/+8
stage of building and hence report success even though it had errors.
2013-04-12Handle verbosity with a config option (now it can be set through the config ↵Hisham Muhammad2-7/+3
file)