Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-13 | trycatch_SUITE: Cover the only uncovered line in sys_core_fold | Björn Gustavsson | |
Recent spring cleaning in the test suite left a line in sys_core_fold dealing with an unnecessary catch uncovered. | |||
2016-05-13 | test_lib: Correct calculation of number of processes | Björn Gustavsson | |
Correct calculation of the number of parallel processes to use when cover is used. It was supposed not to exceed 4 (according to the comment), but it was calculated as the number of schedulers. On my computer, having 8 schedulers, this change made the compiler test suite with cover run almost twice as fast. | |||
2016-05-13 | Test cuddling | Dan Gudmundsson | |
Tests on slow vnc server times out. | |||
2016-05-13 | Merge branch 'bjorn/asn1/dialyzer-warnings/OTP-13579' | Björn Gustavsson | |
* bjorn/asn1/dialyzer-warnings/OTP-13579: Eliminate dialyzer warnings for unmatched returns | |||
2016-05-13 | Merge branch 'bjorn/common_test/dialyzer-warnings' | Björn Gustavsson | |
* bjorn/common_test/dialyzer-warnings: ct_logs: Eliminate dialyzer warnings | |||
2016-05-13 | Merge branch 'mururu/stdlib/fix-deprecated-warnings/PR-1050/OTP-13594' | Björn Gustavsson | |
* mururu/stdlib/fix-deprecated-warnings/PR-1050/OTP-13594: Fix deprecated warnings | |||
2016-05-13 | Merge branch 'bjorn/compiler/badfun-literal/ERL-138/OTP-13552' | Björn Gustavsson | |
* bjorn/compiler/badfun-literal/ERL-138/OTP-13552: sys_core_fold: Don't generated failing calls such as 3(4) fun_SUITE: Test for failing calls to funs | |||
2016-05-13 | Update application versions | Hans Bolinder | |
2016-05-13 | Use the newly defined types in a record declaration | Kostis Sagonas | |
2016-05-13 | Strengthen the spec of analyze/1 | Kostis Sagonas | |
2016-05-13 | Fix dependency calculation when encountering an erroneous 'apply' | Kostis Sagonas | |
Dialyzer's dependency calculation was throwing an error when encountering an 'apply' node with something that was not a variable (e.g., a literal). The rest of the code did not know what to do with this error, which resulted in dialyzer crashing. Fix this by ingoring the detected error in the dependency calculation phase; later dialyzer passes know how to properly handle and report this kind of errors anyway. This fixes [Erlang-JIRA] (ERL-138). | |||
2016-05-13 | [reltool] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2016-05-13 | [syntax_tools] Correct documentation | Hans Bolinder | |
Fix mistakes found by 'xmllint'. | |||
2016-05-12 | egd: Use maps to map height to line spans | Björn-Egil Dahlberg | |
Optimize by using a map instead of a dict for precompiled objects. | |||
2016-05-12 | egd: Refactor precompile objects | Björn-Egil Dahlberg | |
2016-05-12 | egd: Refactor object_on_line | Björn-Egil Dahlberg | |
2016-05-12 | et: Fix linting documentation xml tags | Björn-Egil Dahlberg | |
2016-05-12 | erts: Remove compiler warning | Sverker Eriksson | |
'hx' may be used uninitialized | |||
2016-05-12 | Merge branch 'egil/update-gitignore' | Björn-Egil Dahlberg | |
* egil/update-gitignore: Update .gitignore | |||
2016-05-12 | Update .gitignore | Björn-Egil Dahlberg | |
2016-05-12 | runtime_tools: Fix tags of dbg reference manual | Björn-Egil Dahlberg | |
2016-05-12 | stdlib: Add link to match spec user guide | Sverker Eriksson | |
from ets docs. | |||
2016-05-12 | erts: Add send/receive trace to match spec user guide | Sverker Eriksson | |
Introduce section/terminology "Match target". | |||
2016-05-12 | erts: Fix confusion among match spec examples | Sverker Eriksson | |
Tracing and ETS examples were not separated correctly under the corresponding headings. | |||
2016-05-12 | runtime_tools: Document dbg:tpe/2 and ctpe/1 | Sverker Eriksson | |
2016-05-12 | runtime_tools: Fix tags of LTTng User's Guide | Björn-Egil Dahlberg | |
2016-05-12 | egd: Fix User's Guide lint | Björn-Egil Dahlberg | |
2016-05-12 | ssl: Refactor to make code easier to understand | Ingela Anderton Andin | |
2016-05-12 | time_SUITE: Make consistency/1 work in any timezone | Björn Gustavsson | |
time_SUITE:consistency/1 would only work in CET, which was reasonable when the test suites were always run in Stockholm. Nowadays it is expected that you can run the test suite in any timezone. Therefore, only make sure that that difference between localtime/1 and universaltime/1 is "reasonable". | |||
2016-05-12 | observer: Align system info boxes | Dan Gudmundsson | |
Looks better IMHO | |||
2016-05-12 | Change binary debug tuple to size and refc info | Dan Gudmundsson | |
And cut the line after 80 chars | |||
2016-05-12 | sys_core_fold: Don't generated failing calls such as 3(4) | Björn Gustavsson | |
Rewrite code such as: X = not_a_fun, X() to: error({badfun,not_a_fun}) Also generate a warning. | |||
2016-05-12 | fun_SUITE: Test for failing calls to funs | Björn Gustavsson | |
2016-05-12 | runtime_tools: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-12 | Remove 19.0 from version table | Henrik Nord | |
2016-05-12 | Revert "Prepare release" | Erlang/OTP | |
This reverts commit bd64ad8e15d66e48b36dbe3584315dd5cfc8b59a. | |||
2016-05-12 | Eliminate dialyzer warnings for unmatched returns | Björn Gustavsson | |
Dialyzer complains that three calls to gen_dec_line/7 ignore the return value. It turns out that when the last argument to gen_dec_line/7 is 'false', the return value will always be {[],[]}. Introduce gen_dec_line/6 as helper to make it clear that we don't ignore a useful return value. | |||
2016-05-12 | wx: Fix generated defines in gl.hrl | Dan Gudmundsson | |
2016-05-11 | egd: Refactor primitives style | Björn-Egil Dahlberg | |
2016-05-11 | egd: Improve span calculation | Björn-Egil Dahlberg | |
2016-05-11 | runtime_tools: Change erts_snprintf to enif_snprintf | Björn-Egil Dahlberg | |
2016-05-11 | erts: Document enif_snprintf | Björn-Egil Dahlberg | |
2016-05-11 | erts: Add tests for enif_snprintf | Björn-Egil Dahlberg | |
2016-05-11 | Updated OTP versionOTP-19.0-rc1 | Erlang/OTP | |
2016-05-11 | Prepare release | Erlang/OTP | |
2016-05-11 | Merge branch 'ingela/ssl/test-cuddle' into master | Erlang/OTP | |
* ingela/ssl/test-cuddle: ssl: Correct test suite | |||
2016-05-11 | Merge branch 'lukas/trace-fix' | Rickard Green | |
* lukas/trace-fix: erts: Only allow remove from trace_status callback | |||
2016-05-11 | Merge branch 'rickard/ds-proc-exit/OTP-13123' | Rickard Green | |
* rickard/ds-proc-exit/OTP-13123: Add dirty_heap_access test case Add dirty_call_while_terminated test case Move dirty nif test cases into dirty_nif_SUITE Add better support for communication with a process executing dirty NIF Remove conditional dirty schedulers API | |||
2016-05-11 | erts: Only allow remove from trace_status callback | Lukas Larsson | |
Make it so that it is only possible to remove a tracer via returning remove from an erl_tracer. This limition is put in place in order to avoid a lot of lock checking and taking in various places, especially in regards to trace events happening on dirty schedulers. | |||
2016-05-11 | Add dirty_heap_access test case | Rickard Green | |