Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-09 | Merge branch 'maint' | Siri Hansen | |
Conflicts: lib/sasl/test/systools_SUITE.erl | |||
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 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 | 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 | 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 | ssh: modify ssh_algorithms_SUITE:init_per_suite for some Windows hangning | Hans Nilsson | |
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-08 | ssl: Avoid SSL/TLS hello format confusion | Ingela Anderton Andin | |
Valid SSL 3.0 or TLS hellos might accidentally match SSL 2.0 format (and sometimes the other way around before inspecting data) so we need to match SSL 3.0 and TLS first and only match SSL 2.0 hellos when flag to support it is set. | |||
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 | Prepare release | Erlang/OTP | |
2017-02-06 | ftp: allow different timing sequences | Hans Nilsson | |
2017-02-06 | Use magic refs for binary compile patterns | Rickard Green | |
2017-02-06 | Use magic refs for compiled match specs | Rickard Green | |
2017-02-06 | Use magic refs for code loading state | Rickard Green | |
2017-02-06 | Merge branch 'maint' | Hans Nilsson | |
2017-02-06 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-06 | Update use of filename:find_src/1 in igor.erl | Richard Carlsson | |
2017-02-06 | Update use of filename:find_src/1 in hipe.erl | Richard Carlsson | |
2017-02-06 | Add shell shortcut for recompiling existing modules | Richard Carlsson | |
This extends the shell function c/1 and c/2 so that if the argument is a module name instead of a file name, it automatically locates the .beam file and the corresponding source file, and then recompiles the module using the same compiler options (plus any options passed to c/2). If compilation fails, the old beam file is preserved. Also adds c(Mod, Opts, Filter), where the Filter argument allows you to remove old compiler options before the new options are added. | |||
2017-02-06 | Document the kernel source_search_rules parameter | Richard Carlsson | |
2017-02-06 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Store messages for 'rex' and 'error_logger' off heap file: match enoent and enotdir in path_open |