Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-15 | erts: Refactor out erts functions from hash | Lukas Larsson | |
2015-12-15 | erts: Bump driver minor version | Lukas Larsson | |
2015-12-15 | erts: Add erl_drv_set_pid | Lukas Larsson | |
OTP-13087 | |||
2015-12-15 | erts: Add support for asynchronous open_port | Lukas Larsson | |
OTP-13086 | |||
2015-12-15 | Updated OTP versionOTP-18.2 | Erlang/OTP | |
2015-12-15 | Update release notes | Erlang/OTP | |
2015-12-15 | Update version numbers | Erlang/OTP | |
2015-12-15 | Merge branch 'ia/libressl' into maint | Erlang/OTP | |
* ia/libressl: ssl: Print openssl version string ssl: Do not use environment variables in openSSL config file | |||
2015-12-15 | Merge branch 'siri/appups-18.2' into maint | Erlang/OTP | |
* siri/appups-18.2: Update appups in kernel, stdlib and sasl for OTP-18.2 | |||
2015-12-15 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-15 | Merge branch 'ia/inets/dialyzer-custom' into maint | Ingela Anderton Andin | |
* ia/inets/dialyzer-custom: inets: Include behaviour modules in install target inets: Fix dialyzer warning | |||
2015-12-15 | inets: Include behaviour modules in install target | Ingela Anderton Andin | |
2015-12-15 | inets: Fix dialyzer warning | Ingela Anderton Andin | |
2015-12-15 | Merge branch 'hb/stdlib/remove_old_type_syntax/OTP-11879' | Hans Bolinder | |
* hb/stdlib/remove_old_type_syntax/OTP-11879: stdlib: Add a comment about is_subtype(_, _) constraints hipe: Use '::' for constraints debugger: Use '::' for constraints doc: Remove 'is_subtype' from Types and Function Specifications dialyzer: Print constraints using the '::' syntax stdlib: Remove undocumented function specification syntax | |||
2015-12-15 | stdlib: Add a comment about is_subtype(_, _) constraints | Hans Bolinder | |
2015-12-15 | hipe: Use '::' for constraints | Hans Bolinder | |
2015-12-15 | debugger: Use '::' for constraints | Hans Bolinder | |
2015-12-15 | doc: Remove 'is_subtype' from Types and Function Specifications | Hans Bolinder | |
It is harder to remove is_subtype from the parser since the abstract format does not separate is_subtype from the '::' syntax. | |||
2015-12-15 | dialyzer: Print constraints using the '::' syntax | Hans Bolinder | |
2015-12-15 | stdlib: Remove undocumented function specification syntax | Hans Bolinder | |
The syntax -spec/callback F/A :: FunctionType; has been removed. No deprecation was deemed necessary. | |||
2015-12-14 | Merge branch 'maint' | Zandra | |
2015-12-14 | Merge branch 'zandra/update-windows-docs' into maint | Zandra | |
* zandra/update-windows-docs: update the howto build and install on windows documentation OTP-13192 | |||
2015-12-14 | update the howto build and install on windows documentation | Zandra | |
OTP-13188 ticket for: 192c4a80c7d6fe9949aecb864901c4a3d9549f36 | |||
2015-12-14 | ssl: Print openssl version string | Ingela Anderton Andin | |
2015-12-14 | Update primary bootstrap | Björn Gustavsson | |
2015-12-14 | Merge branch 'bjorn/deprecate-random/OTP-12502' | Björn Gustavsson | |
* bjorn/deprecate-random/OTP-12502: Deprecate the 'random' module Eliminate mentions of 'random' in documentation mnesia tests: Replace 'random' with 'rand' percept tests: Replace 'random' with 'rand' system tests: Replace 'random' with 'rand' common_test tests: Replace 'random' with 'rand' gs: Remove the contribs directory wx: Replace 'random' with 'rand' stdlib tests: Replace 'random' with 'rand' kernel test: Replace 'random' with 'rand' debugger tests: Replace 'random' with 'rand' compiler tests: Replace 'random' with 'rand' Emulator test suite: Replace use of 'random' with 'rand' Use 'rand' instead of the obsolete 'random' module compile: Eliminate use of the obsolete 'random' module | |||
2015-12-14 | Deprecate the 'random' module | Björn Gustavsson | |
The 'rand' module was introduced in OTP 18 and its use is discouraged. Deprecate it to further discourage its use. | |||
2015-12-14 | Eliminate mentions of 'random' in documentation | Björn Gustavsson | |
2015-12-14 | mnesia tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | percept tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | system tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | common_test tests: Replace 'random' with 'rand' | Björn Gustavsson | |
2015-12-14 | gs: Remove the contribs directory | Björn Gustavsson | |
Some of the games no longer work. For example, when calling cols:start/0, there will be a 'badfun' exception because of an attempt to apply a tuple fun. There are also calls to the deprecated now/0 function and to the deprecated 'random' module. Since the entire gs application is deprecated and scheduled to be removed any release now, there is no need to keep the contribs directory. | |||
2015-12-14 | Merge branch 'maint' | Zandra | |
2015-12-14 | Merge branch 'zandra/fix-snmp-appup' into maint | Zandra | |
* zandra/fix-snmp-appup: correct the snmp app up file | |||
2015-12-14 | ssl: Do not use environment variables in openSSL config file | Ingela Anderton Andin | |
LibreSSL does not allow it. | |||
2015-12-14 | Merge branch 'maint' | Henrik Nord | |
2015-12-14 | Update preloaded modules | Henrik Nord | |
2015-12-14 | Update primary bootstrap | Henrik Nord | |
2015-12-14 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: wx: Revert part of 617387025b698c | |||
2015-12-14 | Merge branch 'dgud/wx/fix-observer-display' into maint | Dan Gudmundsson | |
* dgud/wx/fix-observer-display: wx: Revert part of 617387025b698c | |||
2015-12-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2015-12-14 | Merge branch 'ia/pr/919/OTP-13189' into maint | Ingela Anderton Andin | |
* ia/pr/919/OTP-13189: ssl: fix hibernate_after with instant or near instant timeouts | |||
2015-12-12 | wx: Revert part of 617387025b698c | Dan Gudmundsson | |
Causes issues on mac and observer | |||
2015-12-11 | Merge branch 'sverk/setnode-rename-bug/OTP-13076' into maint | Sverker Eriksson | |
* sverk/setnode-rename-bug/OTP-13076: erts: Fix correct node name for DTRACE | |||
2015-12-11 | erts: Fix correct node name for DTRACE | Sverker Eriksson | |
broken by 949de78331b9c4ecb9. | |||
2015-12-11 | ssl: fix hibernate_after with instant or near instant timeouts | Andrey Mayorov | |
2015-12-11 | Merge branch 'maint' | Sverker Eriksson | |
2015-12-11 | Merge branch 'sverk/dist-ctrl-msg-overflow' into maint | Sverker Eriksson | |
* sverk/dist-ctrl-msg-overflow: erts: Fix faulty cleanup when receiving broken dist msg | |||
2015-12-11 | wx: Replace 'random' with 'rand' | Björn Gustavsson | |