Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-10 | Prepare release | Erlang/OTP | |
2019-04-24 | Revert "Prepare release" | Rickard Green | |
This reverts commit 425889ba69b69a9b6fb14bfbef121d51b78e853a. | |||
2019-04-23 | Prepare release | Erlang/OTP | |
2019-03-26 | Revert "Prepare release" | Henrik Nord | |
This reverts commit 0118046f9bda8dcf3594184fa439b79267db8017. | |||
2019-03-25 | Prepare release | Erlang/OTP | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-10 | Prepare release | Erlang/OTP | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-07-13 | docs: make clean all XMLDIR | Lukas Larsson | |
2018-06-19 | Prepare release | Erlang/OTP | |
2018-06-18 | Update copyright year | Henrik Nord | |
2018-06-11 | [logger] Update documentation | Siri Hansen | |
2018-05-29 | Revert "Prepare release" | Henrik | |
This reverts commit fd8e49b5bddceaae803670121b603b5eee8c5c08. | |||
2018-05-25 | Prepare release | Erlang/OTP | |
2018-05-23 | Update documentation of logger and error_logger | Siri Hansen | |
2018-05-23 | Change env var logger_log_progress to logger_progress_reports | Siri Hansen | |
2018-05-23 | Change handler id for sasl handler from sasl_h to sasl | Siri Hansen | |
2018-05-23 | Improve documentation of logger and error_logger | Siri Hansen | |
2018-05-21 | Format logger timestamps according to RFC3339 | Siri Hansen | |
2018-05-21 | Fix some link errors in logger documentation | Siri Hansen | |
2018-05-02 | Revert "Update release notes" | Henrik | |
This reverts commit 202bb737e3deabfebee683266f4b7c42781eb521. | |||
2018-04-30 | Update release notes | Erlang/OTP | |
2018-04-27 | Merge branch 'siri/kernel/logger/OTP-13295' | Siri Hansen | |
* siri/kernel/logger/OTP-13295: Add documentation of the built-in logger handlers Catch badarg in logger:get_format_depth/0 Add chars_limit option to logger_formatter Don't kill logger process until all other processes are dead Set call timeout for logger_server to infinity Update primary bootstrap Test cuddle for logger Update cth_log_redirect to a logger handler Start using logger internally in kernel and stdlib Remove error_logger process and add logger process Add logger | |||
2018-04-27 | Add a bit of documentation about restart_application (#1582) | David N. Welton | |
It is now explicitly stated that if the application type is `load`, the application will not actually be restarted by the `restart_application` instruction in relup, even if it is currently running. It will only be stopped and re-loaded. | |||
2018-04-26 | Remove error_logger process and add logger process | Siri Hansen | |
2018-04-19 | Merge branch 'maint' | Siri Hansen | |
* maint: Updated OTP version Prepare release Update appup file for sasl Fix bug in hybrid boot file used for restart_new_emulator Conflicts: OTP_VERSION lib/sasl/src/sasl.appup.src | |||
2018-04-18 | Prepare release | Erlang/OTP | |
2018-03-05 | Merge pull request #1560 from tsloughter/no_warn_sysconfig | Siri Hansen | |
Include sys.config.src in release tar file OTP-14950 | |||
2018-01-14 | support sys.config.src in place of sys.config that is not verified | Tristan Sloughter | |
2017-12-08 | Update release notes | Erlang/OTP | |
2017-10-31 | Refactor xmllint check and make it fail on failure | Lukas Larsson | |
This commit also adds a check to see that all files that are part of an xi:include also have part of XML_FILES and vice versa. It also fixes any applications where this was not true. | |||
2017-10-10 | Merge branch 'lars/doc-cleanup/OTP-14475' into maint | Lars Thorsen | |
* lars/doc-cleanup/OTP-14475: [edoc] Remove unused module otpsgml_layout.erl Remove unused files from the documentation build | |||
2017-09-28 | Remove unused files from the documentation build | Lars Thorsen | |
2017-09-22 | Update release notes | Erlang/OTP | |
2017-09-05 | sasl: set encoding of SASL report log | Siri Hansen | |
This can now be explicitly set by the 'sasl_error_logger' configuration parameter, but if not set, the default encoding is now utf8. When printing to this log, the Unicode translation modifier, t, might be used in the format string. | |||
2017-06-21 | Prepare release | Erlang/OTP | |
2017-05-31 | Revert "Prepare release" | Hans Nilsson | |
This reverts commit eaf8ca41dfa4850437ad270d3897399c9358ced0. | |||
2017-05-30 | Prepare release | Erlang/OTP | |
2017-05-05 | Revert "Prepare release" | Raimo Niskanen | |
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | |||
2017-05-04 | Prepare release | Erlang/OTP | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-14 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release Conflicts: OTP_VERSION lib/typer/doc/src/notes.xml lib/typer/vsn.mk | |||
2017-03-14 | Prepare release | Erlang/OTP | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-02-07 | [systools] Fix return value for warnings_as_errors + silent | Siri Hansen | |
When both options 'warnings_as_errors' and 'silent' were given to systools:make_script or systools:make_relup, no error reason would be returned if warnings occured. Instead only the atom 'error' was returned. This is now corrected. Options 'warnings_as_errors' and 'no_warn_sasl' are now also allowed for systools:make_tar. | |||
2016-12-09 | Prepare release | Erlang/OTP | |
2016-09-28 | Document the order of directories added with code:add_pathsa/1 | Siri Hansen | |
code:add_pathsa/1 reverts the list of directories when adding it at the beginning of the code path. The command line option '-pa' behaves in the same way. This is now documented. |