Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-12 | Use maps instead of dict in erl_expand_records | José Valim | |
2017-02-10 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-10 | Merge branch 'maint-r15' into maint | Ingela Anderton Andin | |
2017-02-09 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Improve Erlang shell's tab-completion of long names | |||
2017-02-09 | Merge branch 'hasse/stdlib/shell_tab_compl/ERL-352/OTP-14200' into maint | Hans Bolinder | |
* hasse/stdlib/shell_tab_compl/ERL-352/OTP-14200: stdlib: Improve Erlang shell's tab-completion of long names | |||
2017-02-09 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/sasl/test/systools_SUITE.erl | |||
2017-02-09 | Merge pull request #1329 from brucify/update_readme | Björn-Egil Dahlberg | |
Update README.md | |||
2017-02-09 | Merge branch 'siri/systools/warnings_as_errors-return/OTP-14170' into maint | Siri Hansen | |
* siri/systools/warnings_as_errors-return/OTP-14170: [systools] Fix return value for warnings_as_errors + silent | |||
2017-02-09 | Merge branch 'maint' | Raimo Niskanen | |
2017-02-09 | Merge branch 'maint-r16' into maint | Raimo Niskanen | |
2017-02-09 | Merge branch 'maint-r16b02' into maint-r16maint-r16 | Raimo Niskanen | |
Conflicts: lib/snmp/doc/src/notes.xml lib/snmp/src/app/snmp.appup.src lib/snmp/vsn.mk | |||
2017-02-09 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-09 | Merge branch 'maint-r15' into maint | Ingela Anderton Andin | |
2017-02-09 | Merge pull request #1327 from ↵ | Björn Gustavsson | |
bjorng/bjorn/asn1/maps-instead-of-records/OTP-14004 Teach the ASN.1 compiler the 'maps' option OTP-14219 | |||
2017-02-09 | Merge pull request #1312 from richcarl/shell-smart-compile | Björn Gustavsson | |
Extend shell c(...) to find and recompile modules OTP-14190 | |||
2017-02-09 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Fix observer term conversion error spelling | |||
2017-02-09 | Merge pull request #1333 from lepoetemaudit/observer-term-error-spelling | Björn Gustavsson | |
Fix observer term conversion error spelling | |||
2017-02-09 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Reduce size of the log file for Travis CI Include more otp_SUITE tests cases in the smoke test | |||
2017-02-09 | Merge pull request #1336 from bjorng/bjorn/travis-less-verbose | Björn Gustavsson | |
Reduce size of the log file for Travis CI | |||
2017-02-09 | Merge pull request #1334 from bjorng/bjorn/extend-smoke-test | Björn Gustavsson | |
Include more otp_SUITE tests cases in the smoke test | |||
2017-02-09 | emacs: revert erldoc change | Dan Gudmundsson | |
did not load erldoc after changes | |||
2017-02-09 | Merge remote-tracking branch 'upstream/pr/1297' | Dan Gudmundsson | |
* upstream/pr/1297: Emacs: Describe how to run unit tests Emacs: Consider arity when jumping to definitions | |||
2017-02-09 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Correct PLT tests | |||
2017-02-09 | Merge branch 'hasse/dialyzer/correct_plt_tests' into maint | Hans Bolinder | |
* hasse/dialyzer/correct_plt_tests: dialyzer: Correct PLT tests | |||
2017-02-08 | Emacs: Describe how to run unit tests | Johan Claesson | |
Also prepare the test cases for Emacs 26. | |||
2017-02-08 | Emacs: Consider arity when jumping to definitions | Johan Claesson | |
Only the xref front-end introduced in Emacs 25 consider arity. It is not implemented for older emacsen. Look for manual page files in lib/erlang/man in erlang-root-dir. Also do not give up in erlang-man-module when not finding the manual page file. Call manual-entry as a fallback. Do not bother to populate menu-bar with man pages when menu-bar-mode is nil. Add erlang extensions also to dired-omit-extensions. Remove some support for Emacs 18 and 19. | |||
2017-02-08 | Reduce size of the log file for Travis CI | Björn Gustavsson | |
The huge log files are problematic. Add shell scripts that captures the log output to a temporary file and only display the log file if an error occurs. | |||
2017-02-08 | stdlib: Improve Erlang shell's tab-completion of long names | Hans Bolinder | |
2017-02-08 | Deprecate filename:find_src/1/2 | Richard Carlsson | |
2017-02-08 | Include more otp_SUITE tests cases in the smoke test | Björn Gustavsson | |
For the benefit of Travis CI, include more test cases from otp_SUITE in the smoke test. That will avoid having to run a pull request through the daily builds to find those kind of minor issues. | |||
2017-02-08 | Merge branch 'dgud/tools/emacs/erlang-mode-cleanup' | Dan Gudmundsson | |
* dgud/tools/emacs/erlang-mode-cleanup: Fix a command's name Clean-up erldoc.el Set some useful file-local variables in erlang-edoc.el Clean-up erlang-eunit.el Clean-up erlang-start.el Update erlang-pkg.el Set erlang-mode's encoding to utf-8 Remove redundant wrappers around Emacs version constants Convert some defvars to defcustoms and fix some docstrings Remove some unneeded backward compatibility code Remove redundant erlang-interactive-p Remove redundant function prog-mode Remove redundant function erlang-string-to-int Require Emacs 24.1 in erlang-mode Fix some whitespace in erlang-mode | |||
2017-02-08 | Fix a command's name | Bozhidar Batsov | |
2017-02-08 | Clean-up erldoc.el | Bozhidar Batsov | |
2017-02-08 | Set some useful file-local variables in erlang-edoc.el | Bozhidar Batsov | |
2017-02-08 | Clean-up erlang-eunit.el | Bozhidar Batsov | |
2017-02-08 | Clean-up erlang-start.el | Bozhidar Batsov | |
2017-02-08 | Update erlang-pkg.el | Bozhidar Batsov | |
2017-02-08 | Set erlang-mode's encoding to utf-8 | Bozhidar Batsov | |
2017-02-08 | Remove redundant wrappers around Emacs version constants | Bozhidar Batsov | |
2017-02-08 | Convert some defvars to defcustoms and fix some docstrings | Bozhidar Batsov | |
2017-02-08 | Remove some unneeded backward compatibility code | Bozhidar Batsov | |
2017-02-08 | Remove redundant erlang-interactive-p | Bozhidar Batsov | |
2017-02-08 | Remove redundant function prog-mode | Bozhidar Batsov | |
2017-02-08 | Remove redundant function erlang-string-to-int | Bozhidar Batsov | |
2017-02-08 | Require Emacs 24.1 in erlang-mode | Bozhidar Batsov | |
2017-02-08 | Fix some whitespace in erlang-mode | Bozhidar Batsov | |
2017-02-08 | Fix observer term conversion error spelling | Dave Jeffrey | |
In the observer UI, when inspecting state, the error given when attempting to convert a bad term contains a spelling mistake. | |||
2017-02-08 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: [tools] Update erlang-edoc.el to include @param and @returns | |||
2017-02-08 | Merge pull request #1282 from leoliu/maint | Dan Gudmundsson | |
[tools] Update erlang-edoc.el to include param and returns OTP-14217 | |||
2017-02-08 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: OTP_VERSION |