Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-23 | Merge branch 'hans/ssh/exec_fun_mfa/OTP-14851' | Hans Nilsson | |
* hans/ssh/exec_fun_mfa/OTP-14851: ssh: Document the exec option ssh: Simplification of using fun:s as exec subsystems | |||
2018-03-23 | ssh: Document the exec option | Hans Nilsson | |
2018-03-23 | Merge branch 'hans/ssh/doc_fix_shell_return/OTP-14880' | Hans Nilsson | |
* hans/ssh/doc_fix_shell_return/OTP-14880: ssh: Doc fix | |||
2018-03-23 | ssh: Doc fix | Hans Nilsson | |
2018-03-23 | Lift the type restrictions on seq_trace token labels | John Högberg | |
OTP-14899 | |||
2018-03-23 | Correct overflow in ERTS_SINT64_MIN and add macros for 16/32 | John Högberg | |
This also removes a redundant #ifdef soup that had hidden the problem on most platforms. | |||
2018-03-23 | Merge branch 'john/erts/async-thread-defaults/OTP-14928' | John Högberg | |
* john/erts/async-thread-defaults/OTP-14928: Change default async thread count to 1 | |||
2018-03-23 | Merge branch 'john/erts/nif-map-from-array/OTP-14954' | John Högberg | |
* john/erts/nif-map-from-array/OTP-14954: Add enif_make_map_from_arrays | |||
2018-03-23 | Merge branch 'john/erts/list-installed-nifs/OTP-14965' | John Högberg | |
* john/erts/list-installed-nifs/OTP-14965: Add an option to ?MODULE:module_info/1 for listing NIFs Fix a misleading comment | |||
2018-03-23 | Add enif_make_map_from_arrays | John Högberg | |
2018-03-22 | Fix lock counting | Rickard Green | |
2018-03-22 | Merge branch 'maint' | Sverker Eriksson | |
2018-03-22 | Merge branch 'maint-19' into maint | Sverker Eriksson | |
Dummy merge (almost). os:cmd/2 already in OTP-20. | |||
2018-03-22 | Merge branch 'sverker/enif-name-funcs/OTP-14994' | Sverker Eriksson | |
2018-03-22 | crypto: Improve load error message | Sverker Eriksson | |
to only suggest missing OpenSSL if dlopen fails (load_failed). | |||
2018-03-22 | erts: Improve NIF load incompatibility errors | Sverker Eriksson | |
2018-03-22 | erts: Remove const from ErlNifResourceDown doc | Sverker Eriksson | |
to conform with erl_nif.h | |||
2018-03-22 | erts: Add statement about errno to enif_*printf docs | Sverker Eriksson | |
2018-03-22 | erts: Add enif_vfprintf and enif_vsnprintf | Sverker Eriksson | |
2018-03-22 | erts: Add enif_*_name functions | Sverker Eriksson | |
2018-03-22 | Fix signal order for is_process_alive | Rickard Green | |
2018-03-22 | Fix signal handling priority elevation | Rickard Green | |
2018-03-22 | Merge branch 'sverker/test-chmod-restore' | Sverker Eriksson | |
2018-03-22 | Merge branch 'bjorn/erts/eliminate-get_stacktrace' | Björn Gustavsson | |
* bjorn/erts/eliminate-get_stacktrace: Eliminate use of erlang:get_stacktrace/0 in preloaded modules | |||
2018-03-22 | Merge pull request #1755 from bjorng/bjorn/compiler/lc/ERL-572/OTP-14992 | Björn Gustavsson | |
Point out the correct line in an exception for a bad generator | |||
2018-03-22 | Revert "Deprecate old string functions" | Dan Gudmundsson | |
It has been decided that it was to early to deprecate the old string functions. This partially reverts commit ccb3f7f9768d3c28783c771df47eec1829e51802. | |||
2018-03-22 | Update OTP_VERSION | Raimo Niskanen | |
2018-03-22 | ssh: Simplification of using fun:s as exec subsystems | Hans Nilsson | |
2018-03-22 | Documentation Typo | Bikram Chatterjee | |
2018-03-22 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Updated OTP version Update release notes Update version numbers ssh: Fix bad spec for double_algs() in ssh.hrl Test event insert from init Fix init to allow all actions Conflicts: OTP_VERSION | |||
2018-03-22 | Merge remote-tracking branch 'origin/hasse/stdlib/fix_benchmark' | Hans Bolinder | |
* origin/hasse/stdlib/fix_benchmark: stdlib: Make benchmarks more robust | |||
2018-03-21 | Merge branch 'sverker/inline-sys_memcpy' again | Sverker Eriksson | |
* sverker/inline-sys_memcpy: erts: Fix some zero size sys_memcpy | |||
2018-03-21 | kernel: Restore x-permission of test directories | Sverker Eriksson | |
just to make it easier to do "rm -rf" | |||
2018-03-21 | Updated OTP versionOTP-20.3.2 | Erlang/OTP | |
2018-03-21 | Update release notes | Erlang/OTP | |
2018-03-21 | Update version numbers | Erlang/OTP | |
2018-03-21 | Merge branch 'hans/ssh/spec_double_algs/OTP-14990' into maint-20 | Erlang/OTP | |
* hans/ssh/spec_double_algs/OTP-14990: ssh: Fix bad spec for double_algs() in ssh.hrl | |||
2018-03-21 | Merge branch 'raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995' into ↵ | Erlang/OTP | |
maint-20 * raimo/stdlib/fix-gen_statem-init-actions-check/OTP-13995: Test event insert from init Fix init to allow all actions | |||
2018-03-21 | Updated OTP versionOTP-19.3.6.7 | Erlang/OTP | |
2018-03-21 | Prepare release | Erlang/OTP | |
2018-03-21 | Merge branch 'sverker/maint-19/os-cmd-2/OTP-14823' into maint-19 | Erlang/OTP | |
* sverker/maint-19/os-cmd-2/OTP-14823: kernel: Fix os_SUITE:max_size_command for OTP-19 kernel: Fix handling of os:cmd option max_size in win kernel: Add os:cmd/2 with max_size option | |||
2018-03-21 | kernel: Fix os_SUITE:max_size_command for OTP-19 | Sverker Eriksson | |
where string:trim does not exist. | |||
2018-03-21 | kernel: Fix handling of os:cmd option max_size in win | Lukas Larsson | |
git cherry-pick 75b0f73f72e1783d4ace976cdd2b5f23bdc3ebae | |||
2018-03-21 | kernel: Add os:cmd/2 with max_size option | Lukas Larsson | |
git cherry-pick 55e929c4ed5cd854038c18697123ea94948ebf35 | |||
2018-03-21 | Fix crash when config was wrong | Dan Gudmundsson | |
And try to not save bad data in the config. And also add a garbage_collect menu entry. | |||
2018-03-21 | Fix a simple typo in xmerl documentation | Andreas Lappe | |
2018-03-21 | Point out the correct line in an exception for a bad generator | Björn Gustavsson | |
When a generator in a list comprehension was given some other term than a list, the wrong line could be pointed out in the exception. Here is an example: bad_generator() -> [I || %%This line would be pointed out. I <- not_a_list]. https://bugs.erlang.org/browse/ERL-572 | |||
2018-03-21 | stdlib: Make benchmarks more robust | Hans Bolinder | |
statistics(runtime) does not seem to work on some virtual machines. | |||
2018-03-21 | Add an option to ?MODULE:module_info/1 for listing NIFs | John Högberg | |
2018-03-21 | Merge pull request #1740 from rickard-green/rickard/signals/OTP-14589 | Rickard Green | |
Implementation of true asynchronous signaling between processes |