Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-04-17 | Drop the redundant erlang-uncomment-region command | Bozhidar Batsov | |
2017-04-16 | Drop some legacy compatibility code | Bozhidar Batsov | |
This commit removes some compatibility for old GNU Emacs releases and XEmacs. erlang-mode didn't really work on them for a while now, so this is just a cleanup, nothing actually changes. It's part of the ongoing effort to clean up and modernize the codebase of erlang-mode. | |||
2017-04-13 | Merge branch 'siri/make/include-path/ERL-395/OTP-14339' | Siri Hansen | |
* siri/make/include-path/ERL-395/OTP-14339: [tools/make] Add current directory to include path | |||
2017-04-12 | Merge branch sverker/remove-latin1-atom-encoding/OTP-14337 | Sverker Eriksson | |
* sverker/remove-latin1-atom-encoding: kernel: Fix erl_distribution_wb_SUITE:whitebox kernel: Remove pg2_SUITE:compat erts: Remove fun_r13_SUITE stdlib: Remove test cases for R12 io protocol kernel: Make DFLAG_UTF8_ATOMS mandatory kernel: Rewrite distribution flag verification tools: Update assumptions in lcnt about external atom format stdlib: Tweak beam_lib_SUITE whitebox assumptions orber: Remove hard dependency to external atom format kernel: Try mend disk_log whitebox tests erts: Mark latin1 atom encoding as deprecated jinterface: Do not generate atoms on old latin1 external format erl_interface: Do not generate atoms on old latin1 ext format erts: Do not generate atoms on old latin1 external format erts: Fix faulty ASSERT for failed dec_term | |||
2017-04-12 | Don't create absolute path names in tar files | Björn Gustavsson | |
We should not assume that erl_tar will allow unpacking tar files with absolute path names for archive members. | |||
2017-04-12 | [tools/make] Add current directory to include path | Siri Hansen | |
This is to ensure that files are recompiled if a .hrl file in the current directory is changed. | |||
2017-03-24 | Remove inets from runtime dependencies in tools | José Valim | |
Commit d8ff1e3 removed cover_web and therefore tools no longer depends on inets. | |||
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-13 | tools: Update assumptions in lcnt about external atom format | Sverker Eriksson | |
2017-03-09 | tools: Remove percept from makefile | Björn-Egil Dahlberg | |
2017-03-09 | Merge branch 'siri/typer/remove-application/OTP-14251' | Siri Hansen | |
* siri/typer/remove-application/OTP-14251: Remove typer application | |||
2017-03-08 | Remove typer application | Siri Hansen | |
The application now has an own repo, https://github.com/erlang/typer | |||
2017-03-06 | Merge pull request #1313 from expelledboy/maint | Björn Gustavsson | |
tools: Allow Emake options to be passed in explicitly OTP-14253 | |||
2017-03-03 | Merge branch 'maint' | Björn Gustavsson | |
* maint: tools: Use portable lookup of home directory dialyzer, observer: Use portable lookup of home directory | |||
2017-03-03 | Merge pull request #1361 from bjorng/bjorn/home-directory/ERL-161/OTP-14249 | Björn Gustavsson | |
Use a portable way to lookup the home directory | |||
2017-03-03 | Merge branch 'maint' | Raimo Niskanen | |