Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/cuddle-with-tests: Eliminate warnings for unused variables Remove unused functions in test emulator test suites process_SUITE: Don't leave processes running trace_port_SUITE: Don't leave processes running tracer_SUITE: Don't leave processes running trace_nif_SUITE: Don't leave processes running trace_bif_SUITE: Don't leave processes running trace_SUITE: Don't leave processes running message_queue_data_SUITE: Don't leave processes running Add informational test case z_SUITE:leaked_processes/1 busy_port_SUITE: Ensure that all created procesesses are killed busy_port_SUITE: Eliminate warnings for unused variables busy_port_SUITE: Eliminate 'export_all' after_SUITE: Don't leave a process running beam_type_SUITE: Add a test case for an already fixed bug | |||
2017-06-13 | Eliminate warnings for unused variables | Björn Gustavsson | |
2017-06-13 | Remove unused functions in test emulator test suites | Björn Gustavsson | |
2017-06-13 | Merge branch 'ingela/ssl/dtls-doc' | Ingela Anderton Andin | |
* ingela/ssl/dtls-doc: ssl: Document DTLS | |||
2017-06-13 | Merge branch 'bjorn/asn1/fix-asn1rt-reference' | Björn Gustavsson | |
* bjorn/asn1/fix-asn1rt-reference: Remove reference to removed module 'asn1rt' | |||
2017-06-13 | Remove reference to removed module 'asn1rt' | Björn Gustavsson | |
2017-06-13 | process_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | trace_port_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | tracer_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | trace_nif_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | trace_bif_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | trace_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | message_queue_data_SUITE: Don't leave processes running | Björn Gustavsson | |
2017-06-13 | Add informational test case z_SUITE:leaked_processes/1 | Björn Gustavsson | |
Add z_SUITE:leaked_processes/1 to print the process information for all new processes created during execution of the emulator test suite. Test cases are not supposed leak processes, because that could disturb later test cases. | |||
2017-06-13 | Merge branch 'hans/ssh/doc_clearify_timeouts/OTP-14216' | Hans Nilsson | |
2017-06-13 | Merge branch 'hasse/stdlib/fun2ms_partial_eval/OTP-14454/ERIERL-29' | Hans Bolinder | |
* hasse/stdlib/fun2ms_partial_eval/OTP-14454/ERIERL-29: stdlib: Evaluate expressions in fun2ms bodies | |||
2017-06-12 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Update sasl_report_SUITE to accept new size of sasl.log | |||
2017-06-12 | busy_port_SUITE: Ensure that all created procesesses are killed | Björn Gustavsson | |
2017-06-12 | busy_port_SUITE: Eliminate warnings for unused variables | Björn Gustavsson | |
2017-06-12 | busy_port_SUITE: Eliminate 'export_all' | Björn Gustavsson | |
2017-06-12 | after_SUITE: Don't leave a process running | Björn Gustavsson | |
2017-06-12 | ssh: re-formulate timeouts in ssh_sftp:start_channel | Hans Nilsson | |
2017-06-12 | stdlib: Evaluate expressions in fun2ms bodies | Hans Bolinder | |
The ms_transform module, used by ets:fun2ms/1 and dbg:fun2ms, evaluates constant arithmetic expressions. This is necessary since the Erlang compiler, which normally evaluates constant expressions, does not recognize the format generated by ms_transform. | |||
2017-06-12 | Merge branch 'hasse/unicode_atoms/OTP-14285' | Hans Bolinder | |
* hasse/unicode_atoms/OTP-14285: compiler: Handle (bad) Unicode parse transform module names kernel: Improve handling of Unicode filenames stdlib: Handle Unicode atoms in ms_transform stdlib: Improve Unicode handling of the Erlang parser stdlib: Handle unknown compiler options with Unicode stdlib: Handle Unicode macro names stdlib: Correct Unicode handling in escript dialyzer: Improve handling of Unicode parsetools: Improve handling of Unicode atoms stdlib: Handle Unicode atoms when formatting stacktraces stdlib: Add more checks of module names to the linter stdlib: Handle Unicode atoms better in io_lib_format stdlib: Handle Unicode atoms in c.erl | |||
2017-06-12 | Merge branch 'hans/crypto/cuddle_tests' | Hans Nilsson | |
2017-06-12 | crypto: add test for rsa keygen 1024/3 | Hans Nilsson | |
2017-06-12 | crypto: filter out small mod in test suite for rsa keygen in FIPS mode | Hans Nilsson | |
2017-06-12 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2017-06-12 | Merge branch 'hans/ssh/doc_fixes' | Hans Nilsson | |
2017-06-12 | ssh: Document send_ext_info and recv_ext_info options | Hans Nilsson | |
2017-06-12 | ssh: Doc for SSH application updated | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_options_SUITE | Hans Nilsson | |
2017-06-12 | ssh: fix sporadic error in ssh_protocol_SUITE | Hans Nilsson | |
2017-06-12 | compiler: Handle (bad) Unicode parse transform module names | Hans Bolinder | |
2017-06-12 | Merge branch 'dgud/stdlib/shell-find-src' | Dan Gudmundsson | |
* dgud/stdlib/shell-find-src: stdlib: Lookup src path in beam | |||
2017-06-12 | beam_type_SUITE: Add a test case for an already fixed bug | Björn Gustavsson | |
https://bugs.erlang.org/browse/ERL-433 | |||
2017-06-12 | Merge pull request #1485 from IngelaAndin/ingela/dtls/get-and-setopts | Ingela Andin | |
dtls: Handle getopts and setopts for DTLS | |||
2017-06-12 | Update primary bootstrap | Björn Gustavsson | |
2017-06-12 | Merge pull request #1483 from bjorng/bjorn/compiler/bsm-anno/ERIERL-30 | Björn Gustavsson | |
Fix unsafe bit syntax matching optimization | |||
2017-06-12 | Merge branch ↵ | Raimo Niskanen | |
'raimo/kernel/inet_ntoa_1-IPv6-lowercase/ERIERL-20/ERL-429/OTP-13006' * raimo/kernel/inet_ntoa_1-IPv6-lowercase/ERIERL-20/ERL-429/OTP-13006: Accept IPv6 address %suffixes when parsing Adjust inet:ntoa/1 to RFC5952, but not deeper Update inet:ntoa according to modern RFCs | |||
2017-06-12 | Accept IPv6 address %suffixes when parsing | Raimo Niskanen | |
This only implements decimal suffixes, and furthermore only with a leading "0". A complete implementation would probably allow one and probably two digit suffixes without. But what primarily is missing is translating interface names to and from interface indexes. This also only implements the parsing, and uses the FreeBSD trick of squeezing in the Scope Id in the second 16-bit word of the fe80::/64 or ff02:/64 address prefix. But inet_drv is not prepared to handle this word, so it might only work on FreeBSD, not being supported even there... So inet_drv needs to handle this too. | |||
2017-06-10 | dtls: Handle getopts and setopts for DTLS | Ingela Anderton Andin | |
2017-06-09 | kernel: Improve handling of Unicode filenames | Hans Bolinder | |
2017-06-09 | stdlib: Handle Unicode atoms in ms_transform | Hans Bolinder | |
2017-06-09 | Merge pull request #1400 from tburghart/trb/erts/enif_whereis | Rickard Green | |
Add enif_whereis_pid() and enif_whereis_port() functions OTP-14453 | |||
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 | |