Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-05 | kernel: Add application:ensure_started/1,2 | Björn-Egil Dahlberg | |
Similar to application:start/1,2 except it returns 'ok' on already started applications instead of {'error', {'already_started', ...}}. | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-14 | Add application:get_key/3 | serge | |
The new function provides a default value for a configuration parameter. | |||
2012-09-13 | Don't allow {Mod,Vsn} in modules list in .app file | Siri Hansen | |
It was possible to insert {Mod::atom(),Vsn::term()} instead of Mod::atom() in the modules list in a .app file. This was not visible in the documentation of .app files, but it was visible in the documentation of application:load/[1,2] (where the .app file term can be used directly as first argument). The Vsn part was never used, so this possibility has now been removed. | |||
2011-12-01 | Correct callback spec in application module | Stavros Aronis | |
2011-10-07 | Add callback specs into 'application' module in kernel | Stavros Aronis | |
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder | |
2011-03-11 | Simplify two specs | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |