| Commit message (Expand) | Author | Files | Lines |
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-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 |
2013-04-12 | Make new_version consume hyphens from version numbers | Hisham Muhammad | 1 | -3/+3 |
2013-04-12 | updated installer to support 5.2 (extra command switch /LV) | Thijs Schreijer | 1 | -10/+38 |
2013-04-12 | added some verbose output options. TODO: make commandline option | Thijs Schreijer | 1 | -4/+23 |
2013-04-12 | 5.2 compatibility for the launcher wrapper. | Thijs Schreijer | 1 | -3/+2 |
2013-04-10 | fixed wrapper code to include the global 'arg' table, including compiled obje... | Thijs Schreijer | 2 | -1/+23 |
2013-04-09 | added default command "edit", so when double clicking it won't automatically ... | Thijs Schreijer | 1 | -0/+6 |
2013-04-09 | fixes in registry template and batchfile luarocksw.bat | Thijs Schreijer | 2 | -12/+13 |
2013-04-09 | installer adds information for the registry, including icon and actions for .... | Thijs Schreijer | 5 | -4/+180 |
2013-04-07 | small fix to installer, for consistency (no functional impact) | Thijs Schreijer | 1 | -0/+1 |
2013-04-07 | Improve diagnostics on error copying 'lua' directory. | Hisham Muhammad | 1 | -2/+2 |
2013-04-06 | Fix crash in the 'show' command when using a table as entry in rocks_trees co... | Hisham Muhammad | 2 | -3/+11 |
2013-04-06 | Accept rocks and rockspecs in the remove command: interpret rock name and ver... | Hisham Muhammad | 1 | -0/+7 |
2013-04-06 | fixed installer: typo in write config file | Thijs Schreijer | 1 | -1/+1 |
2013-04-06 | installer bugfix in case of quoted arguments for paths | Thijs Schreijer | 1 | -10/+10 |
2013-04-06 | Updated installer batch file | Thijs Schreijer | 1 | -18/+74 |