aboutsummaryrefslogtreecommitdiff
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
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 convenience...Hisham Muhammad2-11/+36
2013-06-24Add two new configuration options, 'hooks_enabled' and 'accepted_build_types',Hisham Muhammad4-0/+19
2013-06-24Make sure manifest-5.1 and manifest-5.2 are generated and used only when deal...Hisham Muhammad5-21/+36
2013-06-20Add versioned manifest files for Lua 5.1 and 5.2. Make sure LuaRocks only fin...Hisham Muhammad3-17/+73
2013-06-19More documentation on deps_modesHisham Muhammad4-4/+26
2013-06-19Set the 'windows' variable on mingw32. Thanks to Alexey Melnichuk for the hea...Hisham Muhammad1-1/+1
2013-05-24Support for updating versions of packages that remain with the same upstream ...Hisham Muhammad1-39/+58
2013-05-24Avoid overwriting the current rockspec when unpacking a source .zip that happ...Hisham Muhammad1-1/+1
2013-05-04changed failure to detect runtime into a warning. objdump.exe does not suppor...Thijs Schreijer1-3/+8
2013-05-02fix; no longer check link lib when interpreter has no runtime specified, but ...Thijs Schreijer1-4/+21
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 chos...Thijs Schreijer2-9/+47
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
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
2013-04-18Improve "see help" messages and always use the name by which the luarocks pro...Hisham Muhammad17-22/+43
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
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 t...Hisham Muhammad2-2/+24
2013-04-12bug in builtin.lua that caused a previous "ok=false" to be reset in a later s...Thijs Schreijer1-6/+8
2013-04-12Handle verbosity with a config option (now it can be set through the config f...Hisham Muhammad2-7/+3
2013-04-12Make new_version consume hyphens from version numbersHisham Muhammad1-3/+3
2013-04-12updated installer to support 5.2 (extra command switch /LV)Thijs Schreijer1-10/+38
2013-04-12added some verbose output options. TODO: make commandline optionThijs Schreijer1-4/+23
2013-04-125.2 compatibility for the launcher wrapper.Thijs Schreijer1-3/+2
2013-04-10fixed wrapper code to include the global 'arg' table, including compiled obje...Thijs Schreijer2-1/+23
2013-04-09added default command "edit", so when double clicking it won't automatically ...Thijs Schreijer1-0/+6
2013-04-09fixes in registry template and batchfile luarocksw.batThijs Schreijer2-12/+13
2013-04-09installer adds information for the registry, including icon and actions for ....Thijs Schreijer5-4/+180
2013-04-07small fix to installer, for consistency (no functional impact)Thijs Schreijer1-0/+1
2013-04-07Improve diagnostics on error copying 'lua' directory.Hisham Muhammad1-2/+2
2013-04-06Fix crash in the 'show' command when using a table as entry in rocks_trees co...Hisham Muhammad2-3/+11
2013-04-06Accept rocks and rockspecs in the remove command: interpret rock name and ver...Hisham Muhammad1-0/+7
2013-04-06fixed installer: typo in write config fileThijs Schreijer1-1/+1
2013-04-06installer bugfix in case of quoted arguments for pathsThijs Schreijer1-10/+10
2013-04-06Updated installer batch fileThijs Schreijer1-18/+74