summaryrefslogtreecommitdiff
path: root/lib/stdlib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #1703 from juhlig/masterHans Bolinder2018-03-267-14/+51
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | tests for is_empty/1j.uhlig2018-03-232-12/+16
| * | | | update gb_sets doc to include is_empty/1 compat with sets and ordsetsj.uhlig2018-03-191-0/+2
| * | | | is_empty/1 for setsj.uhlig2018-03-192-1/+16
| * | | | is_empty/1 for ordsetsj.uhlig2018-03-192-1/+17
* | | | | Merge branch 'maint'Raimo Niskanen2018-03-224-8/+32
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Update release notesErlang/OTP2018-03-211-0/+19
| * | | | Update version numbersErlang/OTP2018-03-211-1/+1
| * | | | Test event insert from initRaimo Niskanen2018-03-171-4/+9
| * | | | Fix init to allow all actionsRaimo Niskanen2018-03-151-4/+4
| | |/ / | |/| |
* | | | stdlib: Make benchmarks more robustHans Bolinder2018-03-211-6/+10
* | | | Merge pull request #1740 from rickard-green/rickard/signals/OTP-14589Rickard Green2018-03-212-3/+3
|\ \ \ \
| * | | | Implementation of true asynchronous signaling between processesRickard Green2018-03-212-3/+3
* | | | | Merge pull request #1744 from uabboli/hasse/stdlib/lists_search/OTP-14675Hans Bolinder2018-03-203-7/+46
|\ \ \ \ \
| * | | | | stdlib: Add function lists:search/2Hans Bolinder2018-03-093-7/+46
| | |_|_|/ | |/| | |
* | | | | mikpe/process_info-1-no-messages/PR-1745/OTP-14986Lukas Larsson2018-03-161-2/+2
|\ \ \ \ \
| * | | | | make erlang:process_info/1 not retrieve messagesMikael Pettersson2018-03-101-2/+2
* | | | | | Merge branch 'maint'Henrik2018-03-142-1/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Update release notesErlang/OTP2018-03-091-0/+37
| * | | | Update version numbersErlang/OTP2018-03-091-1/+1
| |/ / /
* | | | Merge branch 'sverker/dist-flags-consolidate'Sverker Eriksson2018-03-133-74/+30
|\ \ \ \
| * | | | stdlib: Fix receive-ref optimization for gen_server:callSverker Eriksson2018-03-051-5/+4
| * | | | kernel,stdlib: Remove obsolete use of send with 'noconnect'Sverker Eriksson2018-03-023-39/+30
| * | | | stdlib: Remove obsolete use of monitor_nodeSverker Eriksson2018-03-021-36/+2
* | | | | Merge pull request #1743 from richcarl/io-format-multiple-modifiersHans Bolinder2018-03-134-41/+92
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Allow multiple modifier characters in io:format control sequencesRichard Carlsson2018-03-124-41/+92
* | | | | Merge pull request #1735 from richcarl/io_lib-unscan-fixHans Bolinder2018-03-092-3/+5
|\ \ \ \ \
| * | | | | Make io_lib:unscan_format/1 work with pad char and default precisionRichard Carlsson2018-03-022-3/+5
* | | | | | stdlib: Improve io_lib:limit_term/2Hans Bolinder2018-03-082-31/+57
| |/ / / / |/| | | |
* | | | | Merge pull request #1737 from richcarl/io-format-printable-strings-docHans Bolinder2018-03-081-19/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Improve documentation of io:format ~p when Unicode is involvedRichard Carlsson2018-03-081-19/+53
| |/ / /
* | | | Merge pull request #1734 from wojtekmach/wm-erl-tar-docs-typoLukas Larsson2018-03-021-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix typo in erl_tar:format_error/1 docsWojtek Mach2018-03-011-1/+1
* | | | Merge branch 'maint'Lukas Larsson2018-03-021-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'lukas/kernel/fix_os_cmd_max_size_win32/OTP-14940' into maintLukas Larsson2018-03-021-1/+1
| |\ \
| | * | stdlib: Fix doc link in timerLukas Larsson2018-03-011-1/+1
* | | | Merge branch 'maint'Dan Gudmundsson2018-03-012-3/+9
|\ \ \ \ | |/ / /
| * | | ERL-558 Add the missing function clause for string:prefix (#1702)Seyed Mirsadeghi2018-03-012-3/+9
| |/ /
* | | Merge branch 'peterdmv/stdlib/improve_uri_string_api/OTP-14910'Péter Dimitrov2018-02-283-32/+145
|\ \ \
| * | | stdlib: Update uri_string documentation (HTML 5.2)Péter Dimitrov2018-02-132-11/+19
| * | | stdlib: Improve URI normalization in uri_stringPéter Dimitrov2018-02-083-21/+126
* | | | Merge branch 'john/erts/binary-bin_to_list-performance-fix/OTP-14741'John Högberg2018-02-281-6/+22
|\ \ \ \
| * | | | Replace binary:bin_to_list CIF implementation with binary_to_listJohn Högberg2018-02-261-6/+22
* | | | | Merge branch 'maint'John Högberg2018-02-281-6/+9
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Make re_SUITE:sub_binaries less unstableJohn Högberg2018-02-271-6/+9
* | | | | Merge pull request #1719 from josevalim/jv-faster-dialyzer-md5Hans Bolinder2018-02-261-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix spec for beam_lib:all_chunks/1José Valim2018-02-211-1/+2
* | | | | Merge pull request #1723 from jhogberg/john/erts/ets-whereis/OTP-14884John Högberg2018-02-233-7/+70
|\ \ \ \ \
| * | | | | Clarify the named_table option to ets:new/2John Högberg2018-02-221-4/+7
| * | | | | Add ets:whereis/1 for resolving table names -> tid()John Högberg2018-02-223-3/+63