| Commit message (Expand) | Author | Files | Lines |
2012-07-06 | Adjust Git clone command according to Git version. | Norman Clarke | 1 | -6/+35 |
2012-07-06 | Bump version to 2.0.9 | Ignacio Burgueño | 1 | -2/+1 |
2012-07-03 | remove .svn directories so they don't show up in .rock files, | Hisham Muhammad | 1 | -0/+7 |
2012-06-26 | force path to ensure the local environment does not mess with 'bootstrap' | Hisham Muhammad | 1 | -1/+1 |
2012-06-19 | Pass -rpath to linker for external dependencies. | Robert G. Jakabosky | 1 | -0/+1 |
2012-06-08 | add check to avoid incorrect program_version, as happened for 2.0.9 :( | Hisham Muhammad | 1 | -0/+6 |
2012-05-24 | Do not lose error message information on 'unpack'. | Hisham Muhammad | 2 | -3/+3 |
2012-05-23 | Makefile: fix install targets for parallel Make. | Reuben Thomas | 1 | -5/+5 |
2012-05-23 | Add -f to some more rm commands which should never fail. | Reuben Thomas | 1 | -3/+3 |
2012-05-20 | Add new file to Makefile | Hisham Muhammad | 1 | -1/+1 |
2012-05-20 | Add "new_version", a new feature. | Hisham Muhammad | 2 | -0/+142 |
2012-05-20 | Refactor the download operation so it can be used by other modules. | Hisham Muhammad | 1 | -34/+38 |
2012-05-20 | Add support for a priority table when writing files. | Hisham Muhammad | 2 | -24/+79 |
2012-05-20 | Fix stat flag used by FreeBSD. Closes #72. | Hisham Muhammad | 1 | -4/+4 |
2012-05-15 | Oops, fooled by the precedence rules. This should fix the fix for #52. | Hisham Muhammad | 1 | -1/+1 |
2012-05-14 | git checkout is not needed anymore | Ignacio Burgueño | 1 | -7/+0 |
2012-05-11 | Simplify --branch | Ignacio Burgueño | 1 | -2/+1 |
2012-05-11 | Clone using --branch flag when needed. | Ignacio Burgueño | 1 | -2/+3 |
2012-05-11 | Ensures that branches are properly fetched if needed | Ignacio Burgueño | 1 | -0/+2 |
2012-05-07 | Add --nodeps flag. Closes #67. | Hisham Muhammad | 4 | -23/+36 |
2012-05-07 | Make URLs in description field clickable in index.html | Hisham Muhammad | 1 | -1/+4 |
2012-05-07 | preserve error message, suggested by Themroc@github | Hisham Muhammad | 1 | -1/+1 |
2012-05-07 | avoid accepting directories, suggested by Themroc@github | Hisham Muhammad | 1 | -1/+1 |
2012-05-07 | compatibility fix suggested by Themroc@github | Hisham Muhammad | 1 | -1/+1 |
2012-04-24 | Fix for situation where we have lzlib but not lfs | Hisham Muhammad | 1 | -2/+2 |
2012-04-24 | Make sure configuration files are reported correctly in help screen. | Hisham Muhammad | 1 | -3/+3 |
2012-04-13 | restore file mode when cleaning up | Hisham Muhammad | 1 | -0/+1 |
2012-04-13 | changes string.gfind for string.gmatch | Ignacio Burgueño | 1 | -1/+1 |
2012-03-26 | Improve check for permissions, and use standardized check in 'remove' command... | Hisham Muhammad | 2 | -9/+21 |
2012-03-23 | Improve configuration message in LuaRocks help | Hisham Muhammad | 2 | -6/+22 |
2012-03-19 | Make sure permissions are retained, now that the file is rewritten (for compa... | Hisham Muhammad | 1 | -0/+1 |
2012-03-10 | make sure rockspec is consistent when running makedist | Hisham Muhammad | 1 | -0/+6 |
2012-03-10 | avoid error when using make -j | Hisham Muhammad | 1 | -4/+4 |
2012-03-10 | fix the generation of the #! headers | Hisham Muhammad | 1 | -1/+1 |
2012-03-09 | Further steps for Lua 5.2 support | Hisham Muhammad | 8 | -60/+123 |
2012-03-03 | Add support for the "solaris" platform | Mark Pulford | 1 | -0/+11 |
2012-03-03 | Fix build on platforms without the "sed -i" option | Mark Pulford | 1 | -1/+2 |
2012-03-01 | this shouldn't be a global | Hisham Muhammad | 1 | -1/+1 |
2012-02-29 | fix version in included rockspecv2.0.8 | Hisham Muhammad | 1 | -1/+1 |
2012-02-28 | Catch error properly. Closes #63. | Hisham Muhammad | 1 | -0/+3 |
2012-02-28 | Fix cmake backend. | Hisham Muhammad | 1 | -3/+3 |
2012-02-22 | Simplify detection of binary files for determining arch suffix of packed rock... | Hisham Muhammad | 1 | -22/+8 |
2012-02-20 | Dropped prefix assignments to LUA_INTERPRETER and added luajit. | Daniel Klein | 1 | -6/+15 |
2012-02-16 | add missing reference | Hisham Muhammad | 1 | -1/+1 |
2012-02-16 | preparing for release candidate | Hisham Muhammad | 1 | -1/+1 |
2012-02-16 | Add git_file pseudoprotocol for handling local Git repos, using "git+file:///... | Hisham Muhammad | 2 | -1/+18 |
2012-02-14 | Nicer looking help, inspired by man pages. | Hisham Muhammad | 2 | -32/+47 |
2012-02-14 | Don't crash on invalid config files. | Hisham Muhammad | 3 | -4/+27 |
2012-02-14 | replace Win32 binaries with files from GnuWin32: | Hisham Muhammad | 14 | -1/+1 |
2012-02-12 | The problem reported in #58 also applied to 'luarocks build'. | Hisham Muhammad | 1 | -3/+2 |