| Commit message (Expand) | Author | Files | Lines |
2012-09-18 | Add 'lint' command, to check for rockspec validity. | Hisham Muhammad | 2 | -0/+38 |
2012-09-18 | Be stricter in type check to catch errors such as #90. Closes #90. | Hisham Muhammad | 2 | -2/+4 |
2012-09-18 | package is probably more accurate | Hisham Muhammad | 1 | -2/+2 |
2012-09-18 | Makes use of -rpath conditional on MacOSX version. Should fix #88, feedback w... | Hisham Muhammad | 2 | -3/+13 |
2012-09-18 | Add mirroring support. String-array entries in the array of | Hisham Muhammad | 3 | -10/+17 |
2012-09-11 | Return error message for require loader | Rob Hoelz | 1 | -2/+2 |
2012-09-10 | enforce proper order in the loader... apparently this has been working "by ac... | Hisham Muhammad | 1 | -4/+4 |
2012-09-07 | LuaSocket's http.request crashes when given URLs missing the scheme part. | Hisham Muhammad | 1 | -1/+9 |
2012-09-07 | Add back correct function that went missing in the latest reorganization. | Hisham Muhammad | 1 | -3/+3 |
2012-09-03 | fs.quiet doesn't require external tools | Hisham Muhammad | 4 | -14/+14 |
2012-09-03 | Cleanup and reduce diff between unix.tools and win32.tools | Hisham Muhammad | 2 | -109/+114 |
2012-09-03 | Add missing pipe:close() | Hisham Muhammad | 1 | -0/+1 |
2012-09-03 | Add extra check for Debian-based systems... | Hisham Muhammad | 1 | -3/+10 |
2012-08-27 | Fix handling of "/" in dir.path. Closes #80. | Hisham Muhammad | 1 | -5/+6 |
2012-08-27 | Let's try to make manifest writing more atomic, and see if this is an improve... | Hisham Muhammad | 1 | -1/+5 |
2012-08-14 | Apply fix suggested by @doub. Closes #87. | Hisham Muhammad | 1 | -1/+1 |
2012-08-08 | Add configuration for NetBSD, and refactor a bit the other configs. | Hisham Muhammad | 1 | -10/+13 |
2012-07-17 | fix behavior of $(LUA)v2.0.10 | Hisham Muhammad | 4 | -3/+8 |
2012-07-12 | oops, missed this one. | Hisham Muhammad | 1 | -1/+1 |
2012-07-12 | Missing local (thanks lua-inspect!) | Hisham Muhammad | 1 | -1/+1 |
2012-07-12 | The persist module is not rockspec-specific | Hisham Muhammad | 1 | -3/+3 |
2012-07-09 | Fix mode string in call to io.open | Norman Clarke | 1 | -1/+1 |
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-28 | Bump version to 2.0.9 | Ignacio Burgueño | 1 | -2/+1 |
2012-06-27 | Refactor io into separate function | Norman Clarke | 1 | -9/+17 |
2012-06-26 | force path to ensure the local environment does not mess with 'bootstrap' | Hisham Muhammad | 1 | -1/+1 |
2012-06-22 | Added save_from_table_to_string to persist module | Norman Clarke | 1 | -5/+21 |
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 |