Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | Remove the obsolete erlang-buffer-substring function | Bozhidar Batsov | |
2017-05-07 | Add a :package-version property to the new defcustom ↵ | Bozhidar Batsov | |
erlang-shell-prompt-read-only | |||
2017-05-07 | Bump the version number | Bozhidar Batsov | |
2017-05-07 | Make the erlang-shell prompt read-only by default | Bozhidar Batsov | |
Allow for this behaviour to be customized via a defcustom. | |||
2017-05-07 | Remove a mention of Emacs 21 | Bozhidar Batsov | |
2017-04-29 | Drop some redundant backwards compatibility code | Bozhidar Batsov | |
2017-04-29 | Enable lexical binding for erlang-mode | Bozhidar Batsov | |
2017-04-29 | Remove some ancient compatibility aliases | Bozhidar Batsov | |
Those were added 8 years ago and it's about time they were removed. Now that we depend on a newer Emacs release, we can also drop the function `erlang-obsolete`. | |||
2017-04-28 | Merge PR-1413/OTP-14385 | Sverker Eriksson | |
This is a dummy merge of g-andrade:feature/phash2_nif AGAIN as the commit message of 61e55780e2800e340e8ff16b5414f08373f89ef3 did not include ticket number OTP-14385. | |||
2017-04-28 | Dummy commit | Sverker Eriksson | |
2017-04-28 | Merge PR1413 from g-andrade/feature/phash2_nif | Sverker Eriksson | |
Support hashing terms from NIF code | |||
2017-04-28 | Merge PR-1431 from richcarl/mseg-debruijn-usage | Sverker Eriksson | |
Rename macro and add clarifying comment | |||
2017-04-28 | Merge branch 'sverker/internal-hash-opt' | Sverker Eriksson | |
2017-04-28 | Merge branch 'sverker/fix-debug-vm-windows' | Sverker Eriksson | |
2017-04-28 | Merge branch 'zandra/kernel/nodenames/OTP-13805' | Zandra Norman | |
* zandra/kernel/nodenames/OTP-13805: kernel: Do not allow unicode in nodenames | |||
2017-04-28 | kernel: Do not allow unicode in nodenames | Zandra Norman | |
Verify that unicode isn't used in a node name and logi an info message if it is. Filter the head part of the name a bit harder to work with epmd. | |||
2017-04-28 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-04-28 | Merge branch 'hans/ssh/draft-ietf-curdle-ssh-ext-info/OTP-14193' | Hans Nilsson | |
2017-04-28 | Merge branch 'dgud/erts/erlscript_name' | Dan Gudmundsson | |
* dgud/erts/erlscript_name: Rename argv[0] from beam to invoking program name OTP-14381 | |||
2017-04-28 | Merge branch 'ingela/gen_fsm-doc-fix' | Ingela Anderton Andin | |
* ingela/gen_fsm-doc-fix: stdlib: Adhere to DTD | |||
2017-04-28 | stdlib: Adhere to DTD | Ingela Anderton Andin | |
2017-04-28 | Merge branch 'peppe/common_test/user_css_problem/OTP-14332' | Peter Andersson | |
* peppe/common_test/user_css_problem/OTP-14332: Add details about CSS usage in the User's Guide OTP-14332 | |||
2017-04-28 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
OTP-14531 Generic time-outs in gen_statem Conflicts: lib/stdlib/test/erl_internal_SUITE.erl | |||
2017-04-28 | Merge branch 'ingela/ssl/cacha-default/OTP-14382' | Ingela Anderton Andin | |
* ingela/ssl/cacha-default/OTP-14382: ssl: Cacha is currently not tested enough to be most prefered. | |||
2017-04-28 | ssl: Cacha is currently not tested enough to be most prefered. | Ingela Anderton Andin | |
2017-04-28 | Merge branch 'ingela/dtls/mac' | Ingela Anderton Andin | |
* ingela/dtls/mac: ssl: Correct DTLS mac handling | |||
2017-04-28 | Merge branch 'dgud/wx/pr/1425' | Dan Gudmundsson | |
* dgud/wx/pr/1425: wxe_impl.cpp: pointer comparison fix | |||
2017-04-28 | Merge branch 'dgud/emacs/update-bifs' | Lukas Larsson | |
* dgud/emacs/update-bifs: Update available bifs for 20 | |||
2017-04-28 | Update available bifs for 20 | Dan Gudmundsson | |
2017-04-28 | Merge branch 'hasse/stdlib/fix_qlc_bug/OTP-14296' | Hans Bolinder | |
* hasse/stdlib/fix_qlc_bug/OTP-14296: stdlib: Fix a test in sofs_SUITE debugger: Improve handling of pids, ports, and refs stdlib: Improve handling of pids, ports, and refs in qlc stdlib: Improve the Erlang shell's handling of references | |||
2017-04-28 | Merge pull request #1433 from johanclaesson/elc | Dan Gudmundsson | |
Restore Emacs 25 support | |||
2017-04-27 | Restore Emacs 25 support | Johan Claesson | |
Fix loading of byte-compiled erlang.elc on Emacs 25 and the erlang shell. | |||
2017-04-27 | erts: Optimize make_internal_hash for maps | Sverker Eriksson | |
No need for the xor-trick, to be order independent, as both flatmaps and hashmaps have a constant key-value order internally. | |||
2017-04-27 | erts: Fix debug emulator on windows | Sverker Eriksson | |
Clear ethr_not_inited__ early (like on unix) to not get assertion in ethr_tsd_key_create("stacklimit") | |||
2017-04-27 | Merge branch 'zandra/kernel/file_name_SUITE-cuddle' | Zandra Norman | |
* zandra/kernel/file_name_SUITE-cuddle: Kernel: fix file_name_SUITE:icky test case | |||
2017-04-27 | Merge branch 'rickard/ets-tid-fix/OTP-14094' | Rickard Green | |
* rickard/ets-tid-fix/OTP-14094: Fix typespec of the opaque type tid() of the ETS module | |||
2017-04-27 | Merge branch 'rickard/ds-stack-size' | Rickard Green | |
OTP-14380 * rickard/ds-stack-size: Suggested stack size options for dirty schedulers | |||
2017-04-27 | Merge branch 'rickard/debug-timer-fix' | Rickard Green | |
OTP-14356 * rickard/debug-timer-fix: Fix assert in dbg_verify_empty_later_slots() | |||
2017-04-27 | ssh: Don't expose new rsa-sha2-* as default | Hans Nilsson | |
2017-04-27 | Rename macro and add clarifying comment | Richard Carlsson | |
The macro previously named 'LOG2' is in fact computing the LSB (not the MSB) of its input, and can only be used to compute log2(n) when n is is a power of 2, that is, when its LSB is also its MSB. | |||
2017-04-27 | Merge branch 'lars/erl_docgen/sort-c-functions/OTP-14333' | Lars Thorsen | |
* lars/erl_docgen/sort-c-functions/OTP-14333: [erl_docgen] Update the reference manual function name sort | |||
2017-04-27 | [erl_docgen] Update the reference manual function name sort | Lars Thorsen | |
The function for sorting the table of contents is updated to handle reference manuals with C functions. | |||
2017-04-27 | Merge pull request #1369 from JYZR/fix-xmerl_scan-acc | Lars Thorsén | |
Improves accumulator fun in xmerl_scan so that only one #xmlText record is returned for strings which have character references. OTP-14377 Improves accumulator fun in xmerl_scan | |||
2017-04-27 | Merge remote-tracking branch ↵ | Hans Bolinder | |
'siri/siri/observer/ports-tab-unavailable/ERL-399/OTP-14345' * siri/siri/observer/ports-tab-unavailable/ERL-399/OTP-14345: [observer] Don't crash if port info can not be fetched | |||
2017-04-27 | Merge remote-tracking branch 'siri/siri/reltool/revert-remove-typer-from-filter' | Hans Bolinder | |
* siri/siri/reltool/revert-remove-typer-from-filter: Revert changes in exclude filters from 6a4d4b43914a5 | |||
2017-04-27 | Move enif_hash last to not break Windows | Sverker Eriksson | |
2017-04-27 | Merge branch 'hasse/unicode_atoms/OTP-14285' | Hans Bolinder | |
* hasse/unicode_atoms/OTP-14285: stdlib: Add Unicode modifier t to control sequence a stdlib: Add Unicode modifier t to control sequences w and W | |||
2017-04-27 | Merge branch 'hasse/edoc/revert_string_fix' | Hans Bolinder | |
* hasse/edoc/revert_string_fix: edoc: Revert fixes for string:length/1 | |||
2017-04-27 | Merge branch 'ingela/deprecate/gen_fsm/OTP-14183' | Ingela Anderton Andin | |
* ingela/deprecate/gen_fsm/OTP-14183: stdlib: Deprecate gen_fsm Conflicts: lib/stdlib/doc/src/gen_fsm.xml | |||
2017-04-27 | stdlib: Deprecate gen_fsm | Ingela Anderton Andin | |