<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/erl_interface/src, branch OTP-22.0</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 'maint'</title>
<updated>2019-05-06T13:40:04+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-05-06T13:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0b2fdd2091d384078527b608e7d7c46ff7ea0412'/>
<id>0b2fdd2091d384078527b608e7d7c46ff7ea0412</id>
<content type='text'>
* maint:
  Increase max number of node name characters to 256
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Increase max number of node name characters to 256
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase max number of node name characters to 256</title>
<updated>2019-04-30T15:29:20+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-04-30T14:46:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e05ce24868c8391103faea7de3f230fa8f2ce0a2'/>
<id>e05ce24868c8391103faea7de3f230fa8f2ce0a2</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: Tweak bit string encode/decode API</title>
<updated>2019-04-26T17:43:53+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-26T17:43:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=01aa8b82dd0f8229355ffd2bb2bc8e8f496d2df6'/>
<id>01aa8b82dd0f8229355ffd2bb2bc8e8f496d2df6</id>
<content type='text'>
to support zero copy decoding
and bit offset arguments for future unaligned bit strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to support zero copy decoding
and bit offset arguments for future unaligned bit strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Fix C++ compile error</title>
<updated>2019-04-23T15:28:53+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-23T15:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a7120cd744bcb2d4fd4c3cf9211243153d5999cb'/>
<id>a7120cd744bcb2d4fd4c3cf9211243153d5999cb</id>
<content type='text'>
"export" is a reserved C++ keyword.

lib/erl_interface/include/ei.h:290:9:
error: expected ‘;’ after struct definition
         } export;
         ^
lib/erl_interface/include/ei.h:290:11:
error: expected unqualified-id before ‘export’
         } export;
           ^
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"export" is a reserved C++ keyword.

lib/erl_interface/include/ei.h:290:9:
error: expected ‘;’ after struct definition
         } export;
         ^
lib/erl_interface/include/ei.h:290:11:
error: expected unqualified-id before ‘export’
         } export;
           ^
</pre>
</div>
</content>
</entry>
<entry>
<title>erl_interface: Add bitstring and export fun support</title>
<updated>2019-04-17T17:09:12+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-03T19:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6465de7e3a5393a80ed0e2c63f012fd126de706f'/>
<id>6465de7e3a5393a80ed0e2c63f012fd126de706f</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: Remove old r9 pid and port compatibility</title>
<updated>2019-04-12T16:28:29+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-08T15:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=46aa940b9d771c4806aacaf065c2f637474e9815'/>
<id>46aa940b9d771c4806aacaf065c2f637474e9815</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 maps arity from ei_get_type()</title>
<updated>2019-04-12T16:28:29+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-05T17:28:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=73e1334e1d4fa8ffbfe9462ea6bdcbbcdf519566'/>
<id>73e1334e1d4fa8ffbfe9462ea6bdcbbcdf519566</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: Remove ei_get_type_internal()</title>
<updated>2019-04-12T16:28:29+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-05T17:26:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a78bf4550d8bba67672624b73841c83614dd3db0'/>
<id>a78bf4550d8bba67672624b73841c83614dd3db0</id>
<content type='text'>
same as ei_get_type()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
same as ei_get_type()
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/erl_interface/depend-fix/OTP-15757' into maint-21</title>
<updated>2019-04-12T10:26:20+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-04-12T10:26:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c7932fd8ea0b4fe7d11a22aed5ccc50c5f88b47d'/>
<id>c7932fd8ea0b4fe7d11a22aed5ccc50c5f88b47d</id>
<content type='text'>
* lukas/erl_interface/depend-fix/OTP-15757:
  erl_interface: Generate dependencies at compile time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/erl_interface/depend-fix/OTP-15757:
  erl_interface: Generate dependencies at compile time
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/revert-big-creation'</title>
<updated>2019-04-11T12:06:39+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-11T12:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=508738f4dcd3c8c83fffb55c2ad5c365f80dc7c4'/>
<id>508738f4dcd3c8c83fffb55c2ad5c365f80dc7c4</id>
<content type='text'>
* sverker/revert-big-creation:
  Revert "erts: Make DFLAG_BIG_CREATION mandatory"
  Revert "erts: Remove old encoding of pids, ports and refs"
  Revert "erl_interface: Remove old encoding of pid,port,refs"
  Revert "epmd: Support 32-bit creation values in local node"
  Revert "jinterface: Remove old encoding of pid,port,refs"
  Revert "erl_interface: Support 32-bit creation local cnode"
  Revert "erts: Document new EPMD response ALIVE2_X_RESP"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/revert-big-creation:
  Revert "erts: Make DFLAG_BIG_CREATION mandatory"
  Revert "erts: Remove old encoding of pids, ports and refs"
  Revert "erl_interface: Remove old encoding of pid,port,refs"
  Revert "epmd: Support 32-bit creation values in local node"
  Revert "jinterface: Remove old encoding of pid,port,refs"
  Revert "erl_interface: Support 32-bit creation local cnode"
  Revert "erts: Document new EPMD response ALIVE2_X_RESP"
</pre>
</div>
</content>
</entry>
</feed>
