aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src
AgeCommit message (Expand)Author
2016-03-03Rename state_timeout -> event_timeoutRaimo Niskanen
2016-03-03Fix most of the system docs and emacs modeRaimo Niskanen
2016-03-02Change code_change/4 to {ok,State,Data}Raimo Niskanen
2016-02-29Remove the remove_event action and all alikeRaimo Niskanen
2016-02-26Implement 'keep_state_and_data' and 'stop'Raimo Niskanen
2016-02-26Write a simple example in the reference manualRaimo Niskanen
2016-02-25Clarify documentation after Torben Hoffman's commentsRaimo Niskanen
2016-02-25Remove {keep_state_and_data}Raimo Niskanen
2016-02-24Unify whitespace in XML docRaimo Niskanen
2016-02-24Ditch PrevStateRaimo Niskanen
2016-02-24Make first next_event in list arrive firstRaimo Niskanen
2016-02-24Ditch State so StateName/5 -> StateName/4Raimo Niskanen
2016-02-23Add {stop_and_reply,Reason,Replies [,Data])Raimo Niskanen
2016-02-23Rename Client -> CallerRaimo Niskanen
2016-02-22Make callback_option() mandatoryRaimo Niskanen
2016-02-19Hide Data in default format_status/2 if callback crashesRaimo Niskanen
2016-02-19Update terminology to data(), transition_op(), etcRaimo Niskanen
2016-02-19Write gen_statem with code font in the docsRaimo Niskanen
2016-02-19Shorten taglists in the documentationRaimo Niskanen
2016-02-19Add reply([Reply])Raimo Niskanen
2016-02-19Add {keep_state,...} and {keep_state_and_data,...}Raimo Niskanen
2016-02-18Change initial PrevState to 'undefined'Raimo Niskanen
2016-02-18Write some convenience helpersRaimo Niskanen
2016-02-18Rename retry -> postponeRaimo Niskanen
2016-02-18Rename insert_event -> next_eventRaimo Niskanen
2016-02-18Implement option callback_modeRaimo Niskanen
2016-02-16Change to {next_state,...} and {stop,...} return formatRaimo Niskanen
2016-02-09Correct grammar errors found by Magnus HenochRaimo Niskanen
2016-02-09New state machineRaimo Niskanen
2015-12-15Update release notesErlang/OTP
2015-11-20Merge branch 'riverrun/maint' into maintZandra
2015-11-06Recommend against using crypto:rand_bytesDavid Whitlock
2015-11-04Fix typos and grammarDerek Brown
2015-11-04[stdlib] Correct documentationHans Bolinder
2015-11-03Fix spelling error in "characters_to_list"Gary Coulbourne
2015-10-22beam_lib: Document all_chunks/1 and build_module/1Björn Gustavsson
2015-10-13Fixed typo in ets documentationRiccardo
2015-09-21Prepare releaseErlang/OTP
2015-09-10Fix doc for return value of gen_fsm:reply/2Siri Hansen
2015-09-07proc_lib: Add format/3Björn Gustavsson
2015-07-14Fix function reference (no first/2 in ets)Attila Gulyas
2015-06-23Prepare releaseErlang/OTP
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-16Merge branch 'mhssler/doc-os-unsetenv-unicode'Henrik Nord
2015-06-15dialyzer: Modify the handling of parametrized opaque typesHans Bolinder
2015-06-03Break out assert macros from eunit to stdlib assert.hrlRichard Carlsson
2015-05-29Merge branch 'fishcakez/supervisor_ignore'Zandra Hird
2015-05-29Update orddict with parameterized types and specsUENISHI Kota
2015-05-26Don't store child that returns ignore in simple supervisorJames Fish
2015-05-21Merge branch 'sverk/ets-tab2file-syn/OTP-12737'Sverker Eriksson