Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2018-12-17 | Merge branch 'raimo/stdlib/sys-log-of-gen-in-terminate-report/OTP-15381' | Raimo Niskanen | |
* raimo/stdlib/sys-log-of-gen-in-terminate-report/OTP-15381: sys:log timeout 0 events Filter gen_server State in crash sys:log Fix statement duplication Document system_events better Adjust sys:log(N, get) to documentation Unify system_events in gen_* Log code change Use from/1 type check Limit more error_logger terms Add client stacktrace Print sys:log in error report Optimize sys:handle_debug/4 Optimize sys:log Fix sys:log functionality Conflicts: lib/stdlib/doc/src/sys.xml | |||
2018-12-14 | Merge branch 'maint' | Lukas Larsson | |
2018-12-14 | Merge branch 'lukas/stdlib/maps_iterator_docs' into maint | Lukas Larsson | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-12-10 | stdlib: Update maps:iterator docs to not show iterator | Lukas Larsson | |
The example should not show the iterator as that is an internal value and if changed can confuse the reader of the documentation. See ERL-796 | |||
2018-12-03 | Merge branch 'maint' | Hans Bolinder | |
* maint: stdlib: Let calendar:system_time_to_rfc3339() keep fractions | |||
2018-11-30 | Document system_events better | Raimo Niskanen | |