Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | Emacs: Update erlang-xref-find-definitions-module for Emacs 26 | Johan Claesson | |
The number of arguments to visit-tags-table-buffer have increased in Emacs 26. | |||
2017-09-05 | Emacs: Guess type of tag definition in Emacs 24 | Johan Claesson | |
This concerns tag finding commands in Emacs 24. If the word at point is preceded by a hash suggest as default a jump to a record definition. If it is a question mark suggest a macro. Otherwise assume it is a function. If it is not a qualified call assume it is a local function. | |||
2017-09-05 | erts: Add erlang:iolist_to_iovec | Lukas Larsson | |
OTP-14520 | |||
2017-09-05 | xref: Improve handling of Unicode | Hans Bolinder | |
The updates of xref_base:analysis() are cosmetic (the strings are parsed by the Erlang scanner only). | |||
2017-09-05 | fprof: Modify handling of Unicode | Hans Bolinder | |
It's not clear to me if the receiving file always can handle characters codes greater than 255. | |||
2017-09-05 | eprof: Improve handling of Unicode | Hans Bolinder | |
2017-09-05 | Merge branch 'maint' | John Högberg | |
2017-09-04 | Fix list type used in rt_mask category listing | John Högberg | |
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. |