Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-05 | Fix Dialyzer warnings | Hans Bolinder | |
Opaque types need to be exported. | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-05-02 | Fix rpc:call/5 for local calls with a finite Timeout | Tomer Chachamu | |
-module(rpc_example). -export([f/0, should_return_ok/0]). should_return_ok() -> {badrpc, timeout} = rpc:call(node(), ?MODULE, f, [], 5000), ok. f() -> Ref = make_ref(), receive Ref -> ok end. | |||
2011-06-20 | Add more specs and types | Hans Bolinder | |
An incorrect spec, rpc:yield/1, has been fixed. | |||
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2010-04-28 | kernel: Clean up as suggested by tidier | Kostis Sagonas | |
2010-03-09 | Merge branch 'ks/types' into dev | Erlang/OTP | |
* ks/types: file.hrl: Move out type declarations kernel: Add types and specs OTP-8494 ks/types | |||
2010-03-07 | kernel: Add types and specs | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |