aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/application.erl
AgeCommit message (Collapse)Author
2013-03-05kernel: Add application:ensure_started/1,2Björn-Egil Dahlberg
Similar to application:start/1,2 except it returns 'ok' on already started applications instead of {'error', {'already_started', ...}}.
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-14Add application:get_key/3serge
The new function provides a default value for a configuration parameter.
2012-09-13Don't allow {Mod,Vsn} in modules list in .app fileSiri 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-01Correct callback spec in application moduleStavros Aronis
2011-10-07Add callback specs into 'application' module in kernelStavros Aronis
2011-05-09Types and specifications have been modified and addedHans Bolinder
2011-03-11Simplify two specsKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP