| Commit message (Expand) | Author | Files | Lines |
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 |
2013-04-05 | moved some blocks around to make it more logical | Thijs Schreijer | 1 | -21/+22 |
2013-04-04 | added user instructions for updating path variables | Thijs Schreijer | 1 | -2/+7 |
2013-04-04 | added comments in th installer, added slightly more verbose output during ins... | Thijs Schreijer | 1 | -17/+42 |
2013-04-04 | more clarification of help text | Thijs Schreijer | 1 | -0/+7 |
2013-04-04 | added some clarification to the installer batch file help text | Thijs Schreijer | 1 | -2/+5 |
2013-04-04 | fix lib extension and remove default mcvcr80 runtime for MinGW | Thijs Schreijer | 1 | -3/+3 |
2013-03-06 | Fixed detection of Debian paths for Lua includes. | Hisham Muhammad | 1 | -10/+12 |
2012-12-20 | MacOSX uses 'make', not 'gmake' as the other BSDs. | Hisham Muhammad | 1 | -0/+1 |