summaryrefslogtreecommitdiff
path: root/lfw (unfollow)
Commit message (Collapse)AuthorFilesLines
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)
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 ↵Thijs Schreijer2-1/+23
object file
2013-04-09added default command "edit", so when double clicking it won't automatically ↵Thijs Schreijer1-0/+6
install, but open notepad. A safer option.
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
.rockspec files when /R argument is provided. includes the new luarocksw.bat batch file also: made the /P argument of the installer required
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
Actually it would be better to check if this is really working as intended.
2013-04-06Fix crash in the 'show' command when using a table as entry in rocks_trees ↵Hisham Muhammad2-3/+11
config file.
2013-04-06Accept rocks and rockspecs in the remove command: interpret rock name and ↵Hisham Muhammad1-0/+7
version from their names.
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
library name to link against is now configurable, and a default list to look for is set Library and runtime will be written into the config files now /L can no longer be used with /LUA /INC /BIN /LIB (will error and exit) More verbose output while searching for a Lua installation
2013-04-05moved some blocks around to make it more logicalThijs Schreijer1-21/+22
2013-04-04added user instructions for updating path variablesThijs Schreijer1-2/+7
2013-04-04added comments in th installer, added slightly more verbose output during ↵Thijs Schreijer1-17/+42
installing, and fixed the bug of MinGW binaries being overwritten.
2013-04-04more clarification of help textThijs Schreijer1-0/+7
2013-04-04added some clarification to the installer batch file help textThijs Schreijer1-2/+5
2013-04-04fix lib extension and remove default mcvcr80 runtime for MinGWThijs Schreijer1-3/+3
2013-03-06Fixed detection of Debian paths for Lua includes.Hisham Muhammad1-10/+12
2012-12-20MacOSX uses 'make', not 'gmake' as the other BSDs.Hisham Muhammad1-0/+1