aboutsummaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-10Isolate all references of "5.1" inside luarocks.cfgHisham Muhammad4-9/+10
2011-12-10Use better names for command-line flags. Keep old ones around for compatibility.Hisham Muhammad5-23/+31
2011-12-09Add extra check for integrity of manifest file and document the internal work...Hisham Muhammad1-2/+38
2011-12-03Fixes suggested by David ManuraHisham Muhammad3-5/+6
2011-12-03stricter type check of versionsHisham Muhammad1-1/+10
2011-11-28add extra checks for local permissionsHisham Muhammad2-2/+2
2011-11-21Fix --pack-binary-rock and implement it for 'luarocks make' as well. Closes #51.Hisham Muhammad4-36/+47
2011-11-15Add missing default entry for the cmake executable, as reported by Robert Jak...Hisham Muhammad1-0/+1
2011-11-08add a tostring() here just in case, since Thijs Schreijer mentioned a problem...Hisham Muhammad1-1/+1
2011-11-08remove invalid escape, which is ignored in plain Lua but apparently annoys Lu...Hisham Muhammad1-1/+1
2011-10-24force executable permissions when copying entries into bin/Hisham Muhammad3-4/+17
2011-10-11switch from pattern to plain string matching, to avoid surprisesHisham Muhammad1-2/+1
2011-10-11New flag: --only-sources-from. Restrict domains from which sources can be dow...Hisham Muhammad2-0/+15
2011-10-10Fix behavior of --pack-binary-rockHisham Muhammad1-0/+1
2011-10-04Verify that file actually exists when using the 'file' protocol. Closes #47.v2.0.6Hisham Muhammad1-1/+5
2011-09-29Appease stricter escaping rules from Lua 5.2, Metalua and the current LuaJIT2...Hisham Muhammad1-1/+3
2011-09-17Add missing bit to fix #46.Hisham Muhammad1-1/+1
2011-09-17Since 'description' field is optional, functions should not assume it is alwa...Hisham Muhammad3-6/+7
2011-09-16prepare release 2.0.62.0.6-rc1Hisham Muhammad2-2/+2
2011-09-16Replace rocks_trees and rocks_servers with the one in the home file; do not m...Hisham Muhammad2-1/+11
2011-09-16Inform the user that 'install' switched into 'build'. Closes #30.Hisham Muhammad1-0/+1
2011-09-16Rename luarocks.config to luarocks.site_config, to avoid confusion with the s...Hisham Muhammad3-65/+65
2011-09-16install luarocks.fetch.hgHisham Muhammad1-1/+1
2011-09-16Added a config flag so that unknown fields are accepted. Closes #19.Hisham Muhammad2-1/+8
2011-09-16fix inverted test, which was overwriting the value of rockspec.source.tagHisham Muhammad1-2/+2
2011-09-10Fix variable exported.Hisham Muhammad1-1/+1
2011-09-10Rename files so they're not incorrectly detected by their filename extensions.Hisham Muhammad2-0/+0
2011-09-05Add support for working on future extensions of the rockspec format; start wi...Hisham Muhammad5-4/+46
2011-09-05Fix indentation.Hisham Muhammad1-4/+7
2011-09-04Document possible optimization for the --pack-binary-rock option.Hisham Muhammad1-0/+8
2011-09-03change the hg provider to use the hg:// protocol for backwards compatibility....sylvanaar4-11/+11
2011-09-01Removed misleading error messagesIgnacio Burgueño1-3/+3
2011-08-31clarified commentIgnacio Burgueño1-2/+1
2011-08-29Clarify documentation: the --pack-binary-rock packs in the current directory,...Hisham Muhammad1-1/+2
2011-08-26Implemented a flag --pack-binary-rock to "luarocks build", that compiles into...Hisham Muhammad4-28/+58
2011-08-26update bug report addressHisham Muhammad1-2/+2
2011-08-26simplify two functions into one.Hisham Muhammad3-20/+13
2011-08-26only perform module-to-path translation magic on "lib" and "lua" entries of t...Hisham Muhammad1-13/+15
2011-08-20some additional fixessylvanaar2-5/+5
2011-08-20added an hg scc providersylvanaar3-3/+58
2011-08-14Preparing for release.2.0.5-rc12.0.5Hisham Muhammad2-2/+2
2011-08-14Abstract all external commands so they can be overriden via config.luaHisham Muhammad9-84/+121
2011-08-14tweak for local testingHisham Muhammad1-2/+1
2011-08-14Fix refresh_cache and remove code redundancyHisham Muhammad4-47/+39
2011-08-14oops, use stderr with printerr!Hisham Muhammad1-1/+1
2011-08-14Abstract away configuration issue over to cfg.Hisham Muhammad2-8/+8
2011-08-14Be a bit more verbose in type='command',Hisham Muhammad1-0/+2
2011-08-13Replace all print()'s by appropriate calls to send messages to stdout and std...Hisham Muhammad28-187/+210
2011-08-09current_dir() should not assume that the PWD environment variable is valid (c...Hisham Muhammad2-12/+6
2011-07-28Use provided subdirectories to look for files if specified (#32)Mikhail Gusarov1-8/+22