Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 '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-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-13 | Use parameterized types | Raimo Niskanen | |
2016-10-12 | Implement state timeouts | Raimo Niskanen | |
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-16 | Improve docs | Raimo Niskanen | |
2016-09-16 | Implement state entry events | Raimo Niskanen | |
2016-09-01 | doc: Correct errors introduced by Editorial changes | Hans Bolinder | |
Fix some older errors as well. | |||
2016-08-10 | Doc fixes | Raimo Niskanen | |
2016-08-02 | Rewrite gen_statem docs for M:callback_mode/0 | Raimo Niskanen | |
2016-07-13 | Fix verb conjugation in statem docs | Bernhard Schwarz | |
'We' wait. |