Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-10 | stdlib: Fix timer monotonic time link | Lukas Larsson | |
2018-04-09 | erl_docgen: Add ghlink step for all non-generated doc xml files | Lukas Larsson | |
In order to get line numbers into the ghlink we have to add a post processing step for all xml files. | |||
2018-04-08 | Reflect actual timer:tc behaviour in documentation | Tobias Pfeiffer | |
It was switched to monotnic_time from timestamp 3 years ago in d927209aa36fe370eb4ecf0a081923b0b951458b | |||
2018-03-28 | stdlib: Remove reference to inets:ftp in erl_tar.xml | Péter Dimitrov | |
Change-Id: I5328d5feeac3b7279a8770e8fc27e2d9e8eed359 | |||
2018-03-27 | Merge branch 'dgud/revert-string-depr' | Dan Gudmundsson | |
* dgud/revert-string-depr: Revert "Deprecate old string functions" | |||
2018-03-26 | Merge pull request #1703 from juhlig/master | Hans Bolinder | |
[ERL-557] add is_empty/1 to sets and ordsets OTP-14996, ERL-557, PR-1703 | |||
2018-03-22 | Revert "Deprecate old string functions" | Dan Gudmundsson | |
It has been decided that it was to early to deprecate the old string functions. This partially reverts commit ccb3f7f9768d3c28783c771df47eec1829e51802. | |||
2018-03-22 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Updated OTP version Update release notes Update version numbers ssh: Fix bad spec for double_algs() in ssh.hrl Test event insert from init Fix init to allow all actions Conflicts: OTP_VERSION | |||
2018-03-21 | Update release notes | Erlang/OTP | |
2018-03-20 | Merge pull request #1744 from uabboli/hasse/stdlib/lists_search/OTP-14675 | Hans Bolinder | |
stdlib: Add function lists:search/2 | |||
2018-03-19 | update gb_sets doc to include is_empty/1 compat with sets and ordsets | j.uhlig | |
2018-03-19 | is_empty/1 for sets | j.uhlig | |
2018-03-19 | is_empty/1 for ordsets | j.uhlig | |
2018-03-14 | Merge branch 'maint' | Henrik | |
Conflicts: OTP_VERSION | |||
2018-03-12 | Allow multiple modifier characters in io:format control sequences | Richard Carlsson | |
This makes it possible to print unicode atoms at the same time as suppressing detection of printable lists. | |||
2018-03-09 | stdlib: Add function lists:search/2 | Hans Bolinder | |
This is essentially PR 102, https://github.com/erlang/otp/pull/102. The OTP Technical Board decided to change the name of the function to search/2. | |||
2018-03-09 | Update release notes | Erlang/OTP | |
2018-03-08 | Merge pull request #1737 from richcarl/io-format-printable-strings-doc | Hans Bolinder | |
Improve documentation of io:format ~p when Unicode is involved | |||
2018-03-08 | Improve documentation of io:format ~p when Unicode is involved | Richard Carlsson | |
2018-03-02 | Merge pull request #1734 from wojtekmach/wm-erl-tar-docs-typo | Lukas Larsson | |
Fix typo in erl_tar:format_error/1 docs | |||
2018-03-02 | Merge branch 'maint' | Lukas Larsson | |
2018-03-01 | Fix typo in erl_tar:format_error/1 docs | Wojtek Mach | |
2018-03-01 | stdlib: Fix doc link in timer | Lukas Larsson | |
2018-02-28 | Merge branch 'peterdmv/stdlib/improve_uri_string_api/OTP-14910' | Péter Dimitrov | |
* peterdmv/stdlib/improve_uri_string_api/OTP-14910: stdlib: Update uri_string documentation (HTML 5.2) stdlib: Improve URI normalization in uri_string Change-Id: I1b85e125ae3bc64e04b04ab884ca603217123167 | |||
2018-02-22 | Clarify the named_table option to ets:new/2 | John Högberg | |
2018-02-22 | Add ets:whereis/1 for resolving table names -> tid() | John Högberg | |
2018-02-19 | Merge branch 'maint' | Lukas Larsson | |
2018-02-19 | stdlib: Correct documentation typo | Martin Hässler | |
2018-02-13 | stdlib: Update uri_string documentation (HTML 5.2) | Péter Dimitrov | |
- Original link to HTML 5.0 specification was broken as the document was moved when later revisions were released. - Form-urlencoded query string handling conforms to the HTML 5.2 specification that references WHATWG URL (10 Jan 2018). - HTML 5.2 does not specify handling of non-UTF-8 form-urlencoded query strings, but it is still supported as described in HTML 5.0. Change-Id: I44603bb501530b16651ecbb9a26ea64e119f83d9 | |||
2018-02-08 | stdlib: Improve URI normalization in uri_string | Péter Dimitrov | |
- normalize/1 accepts uri_map() as input type and can return error() if URI parsing fails. - Added normalize/2 that can return a normalized uri_map(). Change-Id: Icdd2e60c15019d3eec2e7bc994cae03066a79194 | |||
2018-02-05 | Merge branch 'emj/stdlib/tar-repro/PR-1608/OTP-14834' | Hans Bolinder | |
* emj/stdlib/tar-repro/PR-1608/OTP-14834: Add options for creating reproducible tars Return error when unable to make dir | |||
2018-02-02 | Add options for creating reproducible tars | Eric Meadows-Jönsson | |
2018-01-29 | Merge branch 'maint' | Sverker Eriksson | |
2018-01-29 | Merge branch 'sverker/ets-match_spec_run-spec/OTP-14889' into maint | Sverker Eriksson | |
2018-01-24 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/stdlib/src/gen_statem.erl | |||
2018-01-24 | Merge branch 'raimo/stdlib/optimize-gen_statem' into maint | Raimo Niskanen | |
* raimo/stdlib/optimize-gen_statem: Optimize plain call response time Correct typo in design principles for gen_statem | |||
2018-01-23 | stdlib: Indent example code | Sverker Eriksson | |
2018-01-23 | stdlib: Fix spec for match_spec_run/2 | Sverker Eriksson | |
Matching can be done on any terms. | |||
2018-01-16 | Optimize plain call response time | Raimo Niskanen | |
2018-01-15 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Correct a filelib test case stdlib: Let filelib:find_source() search subdirs | |||
2018-01-09 | stdlib: Improve erl_eval's stacktraces | Hans Bolinder | |
The call "erlang:get_stacktrace()" is not handled explicitly. If there are issues, they can probably be ignored since erlang:get_stacktrace/1 will be deprecated and removed. | |||
2018-01-05 | stdlib: Let filelib:find_source() search subdirs | Hans Bolinder | |
The Design Principles states that an application can have Erlang source files one level below the "src" directory, and now filelib:find_source() by default searches one level below "src". The same applies to "esrc". That directory is only mentioned in filename(3). | |||
2017-12-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-12-14 | Merge pull request #1650 from jabarszcz/doc_digraph_error | Hans Bolinder | |
digraph: Document a bad_edge error | |||
2017-12-13 | Merge branch 'maint' | Henrik Nord | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-12-06 | digraph: Document a bad_edge error | Jean-Alexandre Barszcz | |
2017-11-30 | Merge branch 'maint' | Rickard Green | |
* maint: Clarification in doc of unicode:characters_to_list/2 | |||
2017-11-30 | Clarification in doc of unicode:characters_to_list/2 | Rickard Green | |
2017-11-29 | Minor grammar tweak in ETS documentation | Isaac Whitfield | |