Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ChangeLog: formatting tweaks | Hisham Muhammad | 2018-07-02 | 1 | -13/+13 |
| | |||||
* | Docs: updated Changelog for LuaRocks 3.0 | Hisham Muhammad | 2018-07-02 | 1 | -52/+151 |
| | |||||
* | build: make "builtin" the default build.type | Hisham Muhammad | 2018-06-06 | 1 | -0/+1 |
| | |||||
* | update changelog | Hisham Muhammad | 2018-05-24 | 1 | -8/+44 |
| | |||||
* | upload: new flag --temp-key | Hisham Muhammad | 2018-03-20 | 1 | -0/+3 |
| | | | | | | New flag `--temp-key` for `luarocks upload`, allowing you to easily upload rocks into an alternate account without disrupting the stored configuration of your main account. | ||||
* | path: use versioned LUA_xPATH_5_x variables | Hisham Muhammad | 2018-01-05 | 1 | -0/+3 |
| | | | | | | | | `luarocks path` now exports versioned variables `LUA_PATH_5_x` and `LUA_CPATH_5_x` instead of `LUA_PATH` and `LUA_CPATH` when those are in use in your system. Fixes #760. | ||||
* | When using --tree, prepend its package paths in wrappers. | Hisham Muhammad | 2018-01-02 | 1 | -0/+2 |
| | | | | Fixes #740. | ||||
* | Adds --dev flag for development-branch sub-repositories. (#736) | Hisham Muhammad | 2017-10-08 | 1 | -0/+4 |
| | | | | | | | | | | | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: ``` luarocks install --dev luafilesystem ``` The list of URLs configured in `rocks_servers` is prepended with a list containing "/dev" in their paths. | ||||
* | ChangeLog: Mark module relocations as internal changes | Hisham Muhammad | 2017-10-05 | 1 | -5/+8 |
| | |||||
* | 3.0: Patches can create and delete files. | Hisham Muhammad | 2017-10-04 | 1 | -0/+2 |
| | |||||
* | Add a changelog with ongoing LuaRocks 3 changes. | Hisham Muhammad | 2017-09-29 | 1 | -0/+33 |