Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | Space between the option and the valueshell_history_otp_20 | Mark Allen | |
2017-06-22 | Add automatic shell history flag for OTP >= 20 | Mark Allen | |
2017-05-25 | Roll 1.5.11.5.1 | Mark Allen | |
2017-05-25 | Merge pull request #209 from monkeygroover/master | Mark Allen | |
Remove spurious spaces around KERL_CONFIGURE_OPTIONS line | |||
2017-05-25 | Remove spurious spaces around KERL_CONFIGURE_OPTIONS line | Richard Bowker | |
- extra spaces were causing the line to error: /usr/local/bin/kerl: line 552: KERL_CONFIGURE_OPTIONS: command not found | |||
2017-05-24 | Roll 1.5.01.5.0 | Mark Allen | |
2017-05-24 | Merge pull request #208 from kerl/bump-1.5.0 | Mark Allen | |
Bump version to 1.5.0 | |||
2017-05-24 | Merge pull request #205 from kerl/force_64_bits_macos | Mark Allen | |
Always turn on 64 bit builds for macOS | |||
2017-05-24 | Merge pull request #206 from kerl/gh-193-mtc-fix-doc-links | Mark Allen | |
Conditionally switch where docs symlink to | |||
2017-05-23 | Merge pull request #204 from kerl/get_perl_ver | Mark Allen | |
Get perl version in a more portable way | |||
2017-05-23 | Bump version to 1.5.0bump-1.5.0 | sanmiguel | |
Merge this last for Milestone 1.5.0, then tag and release | |||
2017-05-23 | Conditionally switch where docs symlink togh-193-mtc-fix-doc-links | sanmiguel | |
In some cases the docs are built without the 'erlang' subdir. Fixes #193 | |||
2017-05-23 | Always turn on 64 bit builds for macOSforce_64_bits_macos | Mark Allen | |
2017-05-23 | Get perl version in a more portable wayget_perl_ver | Mark Allen | |
2017-05-23 | Merge pull request #201 from kerl/force-move | Mark Allen | |
Add a force flag for some mv | |||
2017-05-23 | Merge pull request #198 from kerl/gh197 | Mark Allen | |
Apply makeop patch for perls >= 5.22 | |||
2017-05-23 | Merge pull request #200 from vladdu/patch-1 | Mark Allen | |
fix bad usage of 'read' command | |||
2017-05-05 | Add a -f flag for balky mvforce-move | Mark Allen | |
Some Linuxes get cranky when you try to move files on top of an existing directory. So we add the -f flag to say it's ok to overwrite that old stuff. | |||
2017-04-13 | fix bad usage of 'read' command | Vlad Dumitrescu | |
2017-03-30 | Apply makeop patch for perls >= 5.22gh197 | Mark Allen | |
2017-02-22 | Roll 1.4.21.4.2 | Mark Allen | |
2017-02-22 | Merge pull request #191 from kerl/bugfix2 | sanmiguel | |
Use string not-equal instead of integer not-equal | |||
2017-02-21 | Use string not-equal instead of integer not-equalbugfix2 | Mark Allen | |
2017-02-20 | Merge pull request #183 from kerl/enable-travis-ci | Mark Allen | |
Enable travis-CI, add 'kerl path' subcommand | |||
2017-02-20 | Revert the printf/echo change | sanmiguel | |
2017-02-19 | Bump timeout to 45enable-travis-ci | sanmiguel | |
Some erlang builds were taking longer than 30 to complete | |||
2017-02-18 | Disable R15B03-1 for now - it errors on MacOS on Travis for some TBD reason | sanmiguel | |
2017-02-18 | Re-add wx - maybe that's the cause of failure? | sanmiguel | |
2017-02-18 | :space_invader: cc @fenollp | sanmiguel | |
2017-02-18 | Disable wx; enable more erlang versions | sanmiguel | |
2017-02-18 | Try to activate an erlang, test that crypto works and deactivate it | sanmiguel | |
2017-02-18 | Use ./kerl not kerl | sanmiguel | |
2017-02-18 | Use new 'kerl path foo' command to figure out install to delete | sanmiguel | |
2017-02-18 | Merge branch 'get_active_path-cli' into enable-travis-ci | sanmiguel | |
2017-02-18 | Extend bash completion for 'kerl path'get_active_path-cli | sanmiguel | |
2017-02-18 | Add kerl path to zsh completions | sanmiguel | |
2017-02-18 | Flesh out 'kerl path' | sanmiguel | |
2017-02-17 | First pass at some of 'kerl path' | sanmiguel | |
WIP, lots TODO | |||
2017-02-16 | Add 'kerl path' subcommand | sanmiguel | |
Re #185 - [x] add `path` subcommad | |||
2017-02-12 | Better way to get path to installation | sanmiguel | |
2017-02-12 | Fix path to install dir when removing installation | sanmiguel | |
This is a bit nasty, and could be improved by #185 | |||
2017-02-12 | it's 'delete installation' not 'delete install'... | sanmiguel | |
2017-02-12 | Add more build steps to clean env | sanmiguel | |
2017-02-12 | Tweak install name | sanmiguel | |
Cut back on erlang versions in matrix while testing | |||
2017-02-12 | Extend time given for build to 20mins | sanmiguel | |
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received | |||
2017-02-12 | Add 18.3 to erlang versions to test | sanmiguel | |
2017-02-12 | Add .travis.yml first draft | sanmiguel | |
2017-02-12 | Roll 1.4.11.4.1 | Mark Allen | |
2017-02-12 | Merge pull request #181 from kerl/fix-build_plt | Mark Allen | |
Attempt a more accurate way to get apps for dialyzer PLT building | |||
2017-02-12 | Merge pull request #180 from kerl/mtc-fix-read-kerl-config-storage-filename | Mark Allen | |
Fix syntax for fetching old sum |