Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-15 | Fixes a race condition found in percept_db start/1 function. | Ahmed Omar | |
When function start/1 finds an instance of percept_db running, it will send a message to stop it and spawn a process to start a new one, which leads to a race condition. The function will return {restarted, pid()} but the pid() will die once it tries to create the ets table. | |||
2010-02-17 | Merge branch 'ks/cleanups' into ccase/r13b04_dev | Erlang/OTP | |
* ks/cleanups: percept: Clean up as suggested by tidier percept: Modernize types and specs parsetools: Don't use 'try...of' when 'try' will do parsetools: Use %% for comments at the beginning of a line parsetools: Replace lists:keysearch/3 with lists:keyfind/3 parsetools: Modernize types and specs parsetools: Replace TABs with spaces runtime_tools: Modernize specs sasl: Eliminate tuple used as fun sasl: Add missing modules to app file asn1: Clean up as suggested by tidier os_mon: Modernize types and specs wx: Clean up as suggested by tidier OTP-8455 ks/cleanups | |||
2010-02-16 | percept: Clean up as suggested by tidier | Kostis Sagonas | |
2010-02-16 | percept: Modernize types and specs | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |