aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/gen_server.erl
AgeCommit message (Expand)Author
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