summaryrefslogtreecommitdiff
Commit message (Collapse)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 events
| * 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
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kjell/erts/fix_code_checker_warnings/OTP-17048: inet_gethost.c: Fix potential memory leak (found by code_checker) jit: Move struct to where it is used and remove constructor jit: fix code_checker warning (priv is both variable and type name) inet_gethost.c: code_checker fix potential memory leak warning erlexec.c: code_checker fix leak warning (bindir_slug) erlexec.c: code_checker warning fix (strndup allocated string) erlexec.c: fix code_checker warning (potential memory leak of emu_name) ct_run.c, typer.c, dialyzer.c: Fix memory leak pointed out by code_checker erlc: suppress code checker warning for intended leak erlc: Fix codechecker memory leak warning
| * | 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
| | | | | | | | | | | | | | | This change makes it clear where the struct is used and where its members are set.
| * | 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
|\ \ \ | | | | | | | | queue, maps, proplists: add since information to docs for new functions
| * | | Add since to docs for proplists functions new in OTP 24.0Maria-126484302021-04-061-3/+3
| | | | | | | | | | | | | | | | | | | | * from_map/1 * to_map/1,2
| * | | Add since to docs for maps functions new in OTP 24.0Maria-126484302021-04-061-1/+1
| | | | | | | | | | | | | | | | * filtermap/2
| * | | Add since to docs for queue functions new in OTP 24.0Maria-126484302021-04-061-8/+8
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all/2 * any/2 * delete/2 * delete_r/2 * delete_with/2 * delete_with_r/2 * filtermap/2 * fold/3
* | | Merge branch 'maint'Dan Gudmundsson2021-04-082-0/+17
|\ \ \ | | | | | | | | | | | | | | | | | | | | * maint: Updated OTP version Prepare release
| * \ \ Merge tag 'OTP-23.2.7.2' into maintDan Gudmundsson2021-04-082-0/+17
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === OTP-23.2.7.2 === Changed Applications: - ssl-10.2.4.2 Unchanged Applications: - asn1-5.0.14 - common_test-1.19.1 - compiler-7.6.6 - crypto-4.8.3 - debugger-5.0 - dialyzer-4.3 - diameter-2.2.3 - edoc-0.12 - eldap-1.2.8 - erl_docgen-1.0.2 - erl_interface-4.0.2 - erts-11.1.8 - et-1.6.4 - eunit-2.6 - ftp-1.0.5 - hipe-4.0.1 - inets-7.3.2 - jinterface-1.11 - kernel-7.2.1 - megaco-3.19.5 - mnesia-4.18.1 - observer-2.9.5 - odbc-2.13.2 - os_mon-2.6.1 - parsetools-2.2 - public_key-1.9.2 - reltool-0.8 - runtime_tools-1.15.1 - sasl-4.0.1 - snmp-5.7.3 - ssh-4.10.8 - stdlib-3.14 - syntax_tools-2.4 - tftp-1.0.2 - tools-3.4.3 - wx-1.9.2 - xmerl-1.3.26 * tag 'OTP-23.2.7.2': Updated OTP version Prepare release # Conflicts: # OTP_VERSION # lib/ssl/doc/src/notes.xml # lib/ssl/vsn.mk # make/otp_version_tickets # otp_versions.table
| | * | | 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
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * dgud/ssl/fix-patch/OTP-17305: ssl: Restore order of ssloptions
* | | \ \ \ Merge pull request #4713 from garazdawi/lukas/edoc/NO_APP-deprecationLukas Larsson2021-04-082-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | edoc: Re-instate ?NO_APP and deprecate it
| * | | | | | edoc: Re-instate ?NO_APP and deprecate itLukas Larsson2021-04-062-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #4603
* | | | | | | Merge branch 'maint'Dan Gudmundsson2021-04-070-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * maint: ssl: Restore order of ssloptions
| * | | | | | Merge branch 'dgud/ssl/fix-patch/OTP-17305' into maintDan Gudmundsson2021-04-070-0/+0
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | * dgud/ssl/fix-patch/OTP-17305: ssl: Restore order of ssloptions
| | * | | | | ssl: Restore order of ssloptionsIngela Anderton Andin2021-04-071-1/+1
| | | |/ / / | | |/| | |
* | | | | | Merge branch 'maint'John Högberg2021-04-072-2/+22
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | * maint: zlib: Fix edge case in state flushing
| * | | | | Merge branch 'john/erts/fix-zlib-flushing/GH-4710/OTP-17299' into maintJohn Högberg2021-04-072-2/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * john/erts/fix-zlib-flushing/GH-4710/OTP-17299: zlib: Fix edge case in state flushing
| | * | | | | 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 enabled
| * | | | | | | msacc: fix segfault caused when extra MSACC states are enabledMaxim Fedorov2021-04-021-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8346580b124a recovered extra MSACC states but caused BEAM to dump core when msacc was switched off due to accidental rewrite of a variable.
* | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Read active table _after_ seizing update permission.
* | | | | | | | Merge branch 'kjell/erl_call/cleanup_code_fix_code_checker_warnings_3/OTP-17048'Kjell Winblad2021-04-064-720/+717
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kjell/erl_call/cleanup_code_fix_code_checker_warnings_3/OTP-17048: erl_call: Lift in erl_start.h and erl_start.c erl_call: Suppress code_checker warnings erl_call: Fix code_checker potential leak warning for hostname_port_arg erl_call: Fix code_checker memory leak warnings for mod, fun and args erl_call: Fix codechecker warning for flags leaks erl_call: Improve comment describing what erl_call does
| * | | | | | | | erl_call: Lift in erl_start.h and erl_start.cKjell Winblad2021-04-064-691/+623
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lift in erl_start.h and erl_start.c into erl_call.c and remove erl_start.h and erl_start.c to make erl_call.c self contained.
| * | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the comment in erl_call.c that describes the purpose of the file to more accurately describe what erl_call does.
* | | | | | | | | Merge pull request #4705 from gomoripeti/fix_function_type_spec/OTP-17302Lukas Larsson2021-04-061-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix erl_syntax:function_type/2 spec
| * | | | | | | | 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
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kjell/erl_call/output_to_stdout/OTP-17132: erl_call: Add -fetch_stdout and -no_result_term options
| * | | | | | | | | erl_call: Add -fetch_stdout and -no_result_term optionsKjell Winblad2021-04-067-51/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit adds two options to the erl_call command line tool: * -fetch_stdout Executes the given code (provided by the -a or -e options) in a new process with a group leader that forwards all stdout (standard output) data so that it is printed to stdout of the erl_call process. This means that stdout data that is written during the execution of the called code, by the code and by descendant processes, will be forwarded (given that the group leader has not been changed by a call to erlang:group_leader/2). The printed data is UTF-8 encoded. * -fetch_stdout This option disables printing of the result term. In order to implement the first of these two options a new function called ei_xrpc_from has been added to erl_interface. This function is documented in the erl_interface documentation.
* | | | | | | | | | 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 files
| * | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | erts: Implement some etp macros for lldb