Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | Revert "erl_interface: Support 32-bit creation local cnode" | Sverker Eriksson | |
This reverts commit 6454221ad87d1cd8fc877b424db3c4a8e9835577. | |||
2019-03-26 | erl_interface: Support 32-bit creation local cnode | Sverker Eriksson | |
2019-03-22 | erl_interface: Remove old encoding of pid,port,refs | Sverker Eriksson | |
with tiny creation. | |||
2019-03-19 | Merge branch 'maint' | Rickard Green | |
* maint: Updated OTP version Prepare release | |||
2019-03-19 | Merge branch 'maint' | Rickard Green | |
* maint: Add smoke test for erl_call Add new api functions to ei_fake_prog Fix timeout value when waiting for emulator start Fix initialization of erl_call | |||
2019-03-18 | Prepare release | Erlang/OTP | |
2019-03-18 | Add smoke test for erl_call | Rickard Green | |
2019-03-18 | Add new api functions to ei_fake_prog | Rickard Green | |
These functions were added in erl_interface-3.11 | |||
2019-03-18 | Fix timeout value when waiting for emulator start | Rickard Green | |
2019-03-18 | Fix initialization of erl_call | Rickard Green | |
Previously erl_call relied on the implicit initialization made of the ei-lib if no explicit initialization had been done. This implicit initialization was utterly broken and was removed in erl_interface-3.11 (OTP 21.3) since it has been documented for a very long time that an explicit initialization is required. | |||
2019-03-12 | Merge branch 'maint' | Henrik Nord | |
* maint: Updated OTP version Prepare release | |||
2019-03-11 | Prepare release | Erlang/OTP | |
2019-03-07 | Better erl_interface deprecation warning implementation | Rickard Green | |
2019-03-06 | Fix bootstrap build of erl_interface | Rickard Green | |
2019-03-05 | Fix build of bootstrap | Rickard Green | |
2019-02-27 | Revert "Prepare release" | Rickard Green | |
This reverts commit df130102cdeca8d35fec95a0c926fd1cfec54eab. | |||
2019-02-26 | Prepare release | Erlang/OTP | |
2019-02-25 | Merge branch 'siri/rsh-ssh/PR-1787' | Hans Bolinder | |
OTP-15633 * siri/rsh-ssh/PR-1787: Fix some missed comments about rsh Document the restrictions on the -rsh command Use ssh as the default remote shell | |||
2019-02-25 | Merge branch 'rickard/deprecations-removals' | Rickard Green | |
OTP-15621 OTP-15622 * rickard/deprecations-removals: Document deprecations and removals | |||
2019-02-25 | Document deprecations and removals | Rickard Green | |
2019-02-22 | Merge branch 'bmk/20190204/socket_as_nif/OTP-14831' | Micael Karlberg | |
2019-02-06 | Merge branch 'maint' | Rickard Green | |
* maint: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-06 | Merge branch 'rickard/ei-ext-maint/OTP-15442' into maint | Rickard Green | |
* rickard/ei-ext-maint/OTP-15442: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-05 | Merge branch 'rickard/ei-ext/OTP-15442' into rickard/ei-ext-maint/OTP-15442 | Rickard Green | |
* rickard/ei-ext/OTP-15442: Introduce ei_init() Fix bug in ei_accept_tmo Fix build of erl_interface on BSD | |||
2019-02-05 | Introduce ei_init() | Rickard Green | |
You previously had to initialize ei via erl_init() which implied that you were forced to link against the erl_interface even when not using it (besides initializing ei). | |||
2019-02-04 | Fix bug in ei_accept_tmo | Rickard Green | |
2019-02-04 | Merge branch 'bmk/20180918/nififying_inet/OTP-14831' into ↵ | Micael Karlberg | |
bmk/20190204/socket_as_nif/OTP-14831 | |||
2019-02-01 | Merge branch 'maint' | Lukas Larsson | |
2019-02-01 | erl_interface: Fix bsd makefile problem | Lukas Larsson | |
2019-01-29 | Fix build of erl_interface on BSD | Rickard Green | |
2019-01-24 | Merge branch 'maint' | Rickard Green | |
* maint: Pluggable distribution socket implementation for EI | |||
2019-01-23 | Merge branch 'rickard/ei-ext/OTP-15442' into rickard/ei-ext-maint/OTP-15442 | Rickard Green | |
2019-01-23 | Pluggable distribution socket implementation for EI | Rickard Green | |
2018-12-21 | [socket-nif] Fixed erl_interface config/make issues on OpenBSD | Micael Karlberg | |
2018-12-13 | Merge branch 'maint' | Sverker Eriksson | |
2018-12-12 | Add empty 'since' attribute for old modules and functions | Sverker Eriksson | |
2018-12-11 | Add "since" attributes in xml for new functions and modules | Sverker Eriksson | |
introduced after OTP_R13B03. | |||
2018-12-11 | erl_interface: Fix doc for return type 'struct hostent' | Sverker Eriksson | |
'*' is part of the return type, not the function name. | |||
2018-11-26 | Use ssh as the default remote shell | Richard Carlsson | |
2018-10-30 | Update README.internal | Henrik Nord | |
2018-10-14 | Fix typos | Mikhail Grachev | |
2018-09-25 | Merge branch 'maint' | Henrik Nord | |
2018-09-24 | Prepare release | Erlang/OTP | |
2018-09-21 | Merge branch 'maint' | Henrik Nord | |
2018-09-21 | Update copyright year | Henrik Nord | |
2018-09-04 | Merge branch 'maint' | Sverker Eriksson | |
2018-08-21 | Merge branch 'rickard/parallel-configure/OTP-14625' | Rickard Green | |
* rickard/parallel-configure/OTP-14625: Parallel configure Remove undocumented and unused lazy configure | |||
2018-08-21 | Parallel configure | Rickard Green | |
2018-08-14 | Fixed bug calling erl_compare_ext with terms containing lists | Simon Cornish | |
The comparison did not consider the list tail and therefore would consider the following pairs of terms equal: {<<1,2,3>>, [901,902], 224} and {<<1,2,3>>, [901,902], 228} {a|b} and {a|c} | |||
2018-08-14 | Test for lists that aren't well defined | Simon Cornish | |