aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/supervisor.erl
AgeCommit message (Expand)Author
2011-05-04Change list to set in supervisor for saving pids of dynamic temprary childrenSiri Hansen
2011-04-12Allow supervisor:terminate_child(SupRef,Pid) for simple_one_for_oneSiri Hansen
2011-04-04Completed bug fix "temporary child specs should not be kept when childIngela Anderton Andin
2011-04-04Fix issue with temporary children introduced by OTP-9064Filipe David Manana
2011-02-22Added test case do_not_save_start_parameters_for_temporary_children and fixedIngela Anderton Andin
2011-02-22Do not save parameter list for any temporary processesIngela Anderton Andin
2011-02-22Do not save initial arguments for dynamic temporary processesIngela Anderton Andin
2010-11-22Remove superfluous supervisor error reportBjörn-Egil Dahlberg
2010-10-14supervisor: Type and spec related changesKostis Sagonas
2010-06-03Add declaration for exported typesKostis Sagonas
2010-06-03Add types and specs; performed some cleanups alsoKostis Sagonas
2010-02-12Merge branch 'jn/supervisor_child_count_only' into ccase/r13b04_devErlang/OTP
2010-02-10Add count_children/1 to supervisor.erl to determine the number ofJay Nelson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP