Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-16 | Spell 'Guidelines' in the title for applications with a capital G, in | Nils Gillmann | |
system/doc/design_principles/applications.xml. Since we call them 'Directory Structure' and 'Development Environment' in the title, this fits more into the title. Signed-off-by: Nils Gillmann <[email protected]> | |||
2018-09-21 | Merge branch 'maint' | Henrik Nord | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-09-19 | Merge branch 'raimo/stdlib/gen_statem-cleanup' | Raimo Niskanen | |
OTP-14737 * raimo/stdlib/gen_statem-cleanup: Improve user's guide on time-outs Clean up and optimize code and doc | |||
2018-09-17 | Merge branch 'maint' | Siri Hansen | |
2018-09-12 | Remove outdated reference to error loggers | Siri Hansen | |
2018-09-10 | Improve user's guide on time-outs | Raimo Niskanen | |
2018-09-10 | Clean up and optimize code and doc | Raimo Niskanen | |
2018-09-10 | Merge branch 'maint' | Siri Hansen | |
2018-09-07 | [supervisor] Add warning about race condition | Siri Hansen | |
ERL-724: "During a 'gentle' shutdown, supervisors unlink from their children before sending shutdown signals to them. This can lead to a race condition in supervision trees, when the timeout for gentle shutdown of a parent supervisor expires and it kills a child supervisor that has just unlinked from a child of its own, leaving the child supervisor's own child still running after its supervisor is killed." This commit adds a warning about this in the documentation. | |||
2018-07-27 | Change "can not" into "cannot" | Raimo Niskanen | |
I did not find any legitimate use of "can not", however skipped changing e.g RFCs archived in the source tree. | |||
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-07-03 | fix some errors in code samples for gen_statem behaviour | Alberto Sartori | |
* consistently use var name `Button` instead of `Digit` * remove unnecessary calls to `do_lock` and `do_unlock` * fix compile errors | |||
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-13 | Explain why the AM becomes group leader | Xavier Noria | |
2018-05-24 | Update copyright year | Henrik Nord | |
2018-04-26 | Merge pull request #1759 from sunboshan/sys-fix | Siri Hansen | |
[stdlib/sys.erl] Fix sys module's debug statistics not including the out message count when using gen_server:call/2. OTP-15047 | |||
2018-04-24 | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015' | Raimo Niskanen | |
* raimo/stdlib/gen_statem-dev/OTP-14015: Fix after feedback Improve pointer to User's Guide Fix after feedback on 'When to use' Add a 'When to use' section Fix timeout parsing and doc feedback Improve doc, change images to .svg erl_docgen: Implement width in image tag Update User's Guide and pointers to it Improve error reasons from state enter call | |||
2018-04-23 | Fix sys's debug statistics. | Boshan Sun | |
Currently, in sys:stat/2, the message out only count for system events with format {out, Msg, To}. However, the gen_server:reply/5 will call sys:handle_debug/4 with format {out, Reply, To, State}. That will make the message out count fail to pattern matching. Also update sys_SUITE.erl and relevant docs. | |||
2018-04-18 | Fix after feedback | Raimo Niskanen | |
2018-04-17 | Fix after feedback on 'When to use' | Raimo Niskanen | |
2018-04-12 | Add a 'When to use' section | Raimo Niskanen | |
2018-04-12 | Fix timeout parsing and doc feedback | Raimo Niskanen | |
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-03-29 | Improve doc, change images to .svg | Raimo Niskanen | |
2018-03-22 | Update User's Guide and pointers to it | Raimo Niskanen | |
2018-03-05 | Merge pull request #1560 from tsloughter/no_warn_sysconfig | Siri Hansen | |
Include sys.config.src in release tar file OTP-14950 | |||
2018-02-27 | update create_target.xmlsrc and release structure docs | Tristan Sloughter | |
2018-01-24 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: lib/stdlib/src/gen_statem.erl | |||
2017-12-18 | Correct typo in design principles for gen_statem | Raimo Niskanen | |
Reported by Guilherme Andrade | |||
2017-10-20 | Merge pull request #1593 from srenatus/patch-1 | Hans Bolinder | |
typo in OTP Design Principles | |||
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-10-05 | typo in OTP Design Principles | Stephan Renatus | |
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-21 | Update copyright year | Henrik Nord | |
2017-08-16 | system: Fix broken doc links to gen_fsm design princ | Lukas Larsson | |
2017-05-22 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
* raimo/gen_statem-dev: Fix documentation details | |||
2017-05-22 | Fix documentation details | Raimo Niskanen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge branch 'raimo/gen_statem-dev' | Raimo Niskanen | |
OTP-14531 Generic time-outs in gen_statem Conflicts: lib/stdlib/test/erl_internal_SUITE.erl | |||
2017-04-27 | Merge branch 'ingela/deprecate/gen_fsm/OTP-14183' | Ingela Anderton Andin | |
* ingela/deprecate/gen_fsm/OTP-14183: stdlib: Deprecate gen_fsm Conflicts: lib/stdlib/doc/src/gen_fsm.xml | |||
2017-04-27 | stdlib: Deprecate gen_fsm | Ingela Anderton Andin | |
2017-04-21 | Implement {timeout,Name} timeouts | Raimo Niskanen | |
2017-04-20 | Fix xmllint warning in Design Principles/Supervisor Behaviour | Siri Hansen | |
2017-03-03 | Merge branch 'maint' | Raimo Niskanen | |
2017-03-03 | Merge branch 'raimo/kernel/gen_statem-progress/OTP-14114' into maint | Raimo Niskanen | |
* raimo/kernel/gen_statem-progress/OTP-14114: Make code_change/4 optional Implement fallback for terminate/3 Clarify code_change and callback mode change Stop pampering with stacktraces Clean up timer handling Remove event timer optimization Clean up timer handling Reduce number of loop variables hence code mass Optimize by using async cancel_timer Bugfix: callback mode not cached after code change Implement repeat_state and repeat_state_and_data Correct type checking function for action {next_event,,} Change arity of type to init_result/1 | |||
2017-02-03 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-02-01 | fix a few statem typos | Kim Shrier | |
2017-01-30 | Implement repeat_state and repeat_state_and_data | Raimo Niskanen | |
2017-01-23 | Add design principles restart intensity howto | Richard Carlsson | |