summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in ETS docsverker-ets-doc-1Sverker Eriksson2021-04-091-1/+1
* Merge pull request #4720 from michalslaski/erts/doc-fixLukas Larsson2021-04-091-0/+6
|\
| * Describe wordsize found in the garbage collector trace eventsMichal Slaski2021-04-091-0/+6
* | Merge branch 'kjell/erts/fix_code_checker_warnings/OTP-17048'Kjell Winblad2021-04-088-35/+50
|\ \
| * | inet_gethost.c: Fix potential memory leak (found by code_checker)Kjell Winblad2021-04-061-1/+2
| * | jit: Move struct to where it is used and remove constructorKjell Winblad2021-04-061-18/+14
| * | jit: fix code_checker warning (priv is both variable and type name)Kjell Winblad2021-04-061-6/+6
| * | inet_gethost.c: code_checker fix potential memory leak warningKjell Winblad2021-04-061-1/+1
| * | erlexec.c: code_checker fix leak warning (bindir_slug)Kjell Winblad2021-04-061-1/+1
| * | erlexec.c: code_checker warning fix (strndup allocated string)Kjell Winblad2021-04-061-1/+3
| * | erlexec.c: fix code_checker warning (potential memory leak of emu_name)Kjell Winblad2021-04-061-0/+2
| * | ct_run.c, typer.c, dialyzer.c: Fix memory leak pointed out by code_checkerKjell Winblad2021-04-063-6/+11
| * | erlc: suppress code checker warning for intended leakKjell Winblad2021-04-061-0/+3
| * | erlc: Fix codechecker memory leak warningKjell Winblad2021-04-061-1/+7
* | | Merge pull request #4715 from Maria-12648430/fix_sincesLukas Larsson2021-04-083-12/+12
|\ \ \
| * | | Add since to docs for proplists functions new in OTP 24.0Maria-126484302021-04-061-3/+3
| * | | Add since to docs for maps functions new in OTP 24.0Maria-126484302021-04-061-1/+1
| * | | Add since to docs for queue functions new in OTP 24.0Maria-126484302021-04-061-8/+8
| |/ /
* | | Merge branch 'maint'Dan Gudmundsson2021-04-082-0/+17
|\ \ \
| * \ \ Merge tag 'OTP-23.2.7.2' into maintDan Gudmundsson2021-04-082-0/+17
| |\ \ \
| | * | | Updated OTP versionOTP-23.2.7.2Erlang/OTP2021-04-072-1/+2
| | * | | Prepare releaseErlang/OTP2021-04-073-2/+18
| | * | | Merge branch 'dgud/ssl/fix-patch/OTP-17305'Erlang/OTP2021-04-071-1/+1
| | |\ \ \
* | | \ \ \ Merge pull request #4713 from garazdawi/lukas/edoc/NO_APP-deprecationLukas Larsson2021-04-082-0/+10
|\ \ \ \ \ \
| * | | | | | edoc: Re-instate ?NO_APP and deprecate itLukas Larsson2021-04-062-0/+10
* | | | | | | Merge branch 'maint'Dan Gudmundsson2021-04-070-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'dgud/ssl/fix-patch/OTP-17305' into maintDan Gudmundsson2021-04-070-0/+0
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | ssl: Restore order of ssloptionsIngela Anderton Andin2021-04-071-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'maint'John Högberg2021-04-072-2/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'john/erts/fix-zlib-flushing/GH-4710/OTP-17299' into maintJohn Högberg2021-04-072-2/+22
| |\ \ \ \ \
| | * | | | | zlib: Fix edge case in state flushingJohn Högberg2021-04-062-2/+22
* | | | | | | Merge pull request #4709 from max-au/max-au/fix-msacc-extrasLukas Larsson2021-04-071-4/+5
|\ \ \ \ \ \ \
| * | | | | | | msacc: fix segfault caused when extra MSACC states are enabledMaxim Fedorov2021-04-021-4/+5
* | | | | | | | Merge branch 'maint'Sverker Eriksson2021-04-062-2/+46
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge branch 'sverker/erts/persistent_term-get-0-race/OTP-17298' into maintSverker Eriksson2021-04-062-2/+46
| |\ \ \ \ \ \
| | * | | | | | erts: Fix race in persistent_term:get/0 and info/0Sverker Eriksson2021-04-062-2/+46
* | | | | | | | Merge branch 'kjell/erl_call/cleanup_code_fix_code_checker_warnings_3/OTP-17048'Kjell Winblad2021-04-064-720/+717
|\ \ \ \ \ \ \ \
| * | | | | | | | erl_call: Lift in erl_start.h and erl_start.cKjell Winblad2021-04-064-691/+623
| * | | | | | | | erl_call: Suppress code_checker warningsKjell Winblad2021-04-061-2/+26
| * | | | | | | | erl_call: Fix code_checker potential leak warning for hostname_port_argKjell Winblad2021-04-061-0/+8
| * | | | | | | | erl_call: Fix code_checker memory leak warnings for mod, fun and argsKjell Winblad2021-04-061-1/+8
| * | | | | | | | erl_call: Fix codechecker warning for flags leaksKjell Winblad2021-04-061-23/+44
| * | | | | | | | erl_call: Improve comment describing what erl_call doesKjell Winblad2021-04-061-4/+9
* | | | | | | | | Merge pull request #4705 from gomoripeti/fix_function_type_spec/OTP-17302Lukas Larsson2021-04-061-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Fix erl_syntax:function_type/2 specPéter Gömöri2021-04-021-1/+1
* | | | | | | | | Merge branch 'kjell/erl_call/output_to_stdout/OTP-17132'Kjell Winblad2021-04-067-51/+558
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | erl_call: Add -fetch_stdout and -no_result_term optionsKjell Winblad2021-04-067-51/+558
* | | | | | | | | | Merge pull request #4695 from joaohf/ensure_surefire_directory/OTP-17300Lukas Larsson2021-04-062-2/+21
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | eunit: ensure the output directory exist for surefire xml filesJoão Henrique Ferreira de Freitas2021-03-302-2/+21
* | | | | | | | | | | Merge pull request #4657 from garazdawi/lukas/erts/lldb-macrosLukas Larsson2021-04-062-0/+672
|\ \ \ \ \ \ \ \ \ \ \