<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/erl_interface/src, branch OTP-21.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'rickard/ei-ext-maint/OTP-15442' into maint</title>
<updated>2019-02-06T15:02:04+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-02-06T15:02:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2a1dab38c8a2186a7413eabb2035234cb66f367f'/>
<id>2a1dab38c8a2186a7413eabb2035234cb66f367f</id>
<content type='text'>
* rickard/ei-ext-maint/OTP-15442:
  Introduce ei_init()
  Fix bug in ei_accept_tmo
  Fix build of erl_interface on BSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/ei-ext-maint/OTP-15442:
  Introduce ei_init()
  Fix bug in ei_accept_tmo
  Fix build of erl_interface on BSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce ei_init()</title>
<updated>2019-02-05T19:32:45+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-02-05T14:55:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dbeaca78bc6c0d4719a522e447fa59d7a1006ae0'/>
<id>dbeaca78bc6c0d4719a522e447fa59d7a1006ae0</id>
<content type='text'>
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).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug in ei_accept_tmo</title>
<updated>2019-02-04T16:31:14+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-01-29T15:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=50bf9f5d8403b9903ea63867611ac16ffec1c14c'/>
<id>50bf9f5d8403b9903ea63867611ac16ffec1c14c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Fix bsd makefile problem</title>
<updated>2019-02-01T07:50:30+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2018-12-20T10:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=930156b3c8bb411f256d606834083da10b313b28'/>
<id>930156b3c8bb411f256d606834083da10b313b28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix build of erl_interface on BSD</title>
<updated>2019-01-29T15:56:48+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-01-28T13:39:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d443097778e22c51173aaa22b71303b05a89cf84'/>
<id>d443097778e22c51173aaa22b71303b05a89cf84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pluggable distribution socket implementation for EI</title>
<updated>2019-01-23T14:52:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2018-12-07T14:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eaeec753c035c2214be2930290a0a6de411566b0'/>
<id>eaeec753c035c2214be2930290a0a6de411566b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-09-21T10:23:25+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-09-21T10:23:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d04b53936d5e9f84a3066ecd466993671b1428bf'/>
<id>d04b53936d5e9f84a3066ecd466993671b1428bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug calling erl_compare_ext with terms containing lists</title>
<updated>2018-08-15T04:43:01+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>zl9d97p02@sneakemail.com</email>
</author>
<published>2018-08-15T04:43:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7f2efcc8cb3f104e6e3a53b18ce559842450b780'/>
<id>7f2efcc8cb3f104e6e3a53b18ce559842450b780</id>
<content type='text'>
The comparison did not consider the list tail and therefore
would consider the following pairs of terms equal:
{&lt;&lt;1,2,3&gt;&gt;, [901,902], 224} and {&lt;&lt;1,2,3&gt;&gt;, [901,902], 228}
{a|b} and {a|c}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The comparison did not consider the list tail and therefore
would consider the following pairs of terms equal:
{&lt;&lt;1,2,3&gt;&gt;, [901,902], 224} and {&lt;&lt;1,2,3&gt;&gt;, [901,902], 228}
{a|b} and {a|c}
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/erl_interface/valgrind/OTP-15171' into maint</title>
<updated>2018-07-18T13:02:18+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-07-18T13:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6a98a4b05ae77739d27f2a9fb018786906e6918c'/>
<id>6a98a4b05ae77739d27f2a9fb018786906e6918c</id>
<content type='text'>
* sverker/erl_interface/valgrind/OTP-15171:
  erl_interface: Fix bug in ei_*receive_msg* functions
  erl_interface: Seal test case memory leaks
  erl_interface: Initialize erl_errno to zero
  erts: Remove use of VALGRIND_PRINTF_XML
  erl_interface: Add valgrind ability for test port programs
  erts: Fix benign bug in cerl for valgrind
  erts: Fix buggy calls to erts_sys_explicit_8bit_getenv
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/erl_interface/valgrind/OTP-15171:
  erl_interface: Fix bug in ei_*receive_msg* functions
  erl_interface: Seal test case memory leaks
  erl_interface: Initialize erl_errno to zero
  erts: Remove use of VALGRIND_PRINTF_XML
  erl_interface: Add valgrind ability for test port programs
  erts: Fix benign bug in cerl for valgrind
  erts: Fix buggy calls to erts_sys_explicit_8bit_getenv
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Fix bug in ei_*receive_msg* functions</title>
<updated>2018-07-18T13:00:26+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-07-03T18:35:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2be45ea245e52e852a35fec9c5b53a1c55d546ff'/>
<id>2be45ea245e52e852a35fec9c5b53a1c55d546ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
