summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Sverker Eriksson2019-09-191-2/+7
|\
| * Merge branch 'sverker/cerl-solaris-fix' into maintSverker Eriksson2019-09-191-2/+7
| |\
| | * Fix cerl script for SunOSSverker Eriksson2019-09-121-2/+7
* | | Merge branch 'maint'John Högberg2019-09-192-4/+26
|\ \ \ | |/ /
| * | Merge branch 'john/stdlib/unsafe-vars-comprehensions/OTP-16053/ERL-1039' into...John Högberg2019-09-192-4/+26
| |\ \
| | * | erl_lint: Stop returning unsafe variables from comprehensionsJohn Högberg2019-09-172-4/+26
* | | | Merge branch 'john/erts/hide-cif-trapping'John Högberg2019-09-1929-153/+119
|\ \ \ \
| * | | | erts: Use global trap entries for listsJohn Högberg2019-09-173-53/+10
| * | | | erts: Rename bif_table_index to bif_numberJohn Högberg2019-09-177-25/+24
| * | | | erts: Use hidden exports for BIF trappingJohn Högberg2019-09-1724-81/+91
* | | | | Merge branch 'maint'John Högberg2019-09-192-4/+64
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'john/merge-pr-2386' into maintJohn Högberg2019-09-192-4/+64
| |\ \ \ \
| | * | | | file_SUITE: Only test allocate/3 size updates on known ok platformsJohn Högberg2019-09-191-8/+8
| | * | | | Merge remote-tracking branch 'indocomsoft/patch-1' into john/merge-pr-2386John Högberg2019-09-192-4/+64
| | |\ \ \ \ | |/ / / / /
| | * | | | Fix efile_allocate on MacJulius Putra Tanu Setiaji2019-09-132-4/+64
* | | | | | Merge pull request #2388 from lrascao/bugfix/missing_dtrace_function_returnsJohn Högberg2019-09-195-8/+101
|\ \ \ \ \ \
| * | | | | | Improve dynamic tracing of function calls documentationLuis Rascao2019-09-173-3/+95
| * | | | | | Add missing dtrace return invocationsLuis Rascao2019-09-172-5/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'maint'John Högberg2019-09-181-11/+16
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'john/erts/dont-skip-lcnt-suite' into maintJohn Högberg2019-09-181-11/+16
| |\ \ \ \ \
| | * | | | | erts: Fail tests when disable_lock_counting() failsJohn Högberg2019-09-171-11/+16
* | | | | | | Merge pull request #2320 from lukebakken/mnesia-badarg-inconsistentDan Gudmundsson2019-09-181-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Ensure create_table aborted reason is expected formatLuke Bakken2019-07-101-1/+1
* | | | | | | | Merge pull request #2339 from josevalim/jv-unicode-12.1Dan Gudmundsson2019-09-1812-271/+870
|\ \ \ \ \ \ \ \
| * | | | | | | | Update to Unicode 12.1José Valim2019-08-0512-271/+870
* | | | | | | | | Merge branch 'maint'Henrik Nord2019-09-170-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Update for developmentHenrik Nord2019-09-171-125/+1
* | | | | | | | | Merge branch 'maint'Henrik Nord2019-09-1765-79/+1527
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Updated OTP versionOTP-22.1Erlang/OTP2019-09-172-1/+2
| * | | | | | | | Prepare releaseErlang/OTP2019-09-1764-77/+1526
* | | | | | | | | Merge branch 'maint'Rickard Green2019-09-171-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | / / / / | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Bump patch merge versionRickard Green2019-09-171-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #2381 from jhogberg/john/erts/refactor-cif-tracing/OTP-14734John Högberg2019-09-1750-1714/+1671
|\ \ \ \ \ \ \
| * | | | | | | erts: Share printable_return_address with erl_bif_infoJohn Högberg2019-09-164-37/+9
| * | | | | | | erts: Let call_bif/call_nif take arguments instead of hardcoding themJohn Högberg2019-09-168-23/+26
| * | | | | | | erts: Use local trap exports for list functionsJohn Högberg2019-09-164-15/+59
| * | | | | | | erts: Rename apply_bif to call_bif, matching NIFsJohn Högberg2019-09-167-13/+13
| * | | | | | | erts: Rename NifExport to ErtsNativeFuncJohn Högberg2019-09-1611-135/+138
| * | | | | | | erts: Crash if a module doesn't have stubs for all its BIFsJohn Högberg2019-09-161-0/+22
| * | | | | | | erts: Refactor BIF tracingJohn Högberg2019-09-1627-1078/+731
| * | | | | | | erts: Replace ad-hoc export->beam[] wrangling with unionsJohn Högberg2019-09-1611-143/+227
| * | | | | | | erts: Add operator stubs to erlang.erlJohn Högberg2019-09-112-0/+116
| * | | | | | | erts: Fix undefined behavior in $DISPATCHX()John Högberg2019-09-116-167/+137
| * | | | | | | beam_makeops: Instructions marked -no_next must not fall throughJohn Högberg2019-09-091-2/+4
| * | | | | | | compiler: Honor stack frames when calling exit BIFsJohn Högberg2019-09-098-223/+311
* | | | | | | | Merge branch 'john/kernel/fix-shell-history/PR-2302'John Högberg2019-09-161-5/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel: Fix accidental disabling of shell historyJohn Högberg2019-09-111-5/+9
* | | | | | | | | Merge branch 'hans/ssh/client_sup/OTP-16026'Hans Nilsson2019-09-132-17/+74
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ssh: Extend the sshc_sup testsHans Nilsson2019-09-121-5/+51
| * | | | | | | | | ssh: Fix ssh_info module so it reports tunnel channelsHans Nilsson2019-09-111-12/+23