Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-07 | Update release notes | Erlang/OTP | |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green | |
Most dependencies introduced are exactly the dependencies to other applications found by xref. That is, there might be real dependencies missing. There might also be pure debug dependencies listed that probably should be removed. Each application has to be manually inspected in order to ensure that all real dependencies are listed. All dependencies introduced are to application versions used in OTP 17.0. This since the previously used version scheme wasn't designed for this, and in order to minimize the work of introducing the dependencies. | |||
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green | |
Ensure all are "normal" versions according to the new version scheme introduced in OTP 17.0 | |||
2014-02-19 | Misc adjustments of OTP version | Rickard Green | |
2014-02-07 | Merge branch 'hsv/using_lists_droplast' | Henrik Nord | |
* hsv/using_lists_droplast: lib/mnesia/test/ - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/ssh - Replace reverse(tl(reverse(L))) with lists:droplast/1 lib/wx - Replace reverse(tl(reverse(L))) with lists:droplast/1 Use lists:droplast/1 in orber/orber_interceptors.erl Import and use lists:droplast/1 in v3_core/v3_kernel OTP-11678 OTP-11677 | |||
2014-01-24 | Use lists:droplast/1 in orber/orber_interceptors.erl | Hans Svensson | |
2013-10-21 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-09-13 | orber: Remove testing of old ssl | Björn-Egil Dahlberg | |
2013-06-18 | Merge tag 'OTP_R16B01' | Björn-Egil Dahlberg | |
The R16B01 release Conflicts: lib/sasl/vsn.mk | |||
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-04-15 | Merge branch 'lh/demonitor-flush/OTP-11039' into maint | Fredrik Gustafsson | |
* lh/demonitor-flush/OTP-11039: Use erlang:demonitor(Ref, [flush]) where applicable | |||
2013-04-08 | Remove unused Postscript files | Hans Bolinder | |
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-03-21 | Merge branch 'maint-r15' into lars/orber/corbaloc-bug-r16-version/OTP-10675 | Lars Thorsen | |
* maint-r15: [orber] Fix bug in corbaloc/corbaname over ssl | |||
2013-03-18 | [orber] Fix bug in corbaloc/corbaname over ssl | Lars Thorsen | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-29 | Prepare releaseOTP_R16A_RELEASE_CANDIDATE | Erlang/OTP | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | Merge branch 'lh/forget-mnemosyne/OTP-10729' | Fredrik Gustafsson | |
* lh/forget-mnemosyne/OTP-10729: Remove what remains of the Mnemosyne code Remove support for the query keyword and query expressions | |||
2013-01-18 | Merge branch 'nox/enable-silent-rules/OTP-10726' | Björn-Egil Dahlberg | |
* nox/enable-silent-rules/OTP-10726: Implement ./otp_build configure --enable-silent-rules | |||
2013-01-16 | Remove what remains of the Mnemosyne code | Loïc Hoguin | |
2013-01-15 | Implement ./otp_build configure --enable-silent-rules | Anthony Ramine | |
With silent rules, the output of make is less verbose and compilation warnings are easier to spot. Silent rules are disabled by default and can be disabled or enabled at will by make V=0 and make V=1. | |||
2013-01-09 | Fix some FOP warnings | Hans Bolinder | |
Examples overflowing the width of PDF pages have been fixed. The remaining warnings are due to table cells, and require more work. | |||
2012-12-19 | ssl & orber: Remove ssl:pid/1 (has been pointless since R14) | Ingela Anderton Andin | |
2012-11-26 | Fix other applications | Björn Gustavsson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md | |||
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-07-19 | orber: Remove VxWorks | Björn-Egil Dahlberg | |
2012-06-05 | Update to work with whitespace in exec path | Lukas Larsson | |
OTP-10106 OTP-10107 | |||
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-29 | Fix descriptions of ssl_client_options and ssl_server_options | Lars Thorsen | |
2012-01-27 | Add parameter to error message string format | Gustav Simonsson | |
One string template had 5 parameters but the parameter list only contained 4. Calls to orber_ifr:get_module/2 should now not create malformed error messages if entry is not found in Mnesia. | |||
2012-01-04 | orber: Use modern list guard in testsuite | Björn-Egil Dahlberg | |
2012-01-04 | orber: Ignore unused variable in orber_tb.erl | Björn-Egil Dahlberg | |
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-07 | [orber] Update documentation according to the new handling of SSL options | Lars Thorsen | |
2011-12-05 | [orber] Change the option handling for ssl | Lars Thorsen | |
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-18 | [orber] Remove usage of ssl:seed/1 | Lars Thorsen | |
2011-11-10 | Remove exec bit from files: info files, dat, bat | Ricardo Catalinas Jiménez | |
2011-11-10 | Remove exec bit from files related to: XML, make, C | Ricardo Catalinas Jiménez | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-27 | doc Makefiles: Eliminate DOCSUPPORT ifdefs | Björn Gustavsson | |
Some applications still have support for an ancient documentation build system. Eliminate the DOCSUPPORT define in otp.mk.in and the not taken arm of the ifdefs in the Makefiles. |