Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-14 | In kerl line 30: | Pierre Fenoll | |
GREP_OPTIONS='' ^-- SC2034: GREP_OPTIONS appears unused. Verify it or export it. Introduced by: 2107b4699b5e23c90f89004da5a68a4110c5bf23 | |||
2018-03-14 | shellcheck: add a pass to CI | Pierre Fenoll | |
2018-03-10 | Merge pull request #267 from erszcz/master | Mark Allen | |
Install docsh 0.5.0 | |||
2018-03-09 | Install docsh 0.5.0 | Radek Szymczyszyn | |
Major docsh changes since 0.4.0: - Support Erlang 20 "Dbgi" chunk (01661fa) - Guess source file location even if src/ has a hierarchical structure (b442346) - Fix inconsistent lookup times (7149177) - Expand shell helper documentation (ab3e143) - Clean up remaining compiler / Dialyzer warnings (60a202f) - Apply gomoripeti's fix for proplists' doc retrieval (5407e56) - Describe manual docsh setup (ecf3582) | |||
2018-03-05 | Roll 1.8.21.8.2 | Mark Allen | |
2018-01-30 | ci-centos6: install more compilers for jinterface and orber | Pierre Fenoll | |
2018-01-30 | ci-centos6: upgrade git to >1.7.2 in centos6 for circleci | Pierre Fenoll | |
2018-01-30 | ci-centos6: use circleci workflows | Pierre Fenoll | |
2018-01-30 | ci-centos6: test centos6 + otp/20.2 | Pierre Fenoll | |
2018-01-23 | Merge pull request #258 from kerl/zlib_patch | Mark Allen | |
Add zlib patch to kerl when building between 17-19 | |||
2018-01-23 | Merge pull request #261 from fenollp/patch-1 | Mark Allen | |
Add TravisCI badge | |||
2018-01-18 | Add TravisCI badge | Pierre Fenoll | |
2018-01-17 | Add zlib patch to kerl when building between 17-19zlib_patch | Mark Allen | |
2017-11-26 | Update README.md | Mark Allen | |
2017-11-25 | Merge pull request #246 from fenollp/circleci | Mark Allen | |
circleci: add another CI provider for R15 builds | |||
2017-11-25 | circleci: build R15B03 with debian 8 | Pierre Fenoll | |
2017-11-22 | Merge pull request #247 from fredyouhanaie/master | Mark Allen | |
Fixed the empty package name warning. (#245) | |||
2017-11-20 | Fixed the empty package name warning. (#245) | Fred Youhanaie | |
2017-11-13 | Merge pull request #242 from kerl/doc_update | Mark Allen | |
Update README | |||
2017-11-13 | Roll 1.8.11.8.1 | Mark Allen | |
2017-11-13 | Merge branch 'essen-fix-delete-installation' | Mark Allen | |
2017-11-13 | Fix removal message | Mark Allen | |
2017-11-12 | Delete the correct installation folder when a name is provided | Loïc Hoguin | |
2017-11-12 | Fix deleting installation by name | Loïc Hoguin | |
`kerl delete installation` allows deleting by name or path. Problem is, if you provide the name it tries to check for a file `"$name"/activate` instead of using the path, and fails. | |||
2017-11-08 | Update README | Mark Allen | |
2017-11-08 | Roll 1.8.01.8.0 | Mark Allen | |
2017-11-08 | Merge pull request #213 from erszcz/install-docsh | Mark Allen | |
Install docsh | |||
2017-11-08 | Merge pull request #241 from dmitrivereshchagin/fix-check-dpkg | Mark Allen | |
Fix requirements check on Debian-based systems | |||
2017-11-08 | Fix requirements check on Debian-based systems | Dmitri Vereshchagin | |
Underscore was missing in function name. | |||
2017-11-04 | Extend install-docsh command description | Radek Szymczyszyn | |
2017-11-04 | Describe install-docsh command in the README | Radek Szymczyszyn | |
2017-11-03 | Symlink $HOME/.erlang instead of installing a fixed one in tcsh | Radek Szymczyszyn | |
2017-11-03 | Symlink $HOME/.erlang instead of installing a fixed one in fish | Radek Szymczyszyn | |
2017-11-03 | Add install-docsh to the list of valid commands | Radek Szymczyszyn | |
2017-11-03 | Symlink $HOME/.erlang instead of installing a fixed one in bash | Radek Szymczyszyn | |
2017-11-03 | Fix indentation | Radek Szymczyszyn | |
2017-11-03 | Use docsh 0.4.0 | Radek Szymczyszyn | |
2017-11-03 | [skip ci] Ask user to reactivate after docsh installation | Radek Szymczyszyn | |
2017-11-03 | Use a tagged version of docsh | Radek Szymczyszyn | |
2017-11-03 | Check OTP / docsh version compatibility | Radek Szymczyszyn | |
2017-11-03 | Enable docsh in activate.csh | Radek Szymczyszyn | |
2017-11-03 | Fix likely typo: _KERL_SAVED_PROMP -> _KERL_SAVED_PROMPT | Radek Szymczyszyn | |
2017-11-03 | Enable docsh in activate.fish | Radek Szymczyszyn | |
2017-11-03 | Remove TODO about docsh url configurability | Radek Szymczyszyn | |
2017-11-03 | Set DOCSH_USER_DEFAULT when activating | Radek Szymczyszyn | |
2017-11-03 | Install user_default to the Erlang installation not the build | Radek Szymczyszyn | |
2017-11-03 | Install docsh | Radek Szymczyszyn | |
2017-11-03 | Remove DOCSH_DIR on docsh installation error | Radek Szymczyszyn | |
2017-11-03 | Install user_default | Radek Szymczyszyn | |
2017-11-03 | Fix .erlang existence test | Radek Szymczyszyn | |