summaryrefslogtreecommitdiff
path: root/lib/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2021-05-1011-44/+490
* Merge branch 'maint'Sverker Eriksson2021-05-071-1/+13
|\
| * Merge branch 'sverker/23/ets-matchspec-stack-bug/OTP-17379' into maintSverker Eriksson2021-05-071-1/+13
| |\
| | * Merge 'sverker/22/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-061-1/+13
| | |\
| | | * Merge 'sverker/21/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-061-1/+13
| | | |\
| | | | * erts: Fix matchspec stack depth estimation bugSverker Eriksson2021-05-061-1/+13
* | | | | Merge branch 'sverker/smp-doc-fixes'Sverker Eriksson2021-05-061-2/+2
|\ \ \ \ \
| * | | | | Remove talk about SMP vs non-SMP emulator.Sverker Eriksson2021-04-291-2/+2
* | | | | | pubkey: Deprecate ssh fingerprint and ssh_encode/ssh_decode functionsHans Nilsson2021-05-031-0/+8
* | | | | | Merge pull request #4747 from Maria-12648430/supervisor_shutdown_0Hans Nilsson2021-04-302-16/+18
|\ \ \ \ \ \
| * | | | | | Allow 0 for child shutdown in supervisorMaria-126484302021-04-192-16/+18
* | | | | | | Merge branch 'rickard/alias-fixes'Rickard Green2021-04-298-35/+85
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Prepare gen calls for extra data in tag also when using aliasesRickard Green2021-04-278-35/+85
* | | | | | | Merge branch 'hasse/erts/binary_types/GH-4636/OTP-17301'Hans Bolinder2021-04-293-2/+23
|\ \ \ \ \ \ \
| * | | | | | | erts: Add types nonempty_{binary,bitstring}()Hans Bolinder2021-04-273-2/+23
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'maint'Rickard Green2021-04-273-1/+22
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Prepare releaseErlang/OTP2021-04-263-1/+22
* | | | | | Merge PR-4765 from sverker/doc-since-fixesSverker Eriksson2021-04-272-4/+4
|\ \ \ \ \ \
| * | | | | | stdlib: Fix missing since attributesSverker Eriksson2021-04-272-4/+4
* | | | | | | Merge branch 'maint'Kjell Winblad2021-04-264-9/+43
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | [zip] Add execute permission to zipped directories (fix GH-4687)Kjell Winblad2021-04-014-9/+43
| | |_|/ / / | |/| | | |
* | | | | | stdlib: Fix erl_eval test on debug emulatorLukas Larsson2021-04-261-1/+1
* | | | | | Merge pull request #4751 from Maria-12648430/supervisor_auto_shutdown_docs/OT...Lukas Larsson2021-04-261-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typoMaria-126484302021-04-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #4746 from juhlig/eep56_bad_combinations_error/OTP-17334Lukas Larsson2021-04-262-14/+17
|\ \ \ \ \ \
| * | | | | | Refine error reasons for bad combinations of supervisor optionsjuhlig2021-04-192-14/+17
* | | | | | | Merge pull request #4769 from qrede/patch-5Lukas Larsson2021-04-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix doc spellingCheng Zhe2021-04-261-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Fix doc spellingCheng Zhe2021-04-251-1/+1
|/ / / / / /
* | | | | | stdlib: Correct the Erlang parser's precedence of 'catch'Hans Bolinder2021-04-212-3/+4
| |/ / / / |/| | | |
* | | | | Merge pull request #4726 from paulo-ferraz-oliveira/fix/gen_erl-start_retRickard Green2021-04-191-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typespecPaulo F. Oliveira2021-04-111-2/+2
* | | | | Merge branch 'hasse/erts/catch_parentheses/OTP-17169/PR-2584'Hans Bolinder2021-04-193-7/+9
|\ \ \ \ \
| * | | | | stdlib: Do not pretty-print parentheses around 'catch'Hans Bolinder2021-04-143-7/+9
* | | | | | Merge branch 'hasse/stdlib/ms_trans_unused_recs/OTP-17186'Hans Bolinder2021-04-162-34/+62
|\ \ \ \ \ \
| * | | | | | stdlib: Silence unused_record warnings after ms_transformHans Bolinder2021-04-152-34/+62
| |/ / / / /
* | | | | | Merge branch 'hasse/compiler/nowarn_unused_record/OTP-17330'Hans Bolinder2021-04-162-6/+39
|\ \ \ \ \ \
| * | | | | | compiler: Add option {nowarn_unused_record, RecordNames}Hans Bolinder2021-04-152-6/+39
| |/ / / / /
* | | | | | Update lib/stdlib/doc/src/supervisor.xmlMaria Scott2021-04-151-2/+1
* | | | | | Improve docs for supervisor auto-shutdownMaria-126484302021-04-151-4/+9
* | | | | | Extend supervisor significant_bystander test casejuhlig2021-04-141-41/+39
* | | | | | Add more sections to supervisor introductionLukas Larsson2021-04-141-3/+15
* | | | | | Docs for supervisor auto-shutdownMaria-126484302021-04-141-0/+61
* | | | | | Add supervisor:check_childspecs/2juhlig2021-04-142-21/+51
* | | | | | Tests for terminations of non-significant childrenjuhlig2021-04-141-3/+111
* | | | | | Disallow invalid auto_shutdown and significant combinationsjuhlig2021-04-142-51/+104
* | | | | | Tests for supervisor auto-shutdown and significant childrenjuhlig2021-04-141-8/+677
* | | | | | Extend supervisor docs for EEP 56juhlig2021-04-141-9/+17
* | | | | | Reference implementation for EEP56juhlig2021-04-142-44/+123
|/ / / / /
* | | | | Merge pull request #4707 from eksperimental/unicode_13.0Dan Gudmundsson2021-04-1312-1696/+3583
|\ \ \ \ \