Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | stdlib: Monitor proc_lib:start'ed processes to avoid waiting forever | Dan Gudmundsson | |
Monitor the spawned process in proc_lib:start/[3|4|5], so that a proper error is returned, if the spawned process crashes before proclib:init_ack/1 is sent. Previously the calling process would hang forever or until specified timeout. Start link catches these errors but start did not. start now behaves as start_link if process traps exit. | |||
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder | |
2010-06-04 | Merge branch 'ks/dialyzer' into dev | Erlang/OTP | |
* ks/dialyzer: dialyzer: Build the PLT even if there are unresolved remote types proplists: Export the type property() erl_lint: Issue warnings for undefined exported types Minor fix in a print message Add handling of unknown types Add declaration for exported types Add types and specs; performed some cleanups also erl_scan: Add declarations for exported types stdlib: Add declarations for exported types hipe: Add declarations for exported types compiler: Add declarations for exported types syntax_tools: Add declarations for exported types kernel: Add declaration for exported types Support -export_type() in dialyzer and erl_types Add infrastructure for the -export_type() attribute OTP-8678 ks/dialyzer | |||
2010-06-03 | stdlib: Add declarations for exported types | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |