Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-02-08 | Merge branch 'maint-19' into maint | Raimo Niskanen | |
Conflicts: OTP_VERSION | |||
2017-02-07 | Merge branch 'hans/ssh/default_algo_list/OTP-14110' | Hans Nilsson | |
2017-02-07 | [systools] Fix return value for warnings_as_errors + silent | Siri Hansen | |
When both options 'warnings_as_errors' and 'silent' were given to systools:make_script or systools:make_relup, no error reason would be returned if warnings occured. Instead only the atom 'error' was returned. This is now corrected. Options 'warnings_as_errors' and 'no_warn_sasl' are now also allowed for systools:make_tar. | |||
2017-02-07 | Updated OTP versionOTP-19.2.3 | Erlang/OTP | |
2017-02-07 | Prepare release | Erlang/OTP | |
2017-02-07 | Merge branch 'hans/inets/ftp_bad_return_checks_patch/OTP-14203' into maint-19 | Erlang/OTP | |
* hans/inets/ftp_bad_return_checks_patch/OTP-14203: ftp: allow different timing sequences | |||
2017-02-07 | Merge branch 'raimo/efile_drv-read_file-use-fstat/OTP-14184' into maint-19 | Erlang/OTP | |
* raimo/efile_drv-read_file-use-fstat/OTP-14184: Use fstat if it exists in efile_openfile | |||
2017-02-07 | Merge branch 'sverker/bin2term-zlib-bug/ERL-340/OTP-14159' into maint-19 | Erlang/OTP | |
* sverker/bin2term-zlib-bug/ERL-340/OTP-14159: erts: Fix binary_to_term for compressed and zlib >= v1.2.9 | |||
2017-02-07 | Use fstat if it exists in efile_openfile | Raimo Niskanen | |
2017-02-07 | Update README.md | Bruce Yinhe | |
2017-02-06 | ftp: allow different timing sequences | Hans Nilsson | |
2017-02-06 | Merge branch 'rickard/magic-references' | Rickard Green | |
OTP-14205 * rickard/magic-references: Add binary overhead for magic ref/binaries Adjust the only usage of exposed magic binaries Use magic refs for maps merge trap context Use magic refs binary_to_term/term_to_binary trap context Use magic refs for distributed send trap context Use magic refs for unicode static NIFs traps Use magic refs for binary compile patterns Use magic refs for list_to_binary/binary_to_list traps Use magic refs for compiled match specs Use magic refs for re:run() static NIFs trap Use magic refs for code loading state Use magic refs in trapping processes()/ports() BIFs Use magic refs for NIF resources Implement magic references Implement erts_refc_inc_unless() | |||
2017-02-06 | Add binary overhead for magic ref/binaries | Rickard Green | |
2017-02-06 | Adjust the only usage of exposed magic binaries | Rickard Green | |
2017-02-06 | Use magic refs for maps merge trap context | Rickard Green | |
2017-02-06 | Use magic refs binary_to_term/term_to_binary trap context | Rickard Green | |
2017-02-06 | Use magic refs for distributed send trap context | Rickard Green | |
2017-02-06 | Use magic refs for unicode static NIFs traps | Rickard Green | |
2017-02-06 | Use magic refs for binary compile patterns | Rickard Green | |
2017-02-06 | Use magic refs for list_to_binary/binary_to_list traps | Rickard Green | |
2017-02-06 | Use magic refs for compiled match specs | Rickard Green | |
2017-02-06 | Use magic refs for re:run() static NIFs trap | Rickard Green | |
2017-02-06 | Use magic refs for code loading state | Rickard Green | |
2017-02-06 | Use magic refs in trapping processes()/ports() BIFs | Rickard Green | |
2017-02-06 | Use magic refs for NIF resources | Rickard Green | |