Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-12 | erl_interface: Remove ei_get_type_internal() | Sverker Eriksson | |
same as ei_get_type() | |||
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-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 | 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. | |||
2018-11-26 | Use ssh as the default remote shell | Richard Carlsson | |
2018-06-07 | stdlib: Move eval_str/1 from mod_esi to erl_eval | Hans Bolinder | |
See also https://bugs.erlang.org/browse/ERL-634. The utility program `erl_call' in erl_interface used to call lib:eval_str/1, which is no longer present in Erlang/OTP 21.0. The lib module was eliminated in OTP-15072, see also https://github.com/erlang/otp/pull/1786. | |||
2018-05-22 | ERL-629 Do not free() module buffer until it has been used | Jesper Eskilson | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-03-22 | This patch fixes the issue in which erlang fails to start | Deepak Goel | |
if the hostname is 64 characters on a linux system. | |||
2016-12-07 | erl_interface: Fix compile warning in erl_call | Björn-Egil Dahlberg | |
2016-03-15 | update copyright-year | Henrik Nord | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2013-02-07 | erl_interface: Change enum erlang_char_encoding to a typedef | Sverker Eriksson | |
to make the API independent of the actual type of erlang_char_encoding | |||
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-22 | erl_interface: even more utf8 atom stuff | Sverker Eriksson | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2010-10-06 | erl_call: remove get_hostent | Michael Santos | |
get_hostent does not properly handle IPv4 addresses on little endian platforms and fails with hostnames beginning with a number. Remove get_hostent and use ei_gethostbyname directly since gethostbyname supports IPv4 addresses. Reported-By: Julien Barbot | |||
2010-09-08 | erl_call: fix multiple buffer overflows | Michael Santos | |
Check operations that can overflow, e.g., erl_call -sname $(perl -e 'print "x"x5000') perl -e 'print "-module(", "x"x10000, ");"' | erl_call -m -r -sname foo | |||
2010-07-27 | Fix compiler warnings in erl_interface | Björn-Egil Dahlberg | |
- Removed unused variable in ei_decode_term.c - Fixed faulty deallocation | |||
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |