aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge pull request #128 from Tieske/removed_win_workaroundThijs Schreijer2013-04-201-2/+1
| |\ \ | | | | | | | | Removed windows workaround
| | * | Accidental workaround was left behindThijs Schreijer2013-04-201-2/+1
| | | |
| * | | Merge pull request #124 from Tieske/refactor_builtin_errorThijs Schreijer2013-04-201-21/+12
| |\| | | | | | | | | | refactored error handling, less error prone
| | * | refactored error handling, less error proneThijs Schreijer2013-04-151-21/+12
| | |/
* | / Fixes to the patch feature, contributed by Philipp JandaHisham Muhammad2013-04-291-2/+2
|/ /
* | Fix uses of home_config_file when it goes missing due to --force-config.Hisham Muhammad2013-04-182-4/+7
| |
* | end of line at end of fileHisham Muhammad2013-04-181-1/+1
| |
* | Make life easier for our friends who are still using VT-100 terminals.Hisham Muhammad2013-04-181-6/+8
| | | | | | | | I wonder if LuaRocks runs on Unix System V? :)
* | Improve "see help" messages and always use the name by which the luarocks ↵Hisham Muhammad2013-04-1817-22/+43
|/ | | | program was launched.
* Merge pull request #123 from Tieske/masterv2.0.13Thijs Schreijer2013-04-141-1/+1
|\ | | | | minor fix
| * fix minor bug in windows registry loaderThijs Schreijer2013-04-141-1/+1
|/
* Fix detection of existing configuration.Hisham Muhammad2013-04-141-2/+2
|
* General improvements for Lua 5.1 and 5.2 coexistance:Hisham Muhammad2013-04-125-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.
* Safe quoting for concatenating constant strings into patterns.Hisham Muhammad2013-04-122-1/+10
|
* compile rclauncher binary wrapper on windows on every buildFabio Mascarenhas2013-04-126-102/+108
|
* fix installation of builtin luaFabio Mascarenhas2013-04-121-1/+1
|
* fix syntax error on new verbose optionFabio Mascarenhas2013-04-124-5/+5
|
* Merge branch 'master' of github.com:keplerproject/luarocksHisham Muhammad2013-04-122-16/+46
|\
| * Merge pull request #121 from Tieske/installer_52_supportThijs Schreijer2013-04-121-10/+38
| |\ | | | | | | updated installer to support 5.2 (extra command switch /LV)
| | * updated installer to support 5.2 (extra command switch /LV)Thijs Schreijer2013-04-121-10/+38
| | |
| * | Merge pull request #120 from Tieske/fix_failed_compilation_not_abortedThijs Schreijer2013-04-121-6/+8
| |\ \ | | | | | | | | bug in builtin.lua that caused a previous "ok=false" to be reset in a la...
| | * | bug in builtin.lua that caused a previous "ok=false" to be reset in a later ↵Thijs Schreijer2013-04-121-6/+8
| | |/ | | | | | | | | | stage of building and hence report success even though it had errors.
* | / Make new_version smarter, so it knows how to look inside an updated tarball ↵Hisham Muhammad2013-04-122-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`
* | Handle verbosity with a config option (now it can be set through the config ↵Hisham Muhammad2013-04-122-7/+3
| | | | | | | | file)
* | Make new_version consume hyphens from version numbersHisham Muhammad2013-04-121-3/+3
| |
* | Merge pull request #119 from Tieske/masterThijs Schreijer2013-04-121-4/+23
|\| | | | | optional verbose output
| * added some verbose output options. TODO: make commandline optionThijs Schreijer2013-04-121-4/+23
|/
* Merge pull request #118 from Tieske/launcher_52_compatThijs Schreijer2013-04-121-3/+2
|\ | | | | 5.2 compatibility for the launcher wrapper.
| * 5.2 compatibility for the launcher wrapper.Thijs Schreijer2013-04-121-3/+2
|/
* Merge pull request #114 from Tieske/Regsitry_info_addedThijs Schreijer2013-04-115-4/+187
|\ | | | | implements .rockspec file extension on windows
| * added default command "edit", so when double clicking it won't automatically ↵Thijs Schreijer2013-04-091-0/+6
| | | | | | | | install, but open notepad. A safer option.
| * fixes in registry template and batchfile luarocksw.batThijs Schreijer2013-04-092-12/+13
| |
| * installer adds information for the registry, including icon and actions for ↵Thijs Schreijer2013-04-095-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
* | Merge pull request #116 from Tieske/fixed_exe_wrapperThijs Schreijer2013-04-113-1/+24
|\ \ | | | | | | Fixed exe wrapper
| * | fixed wrapper code to include the global 'arg' table, including compiled ↵Thijs Schreijer2013-04-102-1/+23
| |/ | | | | | | object file
| * small fix to installer, for consistency (no functional impact)Thijs Schreijer2013-04-071-0/+1
|/
* Merge pull request #113 from Tieske/MinGW_fixHisham Muhammad2013-04-062-56/+153
|\ | | | | Mingw fix and windows installer batch file updated
| * fixed installer: typo in write config fileThijs Schreijer2013-04-061-1/+1
| |
| * installer bugfix in case of quoted arguments for pathsThijs Schreijer2013-04-061-10/+10
| |
| * Updated installer batch fileThijs Schreijer2013-04-061-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
| * moved some blocks around to make it more logicalThijs Schreijer2013-04-051-21/+22
| |
| * added user instructions for updating path variablesThijs Schreijer2013-04-041-2/+7
| |
| * added comments in th installer, added slightly more verbose output during ↵Thijs Schreijer2013-04-041-17/+42
| | | | | | | | installing, and fixed the bug of MinGW binaries being overwritten.
| * more clarification of help textThijs Schreijer2013-04-041-0/+7
| |
| * added some clarification to the installer batch file help textThijs Schreijer2013-04-041-2/+5
| |
| * fix lib extension and remove default mcvcr80 runtime for MinGWThijs Schreijer2013-04-041-3/+3
| |
* | Improve diagnostics on error copying 'lua' directory.Hisham Muhammad2013-04-071-2/+2
| | | | | | | | Actually it would be better to check if this is really working as intended.
* | Fix crash in the 'show' command when using a table as entry in rocks_trees ↵Hisham Muhammad2013-04-062-3/+11
| | | | | | | | config file.
* | Accept rocks and rockspecs in the remove command: interpret rock name and ↵Hisham Muhammad2013-04-061-0/+7
|/ | | | version from their names.
* Fixed detection of Debian paths for Lua includes.Hisham Muhammad2013-03-061-10/+12
|