Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | et: Fix linting documentation xml tags | Björn-Egil Dahlberg | |
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 | 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 | 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-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 | |
2016-05-11 | Add dirty_call_while_terminated test case | Rickard Green | |
2016-05-11 | Move dirty nif test cases into dirty_nif_SUITE | Rickard Green | |
2016-05-11 | Add better support for communication with a process executing dirty NIF | Rickard Green | |
- Termination of a process... - Modify trace flags of process... - Process info on process... - Register/unregister of name on process... - Set group leader on process... ... while it is executing a dirty NIF. | |||
2016-05-11 | erts: Add enif_snprintf | Björn-Egil Dahlberg | |
* Add the capability to format erlang terms to a char buffer in nifs. * Bump NIF version to 2.11 | |||
2016-05-11 | Merge branch 'lukas/erts/max_heap_size/OTP-13174' | Lukas Larsson | |
* lukas/erts/max_heap_size/OTP-13174: erts: Fix non-smp max_heap_size assert | |||
2016-05-11 | erts: Fix non-smp max_heap_size assert | Lukas Larsson | |
2016-05-11 | Merge branch 'lukas/erts/max_heap_size/OTP-13175' | Lukas Larsson | |
* lukas/erts/max_heap_size/OTP-13174: erts: Add max_heap_size remote gc testcase | |||
2016-05-11 | erts: Add max_heap_size remote gc testcase | Lukas Larsson | |
2016-05-11 | Merge branch 'raimo/polish-gen_statem/OTP-13065' | Raimo Niskanen | |
* raimo/polish-gen_statem/OTP-13065: Reword 'dispatch' into 'branch depending' | |||
2016-05-11 | Reword 'dispatch' into 'branch depending' | Raimo Niskanen | |
2016-05-11 | Merge branch 'lukas/erts/max_heap_size/OTP-13174' | Lukas Larsson | |
* lukas/erts/max_heap_size/OTP-13174: erts: Fix max heap size exit when in hipe mode Update preloaded modules erts: Fix pre-bif yield current_function erts: Implement max_heap_size process flag | |||
2016-05-10 | xref: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | tags: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | lcnt: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | fprof: Fix unmatched return warnings | Björn-Egil Dahlberg | |
The return value of trace_clock is never used, return 'ok' instead. | |||
2016-05-10 | fprof: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | eprof: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | cover: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | ssl: Correct test suite | Ingela Anderton Andin | |
2016-05-10 | Remove conditional dirty schedulers API | Rickard Green | |
2016-05-10 | erts: Fix max heap size exit when in hipe mode | Lukas Larsson | |
2016-05-10 | Merge branch 'anders/diameter/19.0-rc1/OTP-12913' | Anders Svensson | |
* anders/diameter/19.0-rc1/OTP-12913: vsn -> 1.12 Update appup for 19.0-rc1 Update documentation for CEA/DWA/DPA Result-Code counters | |||
2016-05-10 | Merge branch 'ingela/ssl/tls-1.2-available-hashsigns' | Ingela Anderton Andin | |
* ingela/ssl/tls-1.2-available-hashsigns: ssl: ordsets:intersection/2 did not give the expected result | |||
2016-05-10 | ssl: ordsets:intersection/2 did not give the expected result | Ingela Anderton Andin | |
Turns out we can not count on the "hashsigns" sent by the client and the supported "hashigns" sets to have required properties of ordsets. | |||
2016-05-10 | os_mon: Fix unmatched return warnings | Björn-Egil Dahlberg | |
2016-05-10 | ct_logs: Eliminate dialyzer warnings | Björn Gustavsson | |
common_test uses its own IO server that is group leader for the test case processes. By default, the IO server escapes characters with significance to HTML (e.g. '<'). In order to output HTML tags directly, the IO server must be told not to escape the output. The way to tell the IO server is to wrap the format string like this: ["$ct_html",Format] That works with common_test's own IO server, but in general not with other IO servers. Dialyzer will rightly complain that the call breaks the contract for io:format/3. To avoid the Dialyzer warning, we must obscure the wrapping of the format string. While we are at it, also refactor print_style/4 to make the code somewhat cleaner and shorter. | |||
2016-05-10 | Merge branch 'lukas/stdlib/docs' | Lukas Larsson | |
* lukas/stdlib/docs: stdlib: Fix missing anchor in epp docs |