Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | Prepare release | Erlang/OTP | |
2019-05-08 | Merge branch 'maint' | Rickard Green | |
* maint: Fix bad merge from maint-21 Fix bad merge from maint-21 Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge | |||
2019-05-06 | Prepare release | Erlang/OTP | |
2019-05-02 | Remove description of structure of opaque type `gb_trees:tree/2`. | Brujo Benavides | |
Since it's an opaque type, its internal structure shouldn't be part of the docs. Otherwise it leads misguided devs to the assumption that they can pattern-match on it, when they shouldn't. | |||
2019-04-30 | Merge pull request #2221 from FNickRU/queue-doc | Hans Bolinder | |
Fix typo | |||
2019-04-30 | Fix typo | Stanislav Mayorov | |
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-04-12 | stdlib: Adjust test suites and docs due to erl_pp changes | Hans Bolinder | |
2019-04-12 | stdlib: Add option 'quote_singleton_atom_types' to erl_pp | Hans Bolinder | |
The new option can be used by Dialyzer, which has traditionally quoted singleton atom types. The OTP team has decided not to use the convention in OTP documentation, at least not for now. That is why the option is needed. EDoc does not use the new option. Syntax Tools does not have a similar option. | |||
2019-04-07 | calendar.xml: fix typo | Mikael Pettersson | |
2019-04-04 | Fix broken links | Björn Gustavsson | |
A multitude of broken links were found when a bug was fixed in the link checker. | |||
2019-04-01 | Merge branch 'maint' | Sverker Eriksson | |
* maint: Updated OTP version Prepare release # Conflicts: # OTP_VERSION # make/otp_version_tickets_in_merge | |||
2019-03-29 | Prepare release | Erlang/OTP | |
2019-03-26 | Revert "Prepare release" | Henrik Nord | |
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. | |||
2019-03-25 | Prepare release | Erlang/OTP | |
2019-03-22 | Change "can not" into "cannot" | Raimo Niskanen | |
2019-03-18 | Merge pull request #2114 from se-apc/strip_fix | John Högberg | |
Allow list of chunks to be given to strip*() OTP-15680 | |||
2019-03-15 | Merge branch 'sverker/ets-select-fixation-owner-change-bug/OTP-15672' | Sverker Eriksson | |
* sverker/ets-select-fixation-owner-change-bug/OTP-15672: erts: Fix ets:select table fixation leak at owner change erts: Refactor common things into traverse_context_t stdlib: Clarify docs for ets:info(_, safe_fixed) | |||
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | stdlib: Clarify docs for ets:info(_, safe_fixed) | Sverker Eriksson | |
It's about the *last* time the table went from unfixed to fixed, not the first time it ever did. | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-03-08 | Allow list of chunks to be given to strip*() | Michael Schmidt | |
This allows extra chunks to be preserved for languages such as Elixir | |||
2019-03-05 | Fix broken doc link | Raimo Niskanen | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-02-25 | Merge branch 'siri/rsh-ssh/PR-1787' | Hans Bolinder | |
OTP-15633 * siri/rsh-ssh/PR-1787: Fix some missed comments about rsh Document the restrictions on the -rsh command Use ssh as the default remote shell | |||
2019-02-25 | Merge branch 'solvip/stdlib/gen_statem/export-start-types' | Raimo Niskanen | |
* solvip/stdlib/gen_statem/export-start-types: Fix links within gen_statem doc | |||
2019-02-25 | Fix links within gen_statem doc | Raimo Niskanen | |
2019-02-25 | Merge branch 'solvip/stdlib/gen_statem/export-start-types' | Raimo Niskanen | |
* solvip/stdlib/gen_statem/export-start-types: Create a gen_statem type for enter_loop options gen_statem exports types related to starting & naming | |||
2019-02-25 | Create a gen_statem type for enter_loop options | Raimo Niskanen | |
2019-02-24 | Fix missing double quote in filename documentation | Chuan Wei Foo | |
2019-02-22 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Clarify the atomic guarantees for ets:update_counter() | |||
2019-02-22 | Clarify the atomic guarantees for ets:update_counter() | Björn Gustavsson | |
The phrasing "no process can access the ETS table in the middle of the operation" implies that the entire table is looked during the operation, which is not true if `write_concurrency` is enabled. | |||
2019-02-18 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Updated OTP version Prepare release | |||
2019-02-18 | Merge branch 'maint-21' into maint | Raimo Niskanen | |
* maint-21: Updated OTP version Prepare release | |||
2019-02-15 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-15 | Prepare release | Erlang/OTP | |
2019-02-08 | stdlib: Add ETS docs about partially bound key traversal | Sverker Eriksson | |
2019-02-05 | Merge branch 'maint' | Ingela Anderton Andin | |
Conflicts: lib/ssl/doc/src/ssl.xml lib/ssl/src/ssl.erl lib/ssl/src/ssl_cipher_format.erl lib/ssl/src/tls_handshake.erl | |||
2019-02-05 | ssl: Use specs to generate type documentation | Ingela Anderton Andin | |
2019-01-24 | stdlib: Add ets doc note about subtle iteration oddities | Sverker Eriksson | |
as it has been made more relevant with the introduction of write_concurrency for ordered_set. | |||
2019-01-24 | Merge branch 'maint' | Sverker Eriksson | |
2019-01-24 | Merge PR-2103 from sverker/ets-iteration-doc/OTP-15545 | Sverker Eriksson | |
Clarify ETS docs about table iterations | |||
2019-01-24 | stdlib: Clarify ets docs about table iterations | Sverker Eriksson | |
2019-01-22 | Merge branch 'maint' | Sverker Eriksson | |
2019-01-22 | Merge branch 'sverker/fix-since-clauses/OTP-15460' into maint | Sverker Eriksson | |
* sverker/fix-since-clauses/OTP-15460: Fix "since" for all multi clause functions | |||
2019-01-16 | Merge branch 'maint' | Hans Bolinder | |
* maint: Fix sorting in lists.xml | |||
2019-01-15 | Fix "since" for all multi clause functions | Sverker Eriksson | |
This is the result of going through all .xml files with "clause_i" attributes and make sure their "since" versions are correct. | |||
2019-01-15 | Fix sorting in lists.xml | jfw7 | |
`search/2` was sorted incorrectly. |