Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-04 | [kernel] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-03-30 | Fix reference to start_type() i application(3) | Hans Bolinder | |
2014-02-14 | Merge branch 'josevalim/jv-persistent-set-env' | Henrik Nord | |
* josevalim/jv-persistent-set-env: Allow persistent option on set_env/4 and unset_env/3 OTP-11708 | |||
2014-02-11 | Allow persistent option on set_env/4 and unset_env/3 | José Valim | |
An environment key set with the persistent option will not be overridden by the ones configured in the application resource file on load. This means persistent values will stick after the application is loaded and also on application reload. | |||
2013-08-21 | Merge branch 'maint' | Fredrik Gustafsson | |
2013-08-20 | kernel: fix documentation regarding ensure_all_started endtag | Fredrik Gustafsson | |
2013-07-11 | Add application:ensure_all_started/1-2 | Fred Hebert | |
This adds two new functions to the application module that will recursively look for missing dependencies to start the entire dependency chain of a given application, and then the application itself, if possible. Its entire behavior is based on the currently existing 'start/1-2' functions, which will report dependencies that have not yet been started and other problems encountered. 'ensure_all_started/1-2' will use this information the way any programmer would manually do it to automate the process. This kind of functionality, while not OTP-ish (releases do this start sequence for the user), is still useful for testing purposes, quick demonstrations, and programmers who do not wish or know how to use OTP releases. The function returns '{ok, StartedApps}' for all started or already started applications (already started are omitted from the list), and will return '{error, {AppName, Reason}}' on a failure to allow users to rapidly know why the function failed. Note that no specific check is made for direct or indirect circular dependencies between applications, and these will make the function go in an infinite loop. | |||
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-03-08 | kernel: Document application:ensure_started/1,2 | Björn-Egil Dahlberg | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-15 | Moved documentation in a separate entry | Serge Aleynikov | |
2013-01-14 | Add application:get_key/3 | serge | |
The new function provides a default value for a configuration parameter. | |||
2011-05-11 | Use Erlang specs and types for documentation | Hans Bolinder | |
2010-03-16 | Merge branch 'ml/documentation_apostrophe_fix' into dev | Erlang/OTP | |
* ml/documentation_apostrophe_fix: Correct grammatical problems in conjunction with 'its' Change all incorrect occurrences of it's to its OTP-8523 ml/documentation_apostrophe_fix | |||
2010-03-16 | Correct grammatical problems in conjunction with 'its' | Matthias Lang | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |