summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint-20' into maintSverker Eriksson2018-02-1320-689/+1404
|\
| * Update release notesErlang/OTP2018-02-121-0/+42
| * Update version numbersErlang/OTP2018-02-121-1/+1
| * Merge 'sverker/maint-19/alloc-n-migration/ERIERL-88'Sverker Eriksson2018-02-1218-688/+1361
| |\
| | * Merge 'sverker/carrier-migration-improvements'Sverker Eriksson2018-02-1211-533/+841
| | |\
| | | * erts: Add more stats for mbcs_poolSverker Eriksson2017-12-204-9/+112
| | | * erts: Fix alloc_SUITE:migrationSverker Eriksson2017-12-201-1/+4
| | | * erts: Improve carrier pool searchSverker Eriksson2017-12-205-424/+539
| | | * erts: Improve alloc_SUITE:migrationSverker Eriksson2017-12-204-49/+132
| | | * erts: Refactor carrier dealloc migrationSverker Eriksson2017-12-202-66/+69
| | * | erts: Add system_flags(erts_alloc,"+M?sbct *")Sverker Eriksson2018-02-1210-35/+242
| | * | erts: Add age order first fit allocator strategiesSverker Eriksson2018-02-125-37/+115
| | * | erts: Refactor erl_ao_firstfit_allocSverker Eriksson2018-02-083-66/+77
| | * | erts: Add migration options "acnl" and "acfml"Sverker Eriksson2018-02-085-28/+96
| | |/
* | | Fix size of fmt_double()'s format_str[] bufferMikael Pettersson2018-02-131-1/+1
* | | Merge branch 'sverker/hipe-load-fixing/OTP-14891' into maintSverker Eriksson2018-01-242-1/+4
|\ \ \
| * | | Fix slow hipe executionSverker Eriksson2018-01-172-1/+4
* | | | Merge PR-1684 from sverker/float_to_list-rounding-bug/OTP-14890Sverker Eriksson2018-01-243-58/+119
|\ \ \ \
| * | | | erts: Refactor and cleanup sys_double_to_chars_fastSverker Eriksson2018-01-151-57/+49
| * | | | erts: Fix float_to_list(F, [{decimals,D}]).Sverker Eriksson2018-01-152-15/+84
| * | | | erts: Fix buffer overflow bug in erts_printf %fSverker Eriksson2018-01-151-1/+1
| |/ / /
* | | | Merge branch 'fhunleth/binary_to_integer_chec/PR-1671/OTP-14879' into maintLukas Larsson2018-01-172-6/+11
|\ \ \ \
| * | | | Fail if ':' is passed to binary_to_integer/2Frank Hunleth2018-01-032-6/+11
| |/ / /
* | | | Fix a broken erlang:trace/3 link in docKonstantinos Kallas2018-01-171-1/+1
* | | | Merge branch 'hasse/stdlib/unicode_stacktrace/OTP-14847/ERL-553' into maintHans Bolinder2018-01-161-2/+7
|\ \ \ \
| * | | | stdlib: Handle Unicode when formatting stacktracesHans Bolinder2018-01-151-2/+7
* | | | | Merge branch 'sverker/cuddle-big-bin-tests' into maintSverker Eriksson2018-01-153-37/+40
|\ \ \ \ \
| * | | | | erts: Add non fatal big binary creation for test purposeSverker Eriksson2018-01-041-0/+13
| * | | | | erts: Refactor ProcBin creationSverker Eriksson2018-01-042-37/+27
| | |/ / / | |/| | |
* | | | | Merge branch 'sverker/term_to_binary-spec/ERL-548/OTP-14876' into maintSverker Eriksson2018-01-151-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | erts: Fix term_to_binary/2 specSverker Eriksson2018-01-091-1/+1
| |/ / /
* | | | Merge branch 'rickard/file-encoding-stacktraces/OTP-14847/ERL-544' into maintRickard Green2018-01-116-46/+210
|\ \ \ \
| * | | | Fix encoding of filenames in stacktracesRickard Green2018-01-116-46/+210
| | |/ / | |/| |
* | | | Merge branch 'rickard/libs-libz/ERL-529/OTP-14840' into maintRickard Green2018-01-111-4/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Do not add -lz to LIBS; keep it in Z_LIBRickard Green2017-12-181-4/+8
| |/ /
* | | Merge PR-1664 from sverker/sverker/hipe-bs_put_utf8-gc-bug OTP-14850Sverker Eriksson2018-01-034-8/+12
|\ \ \
| * | | Add PRIMOP_ABI_VSN to erts checksumSverker Eriksson2018-01-031-0/+7
| * | | Fix bug in hipe primop bs_put_utf8Sverker Eriksson2018-01-033-8/+5
| |/ /
* | | Merge branch 'sverker/cuddle-valgrind' into maintSverker Eriksson2017-12-213-8/+16
|\ \ \ | |/ / |/| |
| * | erts: Add core dumps from valgrind to z_SUITE searchSverker Eriksson2017-12-131-0/+2
| * | erts: Trim driver_SUITE:smp_select for slow valgrindSverker Eriksson2017-12-122-8/+14
* | | Update release notesErlang/OTP2017-12-081-0/+137
* | | Update version numbersErlang/OTP2017-12-081-1/+1
* | | Merge branch 'john/erts/lcnt-fix-reg-proc-names/OTP-14803' into maintJohn Högberg2017-12-052-3/+27
|\ \ \
| * | | Fix process name resolution in lcnt resultsJohn Högberg2017-12-042-3/+27
* | | | Merge pull request #1628 from mikpe/erts-hipe-more-print-fixesBjörn Gustavsson2017-12-043-11/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | fix output formatting in several HiPE debug BIFsMikael Pettersson2017-11-113-11/+29
* | | | Merge PR-1636 from nox/enif-reallocSverker Eriksson2017-11-301-0/+16
|\ \ \ \
| * | | | Document alignment guarantees of enif_alloc and enif_reallocAnthony Ramine2017-11-231-0/+4
| * | | | Document enif_reallocAnthony Ramine2017-11-211-0/+12