| Commit message (Expand) | Author | Files | Lines |
2013-07-17 | Add --old-versions to 'purge'. | Hisham Muhammad | 1 | -7/+29 |
2013-07-17 | Fix: make sure that --keep flag forwards correctly from 'install' to 'build'. | Hisham Muhammad | 2 | -2/+34 |
2013-07-17 | Add missing documentation. | Hisham Muhammad | 3 | -4/+17 |
2013-07-11 | Add links to manifest-5.1 and manifest-5.2 to ensure that wget mirroring fetc... | Hisham Muhammad | 1 | -1/+1 |
2013-07-04 | oops! remove stray print | Hisham Muhammad | 1 | -1/+0 |
2013-07-04 | Add support for "remove on install" for `luarocks make` too | Hisham Muhammad | 1 | -1/+9 |
2013-07-04 | Remove other previously installed versions when running 'build' or 'install'. | Hisham Muhammad | 7 | -67/+106 |
2013-07-04 | fixed bad varname | Thijs Schreijer | 1 | -1/+1 |
2013-07-04 | Fix error affecting `luarocks make`, as reported by Ignacio Burgueño | Hisham Muhammad | 1 | -1/+1 |
2013-07-04 | Off-by-one fix sent by Philipp Janda | Hisham Muhammad | 1 | -1/+1 |
2013-07-04 | fixed return value | Thijs Schreijer | 1 | -1/+1 |
2013-07-03 | Fix 'make build' | Hisham Muhammad | 1 | -1/+1 |
2013-07-03 | Try to detect runtime when specifying INC, LIB and BIN flags. | Ignacio Burgueño | 1 | -4/+8 |
2013-07-02 | Preparing for LuaRocks 2.1.0... let's try to install as a rock this time!v2.1.0rc1 | Hisham Muhammad | 4 | -4/+15 |
2013-07-02 | Make sure a wrapper script finds modules from its own version. | Hisham Muhammad | 3 | -11/+16 |
2013-07-02 | expose lua_version variable to config files. | Hisham Muhammad | 1 | -3/+3 |
2013-06-26 | Add flags --lr-path, --lr-cpath, --lr-bin to `luarocks path`, for convenience... | Hisham Muhammad | 2 | -11/+36 |
2013-06-24 | Add two new configuration options, 'hooks_enabled' and 'accepted_build_types', | Hisham Muhammad | 4 | -0/+19 |
2013-06-24 | Make sure manifest-5.1 and manifest-5.2 are generated and used only when deal... | Hisham Muhammad | 5 | -21/+36 |
2013-06-20 | Add versioned manifest files for Lua 5.1 and 5.2. Make sure LuaRocks only fin... | Hisham Muhammad | 3 | -17/+73 |
2013-06-19 | More documentation on deps_modes | Hisham Muhammad | 4 | -4/+26 |
2013-06-19 | Set the 'windows' variable on mingw32. Thanks to Alexey Melnichuk for the hea... | Hisham Muhammad | 1 | -1/+1 |
2013-06-17 | Added some additional error info when parsing version constraints, see issue ... | Thijs Schreijer | 2 | -9/+14 |
2013-05-24 | Support for updating versions of packages that remain with the same upstream ... | Hisham Muhammad | 1 | -39/+58 |
2013-05-24 | Avoid overwriting the current rockspec when unpacking a source .zip that happ... | Hisham Muhammad | 1 | -1/+1 |
2013-05-04 | changed failure to detect runtime into a warning. objdump.exe does not suppor... | Thijs Schreijer | 1 | -3/+8 |
2013-05-02 | fix; no longer check link lib when interpreter has no runtime specified, but ... | Thijs Schreijer | 1 | -4/+21 |
2013-05-02 | fix: if interpreter has no runtime, check link library for runtime used. | Thijs Schreijer | 1 | -7/+17 |
2013-04-30 | added comment | Thijs Schreijer | 1 | -1/+1 |
2013-04-30 | using objdump.exe to automatically detect the runtime dll to use for the chos... | Thijs Schreijer | 2 | -9/+47 |
2013-04-29 | Improve patch compatibility, as suggested by Philipp Janda | Hisham Muhammad | 1 | -1/+1 |
2013-04-29 | Fixes to the patch feature, contributed by Philipp Janda | Hisham Muhammad | 1 | -2/+2 |
2013-04-25 | Fixes by @Tieske to the installer | Ignacio Burgueño | 1 | -12/+13 |
2013-04-21 | Rewrote install batch file in Lua. | Ignacio Burgueño | 1 | -496/+571 |
2013-04-20 | Accidental workaround was left behind | Thijs Schreijer | 1 | -2/+1 |
2013-04-18 | Fix uses of home_config_file when it goes missing due to --force-config. | Hisham Muhammad | 2 | -4/+7 |
2013-04-18 | end of line at end of file | Hisham Muhammad | 1 | -1/+1 |
2013-04-18 | Make life easier for our friends who are still using VT-100 terminals. | Hisham Muhammad | 1 | -6/+8 |
2013-04-18 | Improve "see help" messages and always use the name by which the luarocks pro... | Hisham Muhammad | 17 | -22/+43 |
2013-04-15 | refactored error handling, less error prone | Thijs Schreijer | 1 | -21/+12 |
2013-04-14 | fix minor bug in windows registry loader | Thijs Schreijer | 1 | -1/+1 |
2013-04-14 | Fix detection of existing configuration. | Hisham Muhammad | 1 | -2/+2 |
2013-04-12 | General improvements for Lua 5.1 and 5.2 coexistance: | Hisham Muhammad | 5 | -42/+88 |
2013-04-12 | Safe quoting for concatenating constant strings into patterns. | Hisham Muhammad | 2 | -1/+10 |
2013-04-12 | compile rclauncher binary wrapper on windows on every build | Fabio Mascarenhas | 6 | -102/+108 |
2013-04-12 | fix installation of builtin lua | Fabio Mascarenhas | 1 | -1/+1 |
2013-04-12 | fix syntax error on new verbose option | Fabio Mascarenhas | 4 | -5/+5 |
2013-04-12 | Make new_version smarter, so it knows how to look inside an updated tarball t... | Hisham Muhammad | 2 | -2/+24 |
2013-04-12 | bug in builtin.lua that caused a previous "ok=false" to be reset in a later s... | Thijs Schreijer | 1 | -6/+8 |
2013-04-12 | Handle verbosity with a config option (now it can be set through the config f... | Hisham Muhammad | 2 | -7/+3 |