aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/global.erl
AgeCommit message (Collapse)Author
2011-11-14Remove the undocumented function global:safe_whereis_name/1Hans Bolinder
2011-11-14Remove all use of global:safe_whereis_name/1Hans Bolinder
Calls to global:whereis_name/1 have been substituted for calls to global:safe_whereis_name/1 since the latter is not safe at all. The reason for not doing this earlier is that setting a global lock masked out a bug concerning the restart of supervised children. The bug has now been fixed by a modification of global:whereis_name/1. (Thanks to Ulf Wiger for code contribution.)
2011-05-09Types and specifications have been modified and addedHans Bolinder
2011-03-11Add specs for behaviour callbacksKostis Sagonas
2010-03-19OTP-8527 Global no longer supports R11B nodesHans Bolinder
As of this version, the global name server no longer supports nodes running Erlang/OTP R11B.
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP