Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-06-27 | Merge branch 'ingela/ssl/test-checks' into maint | Ingela Anderton Andin | |
* ingela/ssl/test-checks: ssl: Skip sslv2 hello compatible tests on OpenSSL-0.9.8o ssl: Skip sslv3 interop with newer OpenSSL ssl: Increase timeout for testcase testing ECDH keyexchange with RSA signed certs | |||
2017-06-27 | ssl: Skip sslv2 hello compatible tests on OpenSSL-0.9.8o | Ingela Anderton Andin | |
The -ssl2 option to s_client appears to be broken on this release. This is a legacy option anyway that is still tested on other old version of OpenSSL so skip this. | |||
2017-06-26 | Merge branch 'maint' | Hans Bolinder | |
* maint: Add test for using typed records in shell Fix infinite loop in shell caused by record with recursive typespec | |||
2017-06-26 | Merge branch 'isvilen/stdlib/shell_loop/PR-1489/OTP-14488' into maint | Hans Bolinder | |
* isvilen/stdlib/shell_loop/PR-1489/OTP-14488: Add test for using typed records in shell Fix infinite loop in shell caused by record with recursive typespec | |||
2017-06-26 | Add test for using typed records in shell | Svilen Ivanov | |
2017-06-26 | Fix infinite loop in shell caused by record with recursive typespec | Svilen Ivanov | |
If record with recursive typespec such as -record(r,{f :: #r{} | undefined}). is used in interactive shell it stucks in inifinite loop when trying to find definitions for all records used in expression. | |||
2017-06-26 | ssl: Skip sslv3 interop with newer OpenSSL | Ingela Anderton Andin | |
2017-06-26 | ssl: Increase timeout for testcase testing ECDH keyexchange with | Ingela Anderton Andin | |
RSA signed certs | |||
2017-06-26 | Merge branch 'maint' | Hans Bolinder | |
* maint: syntax_tools: erl_tidy: Do not hang when exits are trapped | |||
2017-06-26 | Merge branch 'hasse/syntax_tools/erl_tidy_hangs/ERL-413/OTP-14471' into maint | Hans Bolinder | |
* hasse/syntax_tools/erl_tidy_hangs/ERL-413/OTP-14471: syntax_tools: erl_tidy: Do not hang when exits are trapped | |||
2017-06-26 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Correct lists(3) regarding filtermap/2 | |||
2017-06-26 | Merge branch 'hasse/stdlib/lists_doc_fix/ERL-402' into maint | Hans Bolinder | |
* hasse/stdlib/lists_doc_fix/ERL-402: stdlib: Correct lists(3) regarding filtermap/2 | |||
2017-06-22 | stdlib: Correct lists(3) regarding filtermap/2 | Hans Bolinder | |
See also ERL-402, https://bugs.erlang.org/browse/ERL-402. | |||
2017-06-22 | syntax_tools: erl_tidy: Do not hang when exits are trapped | Hans Bolinder | |
See also ERL-413, https://bugs.erlang.org/browse/ERL-413. | |||
2017-06-21 | Development Version | Hans Nilsson | |
2017-06-21 | Updated OTP versionOTP-20.0 | Erlang/OTP | |
2017-06-21 | Prepare release | Erlang/OTP | |
2017-06-20 | Update preloaded modules | Hans Nilsson | |
2017-06-20 | Update primary bootstrap | Hans Nilsson | |
2017-06-20 | Merge branch 'hans/otp/update_copyright' | Hans Nilsson | |
This fixes the missing updates after merge cdc5545536ddeedf9ae4db20464afa6565f4327d whare the branch was rebased and merge after the previous copyright fix in 43718d3b81d7f3d08e25047e22d579801bbe5044 | |||
2017-06-19 | Update copyright year | Hans Nilsson | |
2017-06-16 | Merge branch 'siri/unicode-atoms/OTP-14285' | Siri Hansen | |
* siri/unicode-atoms/OTP-14285: [sasl] Improve handling of unicode in rb [ttb] Handle unicode atoms in trace data and config files [dbg] Update default trace handler to print unicode atoms correctly [etop] Fix handling of unicode atoms [stdlib] Open sys debug logs as utf8 [stdlib] Open error log file as utf8 [sasl] Improve handling of unicode atoms [ct] Print unicode atoms and strings correctly in common_test logs | |||
2017-06-16 | [sasl] Improve handling of unicode in rb | Siri Hansen | |
2017-06-16 | [ttb] Handle unicode atoms in trace data and config files | Siri Hansen | |
2017-06-16 | [dbg] Update default trace handler to print unicode atoms correctly | Siri Hansen | |
2017-06-16 | [etop] Fix handling of unicode atoms | Siri Hansen | |
Print function names and registered names with ~tw. Open dump file with encoding utf8. | |||
2017-06-16 | [stdlib] Open sys debug logs as utf8 | Siri Hansen | |
This allows the use of ~ts/~tp/~tw in the formatting fun to sys:handle_debug/4. | |||
2017-06-16 | [stdlib] Open error log file as utf8 | Siri Hansen | |
This allows the use of ~ts/~tp/~tw in calls to error_logger:format/2, error_logger:error_msg/2 and error_logger:info_msg/2. | |||
2017-06-16 | [sasl] Improve handling of unicode atoms | Siri Hansen | |
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-15 | Merge branch 'kenneth/OTP-14460' | Kenneth Lundin | |
* kenneth/OTP-14460: Remove some ancient chapters which are no longer relevant | |||
2017-06-15 | Merge branch 'hans/otp/update_copyright' | Hans Nilsson | |
2017-06-14 | Merge branch 'rickard/ets-doc/OTP-14094' | Rickard Green | |
* rickard/ets-doc/OTP-14094: Update documentation of ERL_MAX_ETS_TABLES | |||
2017-06-14 | Update documentation of ERL_MAX_ETS_TABLES | Rickard Green | |
2017-06-14 | Merge branch 'anders/diameter/transport/ERL-332' | Anders Svensson | |
* anders/diameter/transport/ERL-332: Fix sctp check in examples suite | |||
2017-06-14 | Remove some ancient chapters which are no longer relevant | Kenneth Lundin | |
2017-06-14 | Fix sctp check in examples suite | Anders Svensson | |
To partake of the change in commit 69c5a741. | |||
2017-06-14 | Merge branch 'rickard/t2b-latin1-atom' | Rickard Green | |
OTP-14337 * rickard/t2b-latin1-atom: Fix minor vsn 1 in term_to_binary/2 broken in this branch | |||
2017-06-14 | Fix minor vsn 1 in term_to_binary/2 broken in this branch | Rickard Green | |
2017-06-14 | Merge branch 'rickard/t2b-latin1-atom' | Rickard Green | |
OTP-14337 * rickard/t2b-latin1-atom: Update primary bootstrap Update preloaded modules Fix erl_interface tests Introduce minor vsn 2 in term_to_binary/2 Revert "kernel: Try mend disk_log whitebox tests" Revert "erts: Do not generate atoms on old latin1 external format" | |||
2017-06-14 | Update copyright year | Hans Nilsson | |
2017-06-14 | Merge remote-tracking branch 'ingela/ingela/dtls/client-hello-verify/ERL-434' | Hans Nilsson | |
2017-06-14 | Merge pull request #1486 from willemdj/patch-1 | Hans Nilsson | |
Fix typo on line 872 | |||
2017-06-14 | Update primary bootstrap | Rickard Green | |
2017-06-14 | Update preloaded modules | Rickard Green | |
2017-06-14 | Fix erl_interface tests | Rickard Green | |
2017-06-14 | Introduce minor vsn 2 in term_to_binary/2 | Rickard Green | |
2017-06-14 | Merge remote-tracking branch 'ingela/ingela/dtls-epoch-next-record' | Hans Nilsson | |
2017-06-14 | Merge branch 'anders/diameter/20.0/OTP-14398' | Anders Svensson | |
* anders/diameter/20.0/OTP-14398: vsn -> 2.0 Update appup for 20.0 |