summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'HEADmasterHenrik Nord2023-05-160-0/+0
|\
| * Prepare for developmentmaintHenrik Nord2023-05-161-186/+1
| |
* | Prepare for developmentHenrik Nord2023-05-162-187/+2
|/
* Updated OTP versionOTP-26.0maint-26Erlang/OTP2023-05-152-1/+2
|
* Prepare releaseErlang/OTP2023-05-15104-182/+3226
|
* Update copyright yearErlang/OTP2023-05-1548-48/+48
|
* Merge PR-7204 from erlang/sverker/enif_open_resource_type-docSverker Eriksson2023-05-151-1/+3
|\ | | | | Clarify enif_open_resource_type if load fails
| * Clarify enif_open_resource_type if load failssverker/enif_open_resource_type-docSverker Eriksson2023-05-031-1/+3
| |
* | Merge branch 'rickard/26/doc-fix'Rickard Green2023-05-121-16/+13
|\ \ | | | | | | | | | | | | * rickard/26/doc-fix: [stdlib] doc fix
| * | [stdlib] doc fixRickard Green2023-05-121-16/+13
|/ /
* | Merge branch 'rickard/26/doc-issue-fix'Rickard Green2023-05-121-1/+1
|\ \ | | | | | | | | | | | | * rickard/26/doc-issue-fix: Fix ticket id in since tag in doc for maps:merge/2
| * | Fix ticket id in since tag in doc for maps:merge/2Rickard Green2023-05-121-1/+1
|/ /
* | Merge pull request #7225 from frazze-jobb/frazze/kernel/escript_doc_raw_bytesFredrik Frantzen2023-05-122-2/+12
|\ \ | | | | | | | | | stdlib: update doc regarding escript raw bytes incompatibility OTP-17932
| * | stdlib: update doc regarding escript raw bytes incompatibilityfrazze-jobb2023-05-112-2/+12
| | |
* | | Merge pull request #7169 from frazze-jobb/frazze/stdlib/multiline_editingFredrik Frantzen2023-05-125-487/+1041
|\ \ \ | | | | | | | | | | | | kernel, stdlib: multiline editing in the shell OTP-18575
| * \ \ Merge branch 'master' into frazze/stdlib/multiline_editingFredrik Frantzen2023-05-1115-40/+637
| |\ \ \
| * | | | kernel, stdlib: multiline editing in the shellfrazze-jobb2023-05-105-487/+1041
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Support inputting expressions that span multiple lines in erl shell. -Adding new keybindings: navigate up (ctrl+up)/(alt+up) navigate down (ctrl+down)/(alt+down) insert newline in middle of line (alt+enter) navigate top (alt+<)/(alt+shift+up) navigate bottom (alt+>)/(alt+shift+down) clear current expression (alt+c) cancel search (alt+c) -Modifies the prompt for new lines to make it clearer that the prompt has entered multiline mode. -Modifies the search prompt to support multiline statements. -Including keybinding for opening editor on mac (option+o)/(alt+o) -Redraw the prompt after continuing from jcl menu.
* | | | | Merge pull request #7223 from ↵John Högberg2023-05-121-5/+7
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | jhogberg/john/erts/cuddle-jmsingle-core-dumps-openbsd erts: Cuddle +JMsingle tests on OpenBSD
| * | | | erts: Cuddle +JMsingle tests on OpenBSDJohn Högberg2023-05-111-5/+7
|/ / / /
* | | | Merge branch 'maint'John Högberg2023-05-110-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | * maint:
| * \ \ \ Merge branch 'john/jit/fix-tracing-non-native-stack/OTP-18561' into maintJohn Högberg2023-05-111-6/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * john/jit/fix-tracing-non-native-stack/OTP-18561: jit: Fix tracing for non-native stack
* | \ \ \ \ Merge branch 'john/jit/fix-tracing-non-native-stack/OTP-18561'John Högberg2023-05-111-6/+15
|\ \ \ \ \ \ | | |/ / / / | |/| | / / | |_|_|/ / |/| | | | * john/jit/fix-tracing-non-native-stack/OTP-18561: jit: Fix tracing for non-native stack
| * | | | jit: Fix tracing for non-native stackJohn Högberg2023-04-241-6/+15
| | | | |
* | | | | Merge pull request #7211 from frazze-jobb/frazze/kernel/send_bytes_over_stdoutFredrik Frantzen2023-05-114-13/+76
|\ \ \ \ \ | | | | | | | | | | | | kernel: support sending raw byte data over stdout
| * | | | | Testcase io_proto_SUITE:raw_stdout_isattyfrazze-jobb2023-05-101-3/+9
| | | | | |
| * | | | | Testcase io_proto_SUITE:raw_stdoutRickard Green2023-05-091-2/+37
| | | | | |
| * | | | | kernel: support sending raw byte data over stdoutfrazze-jobb2023-05-053-11/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After rewriting the shell, group.erl converts everything to Unicode. However, this is problematic if you want to send raw byte data over stdout which may contain Erlang terms converted to binary that you want to convert back to Erlang term after data transfer. If io:setopts(_, {encoding, latin1}) is set, group.erl will just send the data directly to user_drv.erl which will send the data to prim_tty.erl without converting it to Unicode.
* | | | | | Merge branch 'rickard/otp_build_check'Rickard Green2023-05-102-41/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/otp_build_check: otp_build check help text improvements
| * | | | | | otp_build check help text improvementsRickard Green2023-05-102-41/+51
| | | | | | |
* | | | | | | Merge branch 'ingela/ssl/missing-default'Ingela Anderton Andin2023-05-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ingela/ssl/missing-default: ssl: Put back premature removed default of TLS-1.3 legacy schemes
| * | | | | | | ssl: Put back premature removed default of TLS-1.3 legacy schemesIngela Anderton Andin2023-05-101-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #7218 from rickard-green/rickard/otp_build_checkRickard Green2023-05-092-0/+344
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | Introduce otp_build check
| * | | | | | Introduce otp_build checkRickard Green2023-05-092-0/+344
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Perform various basic build checks on the system. This is not a complete set of checks before a change can be introduced into the OTP daily builds. All of these checks need to pass before a change can even be considering for testing in OTP daily builds.
* | | | | | Merge pull request #7216 from dgud/dgud/erts/erlc-fixDan Gudmundsson2023-05-091-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | erlc: Fix compiler server args on windows
| * | | | | | erlc: Fix compiler server args on windowsDan Gudmundsson2023-05-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | String could be wrong length if arg was quoted and changed.
* | | | | | | Merge pull request #7214 from ↵Ingela Andin2023-05-091-2/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IngelaAndin/ingela/ssl/better-middlebox-assert-error ssl: Improve error information when middlebox assert fails
| * | | | | | | ssl: Improve error information when middlebox assert failsIngela Anderton Andin2023-05-081-2/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #7203 from ↵Ingela Andin2023-05-095-24/+132
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IngelaAndin/ingela/ssl/signature-algs-list/OTP-18572 ssl: Add signature_algs/2
| * | | | | | | ssl: Add signature_algs/2Ingela Anderton Andin2023-05-085-24/+132
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To make it easier to configure signature algorithms with algorithms that are moved from the default add the API function signature_algs/2 that lists possible values. Also adjust signature algorithms according to TLS-1.3 RFC. That is TLS-1.3 legacy algorithms/schemes names should be used insted of TLS-1.2 algorithms names to be supported in TLS-1.2-TLS-1.3 combination. sha224 is also considered legacy and should not be part of the defaults.
* | | | | | | Merge branch 'dgud/wx/win32-debug-info'Dan Gudmundsson2023-05-081-1/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | * dgud/wx/win32-debug-info: Add win32 debug info to installer
| * | | | | | Add win32 debug info to installerDan Gudmundsson2023-04-261-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | So the released wx can be debugged
* | | | | | | Merge pull request #7210 from bjorng/bjorn/upcoming-incompatibilitiesBjörn Gustavsson2023-05-081-0/+60
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Add notes about two upcoming incompatibilities OTP-18574
| * | | | | | Add uppcoming incompatibility note about unbound type variablesBjörn Gustavsson2023-05-051-0/+24
| | | | | | |
| * | | | | | Add uppcoming incompatibility note about matching +0.0 and -0.0Björn Gustavsson2023-05-051-0/+36
| | | | | | |
* | | | | | | Merge pull request #7189 from u3s/kuba/ct/doc_fix/GH-6951Jakub Witczak2023-05-054-8/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ct: various doc fixes
| * | | | | | | ct: various doc fixesJakub Witczak2023-04-284-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix typo group/0 -> groups/1 - in groups example, wrap result term in a list - add testcase tuple in type specs for all/0 and groups/0 - add list to ct_testcase_repeat_prop() type
* | | | | | | | Merge pull request #7207 from frej/frej/private-append-fixBjörn Gustavsson2023-05-054-4/+65
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix bug in private-append transform
| * | | | | | | | compiler: Avoid invalid code for bs_create_bin with initial literalFrej Drejhammar2023-05-042-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change stops the compiler from generating invalid code when bs_create_bin is given a literal <<>> as its first fragment. As the type analyzer considers a literal <<>> an appendable bitstring, code sequences such as: _6 = bs_create_bin `append`, `[8,{segment,1}]`, `<<>>`, `all` ... _14 = bs_create_bin `append`, `[8,{segment,1}]`, _6, `all` would be rewritten to: _6 = bs_create_bin `private_append`, `[8,{segment,1}]`, `<<>>`, `all` ... _14 = bs_create_bin `private_append`, `[8,{segment,1}]`, _6, `all` which is not legal, as private_append on a literal will crash the runtime system. By inserting a bs_init_writable in front of bs_create_bin instructions with a literal <<>> as the first fragment, and then using the freshly created writable binary instead of the literal, the code sequence becomes valid: _1 = bs_init_writable `256` _6 = bs_create_bin `private_append`, `[8,{segment,1}]`, _1, `all` ... _14 = bs_create_bin `private_append`, `[8,{segment,1}]`, _6, `all`
| * | | | | | | | compiler: Fix bug in SSA-checkerFrej Drejhammar2023-05-042-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in the SSA-checker where it trashes the environment after matching a literal bitstring.
* | | | | | | | | Merge branch 'maint' into masterSverker Eriksson2023-05-058-4/+66
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release Update copyright year