summaryrefslogtreecommitdiff
path: root/lib/stdlib/src/gen_server.erl
Commit message (Expand)AuthorAgeFilesLines
* Change 'recive' to 'receive' in gen_server.erlBrian L. Troutwine2013-10-121-1/+1
* Fix typo in abcast() function commentJohannes Weißl2013-08-011-1/+1
* Merge branch 'genrich/stdlib/gen_server_typo/OTP-11200' into maintFredrik Gustafsson2013-07-091-1/+1
|\
| * handle_info Info type possible typogenrich2013-06-081-1/+1
* | Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
|/
* Use erlang:demonitor(Ref, [flush]) where applicableLoïc Hoguin2013-04-051-14/+4
* add sys:get_state/1,2 and sys:replace_state/2,3Steve Vinoski2013-04-021-0/+7
* Correct guard matching in gen_server:enter_loop/4Gustav Simonsson2012-07-031-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2012-03-301-1/+1
* Merge branch 'uw/extending_gen' into maintGustav Simonsson2012-02-241-2/+21
|\
| * Add plugin support for alternative name lookupUlf Wiger2011-11-241-2/+21
* | Correct spelling of "registered" in various places in the source codeRichard Carlsson2012-01-031-1/+1
* | Fix dialyzer warnings in supervisorSiri Hansen2011-11-291-1/+1
|/
* Remove all use of global:safe_whereis_name/1Hans Bolinder2011-11-141-3/+3
* Add '-callback' attributes in stdlib's behavioursStavros Aronis2011-10-071-9/+26
* emulator: Add a fourth element in exception stacktracesBjörn Gustavsson2011-08-161-3/+3
* Fix format_status bug for unregistered gen_event processesGeoff Cant2010-07-071-9/+2
* handle {global, term()} names in format_status/2Steve Vinoski2010-05-271-6/+9
* Extend format_status for gen_server/gen_fsm termination error loggingSteve Vinoski2010-05-121-5/+18
* Merge branch 'ks/stdlib' into devErlang/OTP2010-04-141-12/+12
|\
| * stdlib: Use fun object instead of {M,F} tupleKostis Sagonas2010-04-131-7/+7
|/
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+853