Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-28 | Merge branch 'rickard/dist/OTP-14459' into rickard/dist/master/OTP-14459 | Rickard Green | |
Conflicts: erts/emulator/beam/bif.c erts/emulator/beam/dist.c erts/emulator/beam/dist.h erts/emulator/beam/erl_bif_info.c erts/emulator/beam/erl_node_tables.c erts/emulator/beam/erl_node_tables.h erts/emulator/beam/external.c | |||
2017-08-28 | Support for distribution controller processes | Rickard Green | |
2017-08-24 | fprof: Sum callers and callees | Johan Claesson | |
When sampling multiple processes and analyzing with totals true sum together all caller and callee entries which concerns the same function. Previous behaviour was to report each contributing entry. | |||
2017-08-24 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Emacs: Fix default target for xref-find-references | |||
2017-08-23 | Emacs: Fix default target for xref-find-references | Johan Claesson | |
The default target is changed to be just the name at point when xref-find-references is invoked. Previously the default was the same as for xref-find-definitions. This included arity and other things that do not make sense for xref-find-references. | |||
2017-07-06 | tools: Do not use deprecated functions in string(3) | Hans Bolinder | |
2017-07-06 | johanclaesson/fprof/PR-1460/OTP-14500 | Lukas Larsson | |
fprof: Sum callers and callees | |||
2017-07-06 | Merge branch 'john/erts/runtime-lcnt' into maint | John Högberg | |
* john/erts/runtime-lcnt: Document rt_mask and add warnings about copy_save Add an emulator test suite for lock counting Break erts_debug:lock_counters/1 into separate BIFs Allow toggling lock counting at runtime Move lock flags to a common header Enable register_SUITE for lcnt builds Enable lcnt smoke test on all builds that have lcnt enabled Make lock counter info independent of the locks being counted OTP-14412 OTP-13170 OTP-14413 | |||
2017-07-06 | Document rt_mask and add warnings about copy_save | John Högberg | |
2017-07-06 | Break erts_debug:lock_counters/1 into separate BIFs | John Högberg | |
2017-07-06 | Enable lcnt smoke test on all builds that have lcnt enabled | John Högberg | |
2017-07-04 | fprof: Sum callers and callees | Johan Claesson | |
When sampling multiple processes and analyzing with totals true sum together all caller and callee entries which concerns the same function. Previous behaviour was to report each contributing entry. | |||
2017-06-30 | Update release notes | Erlang/OTP | |
2017-06-30 | Update version numbers | Erlang/OTP | |
2017-06-29 | [make] Do not use the interactive tool 'c' from make | Siri Hansen | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-19 | Update copyright year | Hans Nilsson | |
2017-06-16 | [ct] Print unicode atoms and strings correctly in common_test logs | Siri Hansen | |
And use correct encoding when printing to files. | |||
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-23 | Remove the obsolete erlang-buffer-substring function | Bozhidar Batsov | |
2017-05-18 | Make lock counter info independent of the locks being counted | John Högberg | |
This allows us to enable/disable lock counting at will, and greatly improves the performance of erts_debug:lock_counters/1 since we no longer have to worry about the lock counters "dying" while we're enumerating them. OTP-14412 | |||
2017-05-17 | Merge pull request #1465 from bjorng/bjorn/tools/fix-lcnt-doc | Björn Gustavsson | |
Fix a few minor issues in the lcnt documentation | |||
2017-05-17 | Fix a few minor issues in the lcnt documentation | Björn Gustavsson | |
We generally avoid abbreviations such as "e.g." and "i.e." in the documentation. We write "Erlang", not "erlang" (except when referring to the erlang module). | |||
2017-05-16 | lcnt_SUITE: Add a smoke test for running lock-counting | Björn Gustavsson | |
2017-05-16 | Update instructions for how to start the lock-counting VM | Björn Gustavsson | |
2017-05-09 | [emacs] fixup Forgot progn | Dan Gudmundsson | |
2017-05-09 | [emacs] Fix paranthesis error advice-add | Siri Hansen | |
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-05-05 | Revert "Prepare release" | Raimo Niskanen | |
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | |||
2017-05-04 | Prepare release | Erlang/OTP | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
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 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-27 | Restore Emacs 25 support | Johan Claesson | |
Fix loading of byte-compiled erlang.elc on Emacs 25 and the erlang shell. | |||
2017-04-25 | Merge pull request #1411 from bbatsov/drop-legacy-code | Dan Gudmundsson | |
Drop some legacy Emacs compatibility code | |||
2017-04-25 | erts: Add erlang:list_to_port/1 debug bif | Lukas Larsson | |
2017-04-25 | erts: Auto-import port_to_list for consistency | Lukas Larsson | |
Follow the same pattern as pid_to_list | |||
2017-04-21 | erts: Polish off erlang:list_to_ref/1 | Lukas Larsson | |
2017-04-19 | Merge branch 'sverker/remove-latin1-atom-encoding' | Sverker Eriksson | |
AGAIN * sverker/remove-latin1-atom-encoding: tools: Fix more assumptions in lcnt about external format | |||
2017-04-19 | Merge branch 'bjorn/stdlib/erl_tar/OTP-14278' | Björn Gustavsson | |
* bjorn/stdlib/erl_tar/OTP-14278: erl_tar: Handle leading slashes and directory traversal attacks Don't create absolute path names in tar files | |||
2017-04-18 | tools: Fix more assumptions in lcnt about external format | Sverker Eriksson | |
Also tried to prepare for large creation. | |||
2017-04-17 | Remove a bunch of redundant feature and function checks | Bozhidar Batsov | |
All of those are present on the target Emacs 24.1. |