Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-23 | Add missing entries to COPYRIGHT file | Richard Carlsson | |
2016-11-17 | Merge branch 'elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037' | Siri Hansen | |
* elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037: Expand on the behavior of supervisors | |||
2016-11-15 | Expand on the behavior of supervisors | Brujo Benavides | |
Add additional details on the behavior of supervisors when reaching maximum restart intensity, as stated by @rvirding at [Medium](https://goo.gl/XhwpSL) | |||
2016-11-08 | Merge branch 'maint' | Raimo Niskanen | |
2016-11-08 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Log terminate to sys debug Optimize event timeout Rework timeout handling Clarify the chapter 'Postponing Events' (ERL-284) Fix doc and type for state enter calls | |||
2016-11-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-28 | doc: Clarify application directory structure | Björn-Egil Dahlberg | |
2016-10-25 | Clarify the chapter 'Postponing Events' (ERL-284) | Raimo Niskanen | |
2016-10-19 | Merge branch 'maint' | Raimo Niskanen | |
2016-10-19 | Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint | Raimo Niskanen | |
* raimo/gen_statem-improvements/OTP-13929: Fix race condition in cancel_timer/1 Use parameterized types Implement state timeouts Improve docs and types Change state entry events into state enter calls Improve docs Improve docs Implement state entry events Implement call/3 dirty_timeout | |||
2016-10-13 | Use parameterized types | Raimo Niskanen | |
2016-10-12 | Implement state timeouts | Raimo Niskanen | |
2016-10-07 | Merge branch 'maint' | Hans Bolinder | |
* maint: Update per review comments. Fix reference to automatic `undefined` field declared types. | |||
2016-10-05 | Update per review comments. | Doug Rohrer | |
2016-10-04 | Fix reference to automatic `undefined` field declared types. | Doug Rohrer | |
In 8ce35b287fb50a6845fccf6a13c672aae303dc91 automatic insertion of `undefined` for record fields without initializers was removed, but this was not noted in the documentation. Add a warning about this change using similar verbiage as the original docs. | |||
2016-10-04 | Improve docs and types | Raimo Niskanen | |
2016-09-30 | Change state entry events into state enter calls | Raimo Niskanen | |
2016-09-20 | Improve docs | Raimo Niskanen | |
2016-09-19 | Use more correct delimiters for erl_nif.h include | Tuncer Ayaz | |
Anywhere but the beam sources we shouldn't #include "erl_nif.h", because what "erl_nif.h" does is: (1) fail to find it outside of -I dirs, (2) then treat it as if it was written like <erl_nif.h>. Using <erl_nif.h> skips (1). More information can be found in 6.10.2 of the C standard. Because the examples use "erl_nif.h", NIF projects in the Erlang ecosystem copy this verbatim and make the same mistake. | |||
2016-09-16 | Improve docs | Raimo Niskanen | |
2016-09-16 | Implement state entry events | Raimo Niskanen | |
2016-09-13 | doc: Fix code format in tutorial/c_port | Tony Han | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-24 | Merge branch 'raimo/gen_statem-callback_mode/OTP-13752' into maint | Raimo Niskanen | |
* raimo/gen_statem-callback_mode/OTP-13752: Include trap_exit in server skeletons Improve sys debug Handle exceptions in init/1 and callback_mode/0 Clarify error values Doc fixes Rewrite SSH for gen_statem M:callback_mode/0 Rewrite SSL for gen_statem M:callback_mode/0 Rewrite Tools for gen_statem M:callback_mode/0 Rewrite gen_statem docs for M:callback_mode/0 Rewrite gen_statem TCs for M:callback_mode/0 Rewrite gen_statem for M:callback_mode/0 | |||
2016-08-10 | Doc fixes | Raimo Niskanen | |
2016-08-02 | Rewrite gen_statem docs for M:callback_mode/0 | Raimo Niskanen | |
2016-07-25 | Merge branch 'vladdu/use-top-level-readme/ERL-180/PR-1120/OTP-13767' into maint | Björn-Egil Dahlberg | |
* vladdu/use-top-level-readme/ERL-180/PR-1120/OTP-13767: use top-level README in packaged release | |||
2016-07-15 | Merge branch 'schwartz/system/doc_fix' into maint | Raimo Niskanen | |
* schwartz/system/doc_fix: Fix verb conjugation in statem docs | |||
2016-07-13 | Fix verb conjugation in statem docs | Bernhard Schwarz | |
'We' wait. | |||
2016-07-12 | Add clarification on LC semantics (#1) | Brujo Benavides | |
It addresses the special case of generator-less LCs. As a bonus, I fixed a typo :) | |||
2016-07-04 | use top-level README in packaged release | Vlad Dumitrescu | |
Previously, system/README was not being updated and had become confusing. | |||
2016-06-20 | Add ref to new book "Designing for Scalability with Erlang/OTP" | Kenneth Lundin | |
2016-06-15 | Merge branch 'rickard/top-doc-vsn/OTP-13676' | Rickard Green | |
* rickard/top-doc-vsn/OTP-13676: Present OTP base version on top html documentation page | |||
2016-06-15 | Present OTP base version on top html documentation page | Rickard Green | |
2016-06-15 | Merge branch 'lars/index-page-bug/OTP-13677' | Lars Thorsen | |
* lars/index-page-bug/OTP-13677: Correct a formatting error on the front page | |||
2016-06-10 | Correct a formatting error on the front page | Lars Thorsen | |
2016-06-09 | Remove support for '...' in Maps types | Hans Bolinder | |
It is possible that '...' is added later (OTP 20.0), but for now we are not sure of all details. | |||
2016-06-01 | Remove usage of non dtd defined tag (<output>) | Lars Thorsen | |
2016-06-01 | Correct usage of marker tag | Lars Thorsen | |
2016-06-01 | Make it possible to run xmllint target in system documentation | Lars Thorsen | |
2016-05-25 | doc: Update version of erts and otp release | Björn-Egil Dahlberg | |
2016-05-23 | doc: Update process memory initial size | Björn-Egil Dahlberg | |
2016-05-20 | doc: Update efficiency guide with Maps memory info | Björn-Egil Dahlberg | |
2016-05-11 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Reword 'dispatch' into 'branch depending' | |||
2016-05-11 | Reword 'dispatch' into 'branch depending' | Raimo Niskanen | |
2016-05-09 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Fix all seealso and other minor changes Editorial update | |||
2016-05-09 | Fix all seealso and other minor changes | Raimo Niskanen | |
2016-05-09 | Merge branch 'xsipewe_gen_statem1' of https://github.com/xsipewe/otp into ↵ | Raimo Niskanen | |
raimo/polish-gen_statem/OTP-13065 Conflicts: lib/stdlib/doc/src/gen_statem.xml | |||
2016-05-09 | Merge branch 'bjorn/stdlib/warning-and-error/OTP-13476' | Björn Gustavsson | |
* bjorn/stdlib/warning-and-error/OTP-13476: Add documentation epp: Add the -error and -warning directives epp: Refactor expansion of header path | |||
2016-05-06 | Editorial update | xsipewe | |