Age | Commit message (Expand) | Author |
2016-03-02 | Change code_change/4 to {ok,State,Data} | Raimo Niskanen |
2016-02-29 | Remove the remove_event action and all alike | Raimo Niskanen |
2016-02-26 | Implement 'keep_state_and_data' and 'stop' | Raimo Niskanen |
2016-02-26 | Write a simple example in the reference manual | Raimo Niskanen |
2016-02-25 | Clarify documentation after Torben Hoffman's comments | Raimo Niskanen |
2016-02-25 | Remove {keep_state_and_data} | Raimo Niskanen |
2016-02-24 | Unify whitespace in XML doc | Raimo Niskanen |
2016-02-24 | Ditch PrevState | Raimo Niskanen |
2016-02-24 | Make first next_event in list arrive first | Raimo Niskanen |
2016-02-24 | Ditch State so StateName/5 -> StateName/4 | Raimo Niskanen |
2016-02-23 | Add {stop_and_reply,Reason,Replies [,Data]) | Raimo Niskanen |
2016-02-23 | Rename Client -> Caller | Raimo Niskanen |
2016-02-23 | s/is/are | Henrik Nord |
2016-02-22 | Make callback_option() mandatory | Raimo Niskanen |
2016-02-19 | Hide Data in default format_status/2 if callback crashes | Raimo Niskanen |
2016-02-19 | Update terminology to data(), transition_op(), etc | Raimo Niskanen |
2016-02-19 | Write gen_statem with code font in the docs | Raimo Niskanen |
2016-02-19 | Shorten taglists in the documentation | Raimo Niskanen |
2016-02-19 | Add reply([Reply]) | Raimo Niskanen |
2016-02-19 | Add {keep_state,...} and {keep_state_and_data,...} | Raimo Niskanen |
2016-02-18 | Change initial PrevState to 'undefined' | Raimo Niskanen |
2016-02-18 | Write some convenience helpers | Raimo Niskanen |
2016-02-18 | Rename retry -> postpone | Raimo Niskanen |
2016-02-18 | Rename insert_event -> next_event | Raimo Niskanen |
2016-02-18 | Implement option callback_mode | Raimo Niskanen |
2016-02-16 | Change to {next_state,...} and {stop,...} return format | Raimo Niskanen |
2016-02-10 | Merge branch 'maint' | Siri Hansen |
2016-02-10 | Merge branch 'nybek/speed_up_supervisor_count_children' into maint | Siri Hansen |
2016-02-09 | Correct grammar errors found by Magnus Henoch | Raimo Niskanen |
2016-02-09 | New state machine | Raimo Niskanen |
2016-02-03 | Speed up supervisor:count_children/1; simple_one_for_one | Rory Byrne |
2016-02-02 | Merge branch 'maint' | Rickard Green |
2016-01-20 | Introduce time warp safe replacement for safe_fixed option | Rickard Green |
2016-01-20 | stdlib: Update erl_parse(3) | Hans Bolinder |
2015-12-16 | Merge tag 'OTP-18.2' | Henrik Nord |
2015-12-15 | Update release notes | Erlang/OTP |
2015-11-20 | Merge branch 'maint' | Zandra |
2015-11-20 | Merge branch 'riverrun/maint' into maint | Zandra |
2015-11-09 | Merge branch 'maint' | Björn-Egil Dahlberg |
2015-11-06 | Recommend against using crypto:rand_bytes | David Whitlock |
2015-11-04 | Fix typos and grammar | Derek Brown |
2015-11-04 | Merge branch 'maint' | Hans Bolinder |
2015-11-04 | [stdlib] Correct documentation | Hans Bolinder |
2015-11-03 | Merge branch 'maint' | Henrik Nord |
2015-11-03 | Fix spelling error in "characters_to_list" | Gary Coulbourne |
2015-10-30 | Merge branch 'maint' | Björn Gustavsson |
2015-10-22 | beam_lib: Document all_chunks/1 and build_module/1 | Björn Gustavsson |
2015-10-13 | Merge branch 'maint' | Henrik Nord |
2015-10-13 | Fixed typo in ets documentation | Riccardo |
2015-09-23 | Merge tag 'OTP-18.1' | Henrik Nord |