aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/gen_server.erl
AgeCommit message (Expand)Author
2014-07-04stdlib: Call format_status even if terminate callback crashesDan Gudmundsson
2014-03-21fix sys:get_state/1,2 and sys:replace_state/2,3 when sys suspendedSteve Vinoski
2013-10-15Merge branch 'maint'Fredrik Gustafsson
2013-10-12Change 'recive' to 'receive' in gen_server.erlBrian L. Troutwine
2013-08-05Merge branch 'maint'Fredrik Gustafsson
2013-08-01Fix typo in abcast() function commentJohannes Weißl
2013-07-09Merge branch 'maint'Fredrik Gustafsson
2013-07-09Merge branch 'genrich/stdlib/gen_server_typo/OTP-11200' into maintFredrik Gustafsson
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-06-08handle_info Info type possible typogenrich
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-04-05Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin
2013-04-02add sys:get_state/1,2 and sys:replace_state/2,3Steve Vinoski
2012-07-03Correct guard matching in gen_server:enter_loop/4Gustav Simonsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-24Merge branch 'uw/extending_gen' into maintGustav Simonsson
2012-01-03Correct spelling of "registered" in various places in the source codeRichard Carlsson
2011-11-29Fix dialyzer warnings in supervisorSiri Hansen
2011-11-24Add plugin support for alternative name lookupUlf Wiger
2011-11-14Remove all use of global:safe_whereis_name/1Hans Bolinder
2011-10-07Add '-callback' attributes in stdlib's behavioursStavros Aronis
2011-08-16emulator: Add a fourth element in exception stacktracesBjörn Gustavsson
2010-07-07Fix format_status bug for unregistered gen_event processesGeoff Cant
2010-05-27handle {global, term()} names in format_status/2Steve Vinoski
2010-05-12Extend format_status for gen_server/gen_fsm termination error loggingSteve Vinoski
2010-04-14Merge branch 'ks/stdlib' into devErlang/OTP
2010-04-13stdlib: Use fun object instead of {M,F} tupleKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP