Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-07 | Merge branch 'maint' | Lars Thorsen | |
2017-03-07 | Merge branch 'lars/xmerl/compiler_and_dialyzer_warnings/OTP-14212' into maint | Lars Thorsen | |
* lars/xmerl/compiler_and_dialyzer_warnings/OTP-14212: [xmerl] Fix compiler and dialyzer warnings | |||
2017-03-07 | [xmerl] Fix compiler and dialyzer warnings | Lars Thorsen | |
2017-03-06 | Merge branch 'maint' | Sverker Eriksson | |
2017-03-06 | Merge branch 'sverker/zlib-option-8/ERL-362/OTP-14254' into maint | Sverker Eriksson | |
AGAIN * sverker/zlib-option-8/ERL-362/OTP-14254: erts: Fix typo and clearify warning in zlib docs | |||
2017-03-06 | erts: Fix typo and clearify warning in zlib docs | Sverker Eriksson | |
2017-03-06 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: Improve a warning dialyzer: Fix a weird warning dialyzer: Fix an opaque bug dialyzer: Minor fix Conflicts: lib/dialyzer/src/dialyzer_dataflow.erl | |||
2017-03-06 | Merge branch 'hasse/dialyzer/fix_warnings/OTP-14177' into maint | Hans Bolinder | |
* hasse/dialyzer/fix_warnings/OTP-14177: dialyzer: Improve a warning dialyzer: Fix a weird warning dialyzer: Fix an opaque bug dialyzer: Minor fix | |||
2017-03-06 | Merge branch 'maint' | Raimo Niskanen | |
2017-03-06 | Merge branch 'maint-r14' into maint | Raimo Niskanen | |
2017-03-06 | Merge branch 'maint-r13' into maint | Raimo Niskanen | |
2017-03-06 | Merge branch 'maint' | Sverker Eriksson | |
2017-03-06 | Merge branch 'sverker/zlib-option-8/ERL-362/OTP-14254' into maint | Sverker Eriksson | |
2017-03-06 | Merge branch 'maint' | Lukas Larsson | |
2017-03-06 | Merge branch 'lukas/erts/19.3-doc-fixes' into maint | Lukas Larsson | |
* lukas/erts/19.3-doc-fixes: erts: Clarify process_info(pid(), binary) docs | |||
2017-03-06 | Merge branch 'maint' | Peter Andersson | |
2017-03-06 | Merge pull request #1313 from expelledboy/maint | Björn Gustavsson | |
tools: Allow Emake options to be passed in explicitly OTP-14253 | |||
2017-03-06 | Merge branch 'peppe/common_test/multiply_timetraps/OTP-14210' into maint | Peter Andersson | |
* peppe/common_test/multiply_timetraps/OTP-14210: Fix multiply/scale_timetraps in testspecs not working OTP-14210 | |||
2017-03-06 | Merge branch 'maint' | Siri Hansen | |
2017-03-06 | Merge branch 'siri/ct_hooks/callbacks-on-skip/OTP-10599' into maint | Siri Hansen | |
* siri/ct_hooks/callbacks-on-skip/OTP-10599: [ct] Update built-in ct hooks with new Suite parameter [cth_surefire] Handle skips from test spec [ct] Remove excessive skipped/failed tag in hook function [ct] Send tc_start event on force_stop and failed sequence [ct] Correctly handle process died in init and end_per_testcase [ct] Fix faulty hook callbacks for skipped tests Add dummy end_per_suite/1 [ct] Fix hooks and fail when one of init/end_per_* does not exit [ct] Add Suite argument to hook callback functions [ct] Fix function_clause in ct_framework when hook function crashes | |||
2017-03-03 | Merge branch 'maint' | Björn Gustavsson | |
* maint: tools: Use portable lookup of home directory dialyzer, observer: Use portable lookup of home directory | |||
2017-03-03 | Merge pull request #1361 from bjorng/bjorn/home-directory/ERL-161/OTP-14249 | Björn Gustavsson | |
Use a portable way to lookup the home directory | |||
2017-03-03 | Merge branch 'maint' | Raimo Niskanen | |
2017-03-03 | Merge pull request #1359 from myronmarston/fix-length-typo | Björn Gustavsson | |
Fix typos: lenght -> length | |||
2017-03-03 | Merge branch 'raimo/kernel/gen_statem-progress/OTP-14114' into maint | Raimo Niskanen | |
* raimo/kernel/gen_statem-progress/OTP-14114: Make code_change/4 optional Implement fallback for terminate/3 Clarify code_change and callback mode change Stop pampering with stacktraces Clean up timer handling Remove event timer optimization Clean up timer handling Reduce number of loop variables hence code mass Optimize by using async cancel_timer Bugfix: callback mode not cached after code change Implement repeat_state and repeat_state_and_data Correct type checking function for action {next_event,,} Change arity of type to init_result/1 | |||
2017-03-03 | Merge branch 'egil/erts/sub-binary-to-heap-binary/OTP-14149' | Björn-Egil Dahlberg | |
* egil/erts/sub-binary-to-heap-binary/OTP-14149: observer: Fix crashdump viewer testcase erts: Refactor MOVE_CONS to inline function erts: Refactor MOVE_BOXED to inline function erts: Convert small sub-binaries to heap-binaries | |||
2017-03-03 | erts: Clarify process_info(pid(), binary) docs | Lukas Larsson | |
Correct id for 7b419c0a38bd4db: OTP-14234 | |||
2017-03-03 | tools: Allow Emake options to be passed in explicitly | Anthony Jackson | |
This allows build scripts to use emake without needing to generate an Emakefile before running make:all/0,1 or make:file/1,2. | |||
2017-03-03 | Merge branch 'maint' | Lukas Larsson | |
2017-03-03 | Merge branch 'lukas/erts/configure_option_to_threadnames/OTP-14232' into maint | Lukas Larsson | |
* lukas/erts/configure_option_to_threadnames/OTP-14232: erts: Add configure option for setting threadnames | |||
2017-03-02 | tools: Use portable lookup of home directory | Björn Gustavsson | |
In the xref example, use init:get_argument(home) to find the location of the home directory. | |||
2017-03-02 | dialyzer, observer: Use portable lookup of home directory | Björn Gustavsson | |
Use init:get_argument(home) to find the location of the home directory. That will work on all platforms (including Windows). Note that the run-time system will fail to start if HOME (or the equivalent on Windows) is not set. Therefore, it can be assumed that init:get_argument(home) will not fail. ERL-161 | |||
2017-03-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: typer: Update runtime dependencies dialyzer: Update runtime dependencies Correct documentation of get_modules message | |||
2017-03-02 | typer: Update runtime dependencies | Hans Bolinder | |
2017-03-02 | dialyzer: Update runtime dependencies | Hans Bolinder | |
2017-03-02 | Merge branch 'siri/sys/get_modules/ERL-367/OTP-14248' into maint | Siri Hansen | |
* siri/sys/get_modules/ERL-367/OTP-14248: Correct documentation of get_modules message | |||
2017-03-02 | Merge branch 'hans/ssh/options_freshup/OTP-12872' | Hans Nilsson | |
2017-03-02 | ssh: Simplify calling of user's callback funs | Hans Nilsson | |
Since the Options now are initialized with a correct fun (that does nothing), we can just call it without tests | |||
2017-03-02 | ssh: Remove missplaced options in test suites | Hans Nilsson | |
Removed daemon-only options from client and client-only options from daemon. | |||
2017-03-02 | ssh: Types and spec fixes to conform to the ref manual | Hans Nilsson | |
2017-03-02 | ssh: Initial commit of option handling changes | Hans Nilsson | |
2017-03-02 | Merge branch 'hans/crypto/libressl/OTP-14247' | Hans Nilsson | |
2017-03-02 | crypto: Enable usage of LibreSSL | Hans Nilsson | |
2017-03-02 | observer: Fix crashdump viewer testcase | Björn-Egil Dahlberg | |
2017-03-01 | Fix typos: lenght -> length | Myron Marston | |
2017-03-01 | Merge branch 'maint' | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-03-01 | Merge branch 'maint' | Hans Nilsson | |
2017-03-01 | Merge branch 'hans/ssh/cuddle_tests_maint' into maint | Hans Nilsson | |
2017-03-01 | Prepare ERTS vsn for OTP 20.0 | Rickard Green | |