Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-09 | stdlib: Handle Unicode atoms in ms_transform | Hans Bolinder | |
2017-06-09 | stdlib: Improve Unicode handling of the Erlang parser | Hans Bolinder | |
2017-06-09 | stdlib: Handle unknown compiler options with Unicode | Hans Bolinder | |
2017-06-09 | stdlib: Handle Unicode macro names | Hans Bolinder | |
2017-06-09 | stdlib: Correct Unicode handling in escript | Hans Bolinder | |
2017-06-09 | dialyzer: Improve handling of Unicode | Hans Bolinder | |
2017-06-09 | parsetools: Improve handling of Unicode atoms | Hans Bolinder | |
2017-06-09 | stdlib: Handle Unicode atoms when formatting stacktraces | Hans Bolinder | |
2017-06-09 | stdlib: Add more checks of module names to the linter | Hans Bolinder | |
Unicode atoms are handled better by the Erlang code linter. Module names are checked for character codes greater than 255. This means that modules invoked after the linter can assume that module names have only Latin-1 characters. | |||
2017-06-09 | stdlib: Handle Unicode atoms better in io_lib_format | Hans Bolinder | |
The field width calculation did not handle graphem clusters well. | |||
2017-06-09 | stdlib: Handle Unicode atoms in c.erl | Hans Bolinder | |
Pull request 1459 (https://github.com/erlang/otp/pull/1459) points out one situation where Unicode atoms are not handled well in c.erl. This commit tries to fix all situations. | |||
2017-06-05 | Merge branch 'lukas/erts/20_minor_fixes' | Lukas Larsson | |
* lukas/erts/20_minor_fixes: kernel: Iterate for correct time in os_SUITE:perf_counter | |||
2017-06-05 | Merge branch 'maint' | Lars Thorsen | |
Conflicts: OTP_VERSION erts/vsn.mk | |||
2017-06-05 | Merge commit '13b3ff0f9b45e61c071ddbec2ce45345fddecefe' | Lars Thorsen | |
2017-06-05 | Merge branch 'maint-19' into maint | Lars Thorsen | |
2017-06-02 | kernel: Iterate for correct time in os_SUITE:perf_counter | Lukas Larsson | |
2017-06-02 | Merge branch 'lukas/erts/hipe_mkliterals_libs/ERIERL-14/OTP-14447' | Lukas Larsson | |
* lukas/erts/hipe_mkliterals_libs/ERIERL-14/OTP-14447: hipe: Fix hipe_mkliterals make recipe | |||
2017-06-02 | Merge pull request #1473 from SalikhovDinislam/static_code | Lukas Larsson | |
Make some C code static | |||
2017-06-02 | Merge pull request #1472 from SalikhovDinislam/dead_code | Lukas Larsson | |
erts: Remove unused functions from erl_cpu_topology | |||
2017-06-02 | Merge pull request #1471 from gomoripeti/fix_erl_tracer_example | Lukas Larsson | |
Update erl_msg_tracer example | |||
2017-06-02 | Merge branch 'hans/ssh/dbg_fixes' | Hans Nilsson | |
2017-06-02 | ssh: Restructure internal tool ssh_dbg | Hans Nilsson | |
The need for more trace patterns requires a somewhat different structure. It was previoiusly a bit difficult to use in e.g. test suites. Now it is easier. | |||
2017-06-02 | ssh: Removed out-commented code | Hans Nilsson | |
2017-06-02 | Updated OTP versionOTP-19.3.5 | Erlang/OTP | |
2017-06-02 | Update release notes | Erlang/OTP | |
2017-06-02 | Update version numbers | Erlang/OTP | |
2017-06-02 | Merge branch 'lars/xmerl/fragmented-xml-directive/OTP-14430' into maint-19 | Erlang/OTP | |
* lars/xmerl/fragmented-xml-directive/OTP-14430: [xmerl] Update version [xmerl] Add test cases [xmerl] Fix endDocument bug in output backends [xmerl] Fix fragmented xml directive bug and replace ets table | |||
2017-06-02 | Merge branch 'lukas/erts/restore-sigterm-default/OTP-14418' into maint-19 | Erlang/OTP | |
* lukas/erts/restore-sigterm-default/OTP-14418: erts: Add undocumented option to do default SIGTERM | |||
2017-06-02 | Merge branch 'john/erts/lcnt-table-name/ERIERL-22/OTP-14442' | John Högberg | |
2017-06-02 | Merge branch 'john/erts/refactor-gcsuite' | John Högberg | |
2017-06-02 | Merge pull request #1479 from weisslj/fix-missing-ssl-close | Ingela Andin | |
Correct close semantics for active once connections. This was a timing dependent bug the resulted in the close message not always reaching the ssl user process. OTP-14443 | |||
2017-06-01 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-05-31 | ssh: more keys for testing | Hans Nilsson | |
2017-05-31 | ssh: Introduce test case simple_connect in ssh_algorithms_SUITE | Hans Nilsson | |
In the test group public_key we need to control both the host key and the user key. This new test case is aimed at faciliate the user public key testing. | |||
2017-05-31 | ssh: Use option 'pref_public_key_algs' in ssh_algorithms_SUITE | Hans Nilsson | |
2017-05-31 | ssh: Change printouts for ssh_dbg:auth() | Hans Nilsson | |
This reverts commit 4ee80fd8738393bf581e0393416befda1ca621b6. | |||
2017-05-31 | ssh: ssh_options checks 'pref_public_key_algs' for dubblets | Hans Nilsson | |
2017-05-31 | ssh: Improve 'server-sig-algs' handling in client | Hans Nilsson | |
2017-05-31 | Revert "Updated OTP version" | Hans Nilsson | |
This reverts commit a6db7427e7d760b1a57a9d35932898ec265977a2. Conflicts: OTP_VERSION | |||
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-31 | Updated OTP_VERSION for Release CandidateOTP-20.0-rc2 | Hans Nilsson | |
2017-05-31 | Break out a lot of duplicated code in minor_major_gc_option_ZZZ | John Högberg | |
2017-05-31 | Fix a race condition that consistently affected lc+lcnt builds | John Högberg | |
The garbage_collect message could be received while waiting for trace messages, causing the test to crash erroneously. | |||
2017-05-30 | Better fix for non-delivery of ssl_closed message in active once | Ingela Andin | |
This is taken from https://github.com/erlang/otp/pull/1479#issuecomment-304667528 with permission from Ingela Andin and improves commit 8abe16c22d. | |||
2017-05-30 | Updated OTP version | Erlang/OTP | |
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-29 | Merge branch 'rickard/sys-proc-off-heap-msgq' | Rickard Green | |
OTP-14438 * rickard/sys-proc-off-heap-msgq: Enable off-heap message queue for code purger, et. al. | |||
2017-05-29 | Enable off-heap message queue for code purger, et. al. | Rickard Green | |
2017-05-29 | Merge branch 'bjorn/erts/fix-sys-task-cleanup' | Björn Gustavsson | |
* bjorn/erts/fix-sys-task-cleanup: erl_process.c: Add more assertions in process termination Make sure that asynchronous replies are not lost | |||
2017-05-29 | Merge branch 'rickard/wx-lock-check-fix' | Rickard Green | |
OTP-14437 ERL-360 * rickard/wx-lock-check-fix: Fix WX lock check assertion on MacOSX |