<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/erl_interface/src, branch OTP-20.0.4</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update copyright year</title>
<updated>2017-05-04T13:42:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-04T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83e20c62057ebc1d8064bf57b01be560cd244e1d'/>
<id>83e20c62057ebc1d8064bf57b01be560cd244e1d</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/remove-latin1-atom-encoding/OTP-14337</title>
<updated>2017-04-12T17:34:44+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-04-12T17:34:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=82e849adee6e2fd20e2a3faa6ecb463cc2c7256e'/>
<id>82e849adee6e2fd20e2a3faa6ecb463cc2c7256e</id>
<content type='text'>
* sverker/remove-latin1-atom-encoding:
  kernel: Fix erl_distribution_wb_SUITE:whitebox
  kernel: Remove pg2_SUITE:compat
  erts: Remove fun_r13_SUITE
  stdlib: Remove test cases for R12 io protocol
  kernel: Make DFLAG_UTF8_ATOMS mandatory
  kernel: Rewrite distribution flag verification
  tools: Update assumptions in lcnt about external atom format
  stdlib: Tweak beam_lib_SUITE whitebox assumptions
  orber: Remove hard dependency to external atom format
  kernel: Try mend disk_log whitebox tests
  erts: Mark latin1 atom encoding as deprecated
  jinterface: Do not generate atoms on old latin1 external format
  erl_interface: Do not generate atoms on old latin1 ext format
  erts: Do not generate atoms on old latin1 external format
  erts: Fix faulty ASSERT for failed dec_term
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/remove-latin1-atom-encoding:
  kernel: Fix erl_distribution_wb_SUITE:whitebox
  kernel: Remove pg2_SUITE:compat
  erts: Remove fun_r13_SUITE
  stdlib: Remove test cases for R12 io protocol
  kernel: Make DFLAG_UTF8_ATOMS mandatory
  kernel: Rewrite distribution flag verification
  tools: Update assumptions in lcnt about external atom format
  stdlib: Tweak beam_lib_SUITE whitebox assumptions
  orber: Remove hard dependency to external atom format
  kernel: Try mend disk_log whitebox tests
  erts: Mark latin1 atom encoding as deprecated
  jinterface: Do not generate atoms on old latin1 external format
  erl_interface: Do not generate atoms on old latin1 ext format
  erts: Do not generate atoms on old latin1 external format
  erts: Fix faulty ASSERT for failed dec_term
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310'</title>
<updated>2017-03-30T08:36:30+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2017-03-30T08:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5da9e0ab5cb96f2cb37e534b2c1a55c0c2c9783c'/>
<id>5da9e0ab5cb96f2cb37e534b2c1a55c0c2c9783c</id>
<content type='text'>
* goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310:
  This patch fixes the issue in which erlang fails to start if the hostname is 64 characters on a linux system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* goeldeepak/erts/fix_inet_gethost_long/ERL-61/PR-1345/OTP-14310:
  This patch fixes the issue in which erlang fails to start if the hostname is 64 characters on a linux system.
</pre>
</div>
</content>
</entry>
<entry>
<title>This patch fixes the issue in which erlang fails to start</title>
<updated>2017-03-22T22:42:22+00:00</updated>
<author>
<name>Deepak Goel</name>
<email>dgoel@mesosphere.com</email>
</author>
<published>2017-02-15T23:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3fcf58b142e22adb754b312576570c904655f877'/>
<id>3fcf58b142e22adb754b312576570c904655f877</id>
<content type='text'>
if the hostname is 64 characters on a linux system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if the hostname is 64 characters on a linux system.
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Do not generate atoms on old latin1 ext format</title>
<updated>2017-03-08T17:07:09+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-03-08T13:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=32d13d59910a384ad09682cafc83c7300c96c694'/>
<id>32d13d59910a384ad09682cafc83c7300c96c694</id>
<content type='text'>
Solved by letting ei_encode_atom_as ignore 'to_enc' argument
and always encode in UTF8 format.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solved by letting ei_encode_atom_as ignore 'to_enc' argument
and always encode in UTF8 format.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos in lib/erl_interface</title>
<updated>2017-02-14T09:31:31+00:00</updated>
<author>
<name>Andrew Dryga</name>
<email>andrew@dryga.com</email>
</author>
<published>2017-02-12T17:37:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f'/>
<id>c648b8f367bd63ecd50f9c4ea25d50d00dc4e68f</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 compile warning in erl_call</title>
<updated>2016-12-07T14:04:00+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-12-07T14:04:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e368a0f50336c144b821b1eb0b42a30292cb4630'/>
<id>e368a0f50336c144b821b1eb0b42a30292cb4630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use only two low bits of creation</title>
<updated>2016-10-13T12:02:36+00:00</updated>
<author>
<name>Alexandre Snarskii</name>
<email>snar@snar.spb.ru</email>
</author>
<published>2016-10-13T12:02:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e4cba54c5c6fc2b099485947ca8fca09a3ad26c9'/>
<id>e4cba54c5c6fc2b099485947ca8fca09a3ad26c9</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/vxworks-socklen_t' into maint</title>
<updated>2016-08-30T15:07:24+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2016-08-30T15:07:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e23ca15e90b45b278bff5cf2597dc9cb0b6fe43f'/>
<id>e23ca15e90b45b278bff5cf2597dc9cb0b6fe43f</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 faulty #if logic</title>
<updated>2016-08-19T12:28:36+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2016-08-19T12:28:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eb97d076f5364ccabbdf3ceacdea381e3f9a3444'/>
<id>eb97d076f5364ccabbdf3ceacdea381e3f9a3444</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
