Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-08-16 | system: Fix broken doc links to gen_fsm design princ | Lukas Larsson | |
2017-05-22 | Fix documentation details | Raimo Niskanen | |
2017-04-21 | Implement {timeout,Name} timeouts | 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-01 | fix a few statem typos | Kim Shrier | |
2017-01-30 | Implement repeat_state and repeat_state_and_data | Raimo Niskanen | |
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. | |||
2016-05-11 | Reword 'dispatch' into 'branch depending' | Raimo Niskanen | |
2016-05-09 | Fix all seealso and other minor changes | Raimo Niskanen | |
2016-05-06 | Editorial update | xsipewe | |
2016-04-27 | Fix hibernation subtlety | Raimo Niskanen | |
2016-04-25 | Add section on state filtering | Raimo Niskanen | |
Misc documentation fixes. | |||
2016-04-22 | Promote gen_statem over gen_fsm | Raimo Niskanen | |
2016-04-21 | Modify code_change/4 to return CallbackMode | Raimo Niskanen | |
Also move check of non-atom states in callback mode state_functions to where the state function is called. This gives homogenous diagnostics for state functions, code_change/4 and system_replace_state StateFun. Irregularities pointed out by James Fish. | |||
2016-04-19 | Use ?NAME macro in examples | Raimo Niskanen | |
2016-04-19 | Introduce Fred Herbert suggested additions | Raimo Niskanen | |
2016-04-18 | Introduce corrections from Fred Hebert and Ingela | Raimo Niskanen | |
2016-04-18 | Use .png pictures instead of .gif | Raimo Niskanen | |
2016-04-15 | Write Design Principles chapter | Raimo Niskanen | |