Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-17 | global: Allow "tuple funs" as resolve functions | Björn Gustavsson | |
Commit de7e01c958ff7c9e6da4034a53567a30a4ae5792 removed support for tuple funs. To still allow resolve functions for global:{re_}register_name/3 to be specified as {M,F}, we'll need to translate {M,F} to an external fun. Also update the documentation to mention that the use of {M,F} to specify a resolve function is deprecated, and to add a recommendation to use an external fun. | |||
2012-09-12 | Merge remote branch 'upstream/maint' | Peter Andersson | |
2012-09-12 | Merge branch 'maint-r15' into maint | Peter Andersson | |
2012-09-12 | Merge branch 'siri/sasl/dont_destroy_test_dir/OTP-10394' | Siri Hansen | |
* siri/sasl/dont_destroy_test_dir/OTP-10394: Skip release_handler test related to symlinks on windows | |||
2012-09-11 | Skip release_handler test related to symlinks on windows | Siri Hansen | |
2012-09-11 | Merge branch 'siri/sasl/dont_destroy_test_dir/OTP-10394' | Siri Hansen | |
* siri/sasl/dont_destroy_test_dir/OTP-10394: Make sure release_handler_SUITE does not mess up sasl test directory | |||
2012-09-11 | Merge branch 'ia/public_key/ssh_decode-comment-issue/OTP-9361' | Ingela Anderton Andin | |
* ia/public_key/ssh_decode-comment-issue/OTP-9361: public_key: ssh_decode now handles comments, at the end of the line, containing withespaces correctly | |||
2012-09-11 | Merge branch 'ia/public_key-missing-sha224/OTP-9362' | Ingela Anderton Andin | |
* ia/public_key-missing-sha224/OTP-9362: public_key: Add missing references to sha224 and sha384 | |||
2012-09-10 | Make sure release_handler_SUITE does not mess up sasl test directory | Siri Hansen | |
release_handler_SUITE:otp_9864 deleted parts of the release_handler_SUITE_data directory so the test suite could not be executed twice without re-installation. This has been corrected. | |||
2012-09-10 | Update release notes | Erlang/OTP | |
2012-09-10 | Merge branch 'peppe/common_test/shell_mode_broken' into maint-r15 | Erlang/OTP | |
* peppe/common_test/shell_mode_broken: Fix broken interactive mode | |||
2012-09-10 | Fix broken interactive mode | Peter Andersson | |
2012-09-10 | Merge branch 'sverk/gcc-atomic-config-bug' | Sverker Eriksson | |
* sverk/gcc-atomic-config-bug: erts: Fix gcc atomic bug in ethread.h | |||
2012-09-10 | Merge branch 'siri/stdlib/escript_SUITE/OTP-10393' | Siri Hansen | |
* siri/stdlib/escript_SUITE/OTP-10393: Extend watchdog, and add report_error option to compile:file in escript_SUITE | |||
2012-09-10 | Merge branch 'maint' | Lukas Larsson | |
* maint: Do not build jinterface test if there is no jinterface Escape whitespace in path | |||
2012-09-10 | Merge branch 'lukas/jinterface/whitespace_test_fix' into maint | Lukas Larsson | |
* lukas/jinterface/whitespace_test_fix: Do not build jinterface test if there is no jinterface Escape whitespace in path | |||
2012-09-10 | Merge branch 'maint' | Lukas Larsson | |
* maint: Make sure io is flushed when driver is closed | |||
2012-09-10 | Merge branch 'lukas/erts/win32_flush_console_io/OTP-10325' into maint | Lukas Larsson | |
* lukas/erts/win32_flush_console_io/OTP-10325: Make sure io is flushed when driver is closed | |||
2012-09-06 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-09-05 | Update version numbers | Björn-Egil Dahlberg | |
2012-09-05 | public_key: Add missing references to sha224 and sha384 | Sverker Eriksson | |
2012-09-05 | public_key: ssh_decode now handles comments, at the end of the line, ↵ | Ingela Anderton Andin | |
containing withespaces correctly | |||
2012-09-05 | Merge branch 'siri/sasl/rb_SUITE/OTP-10387' | Siri Hansen | |
* siri/sasl/rb_SUITE/OTP-10387: Fix rb_SUITE failing tests | |||
2012-09-05 | Merge branch 'siri/runtime_tools/remove-inviso-rest' | Siri Hansen | |
* siri/runtime_tools/remove-inviso-rest: Remove all traces of inviso application from runtime_tools | |||
2012-09-05 | Extend watchdog, and add report_error option to compile:file in escript_SUITE | Siri Hansen | |
1. escript_SUITE:create_and_extract sometimes fails with timetrap timeout on solars. Watchdog is extended to avoid this. 2. escript_SUITE:archive_scritp sometimes fails with compilation error. Option 'report_errors' is added to compile:file in order to get more information. | |||
2012-09-05 | Make sure io is flushed when driver is closed | Lukas Larsson | |
Sometime when executing an tty io operation just before the emulator terminated, the io message would get lost. This commit makes sure that there is no io in the fd driver before shutting down. | |||
2012-09-04 | erts: Fix gcc atomic bug in ethread.h | Sverker Eriksson | |
A faulty #if 0 caused healthy gcc builtin atomic to be ignored. | |||
2012-09-04 | Merge tag 'OTP_R15B02' | Björn-Egil Dahlberg | |
The R15B02 release | |||
2012-09-03 | Fix rb_SUITE failing tests | Siri Hansen | |
Some tests in rb_SUITE failed every now and then depending on timing: 1. sometimes SASL printouts from cth_log_redirect were captured in addition to expected printouts 2. sometimes test supervisor and server were not completely stopped before next test case was started This has been corrected. | |||
2012-09-03 | Remove all traces of inviso application from runtime_tools | Siri Hansen | |
Rests of inviso was still in runtime_tools.app.src and runtime_tools_sup.erl. This has been removed. A test of application:start/stop is also added to runtime_tools_SUITE. | |||
2012-09-03 | Do not build jinterface test if there is no jinterface | Lukas Larsson | |
2012-09-03 | Escape whitespace in path | Lukas Larsson | |
2012-09-03 | Prepare releaseOTP_R15B02 | Erlang/OTP | |
2012-09-03 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-09-03 | Merge branch 'kenneth/topdoc/corrections2' into maint | Kenneth Lundin | |
* kenneth/topdoc/corrections2: Fix a missing li tag plus a link to Erlide | |||
2012-09-03 | Fix a missing li tag plus a link to Erlide | Kenneth Lundin | |
2012-09-03 | Merge branch 'maint' | Patrik Nyblom | |
2012-09-03 | Add missing release note for erts-5.9.1.2 | Patrik Nyblom | |
2012-08-31 | Merge branch 'maint' | Anders Svensson | |
2012-08-31 | Merge branch 'anders/diameter/avp_errors/OTP-10202' into maint | Anders Svensson | |
* anders/diameter/avp_errors/OTP-10202: Add a testcase Fix answer-message blunder | |||
2012-08-31 | Add a testcase | Anders Svensson | |
2012-08-31 | Fix answer-message blunder | Anders Svensson | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-31 | Update preloaded modules | Björn-Egil Dahlberg | |
2012-08-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2012-08-31 | Update primary bootstrap | Björn-Egil Dahlberg | |
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-08-30 | Merge branch 'maint' | Patrik Nyblom | |
2012-08-30 | Merge branch 'pan/win_readlink/OTP-10200' into maint | Patrik Nyblom | |
* pan/win_readlink/OTP-10200: Teach VM not to dump core on long pathnames |