<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/erl_interface, branch OTP-21.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2018-09-24T09:32:41+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2018-09-24T09:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fb7006280f8d5a45459e1fba066fe6f6131e8e86'/>
<id>fb7006280f8d5a45459e1fba066fe6f6131e8e86</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>Test for lists that aren't well defined</title>
<updated>2018-08-15T04:42:28+00:00</updated>
<author>
<name>Simon Cornish</name>
<email>zl9d97p02@sneakemail.com</email>
</author>
<published>2018-08-15T04:42:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e9d91db52c3be046be13f2a5e6330a1509e30fc'/>
<id>3e9d91db52c3be046be13f2a5e6330a1509e30fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
<entry>
<title>erl_interface: Seal test case memory leaks</title>
<updated>2018-07-18T13:00:26+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-07-04T15:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=00a2f00485e88cda594361e271f90e5432edc275'/>
<id>00a2f00485e88cda594361e271f90e5432edc275</id>
<content type='text'>
to appease valgrind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to appease valgrind.
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Initialize erl_errno to zero</title>
<updated>2018-07-18T13:00:25+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-07-03T18:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e4d7df2f1e2eba5d5a87b9a57b983cf2e3ea7b25'/>
<id>e4d7df2f1e2eba5d5a87b9a57b983cf2e3ea7b25</id>
<content type='text'>
Makes valgrind happy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes valgrind happy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/erl_interface/ei_connect_init-thread-safe/OTP-15191' into maint</title>
<updated>2018-07-16T16:07:18+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-07-16T16:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=929d4f0b3cf5ee01164ebd7171b37fe2f05ce0d0'/>
<id>929d4f0b3cf5ee01164ebd7171b37fe2f05ce0d0</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: Add valgrind ability for test port programs</title>
<updated>2018-07-16T15:44:31+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-07-03T19:45:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e2508e0f6dbd973d80c96418a989d1fa525767a'/>
<id>3e2508e0f6dbd973d80c96418a989d1fa525767a</id>
<content type='text'>
Run under valgrind if environment variable VALGRIND_LOG_DIR is set.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run under valgrind if environment variable VALGRIND_LOG_DIR is set.
</pre>
</div>
</content>
</entry>
</feed>
