<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/src, branch OTP_R16B03-1</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-r16' into maint</title>
<updated>2013-11-26T11:24:13+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2013-11-26T10:40:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=666884a245fd57f04e0a15b0602c46bf271966f0'/>
<id>666884a245fd57f04e0a15b0602c46bf271966f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add os:unsetenv/1</title>
<updated>2013-11-09T20:04:06+00:00</updated>
<author>
<name>Martin Hässler</name>
<email>mhssler@gmail.com</email>
</author>
<published>2013-11-09T20:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7b739330bb459401f9c11f0f84912aedc7ee22cd'/>
<id>7b739330bb459401f9c11f0f84912aedc7ee22cd</id>
<content type='text'>
New BIF os:unsetenv/1 which deletes an environment variable and
returns 'true'.

Does not change any old functionality.

Calls the libc function unsetenv(3) on UNIX and
SetEnvironmentVariableW(key, NULL) on Windows. The unicode support
is the same as for os:getenv and os:putenv.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New BIF os:unsetenv/1 which deletes an environment variable and
returns 'true'.

Does not change any old functionality.

Calls the libc function unsetenv(3) on UNIX and
SetEnvironmentVariableW(key, NULL) on Windows. The unicode support
is the same as for os:getenv and os:putenv.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement inet:socknames/1,2 and inet:peernames/1,2</title>
<updated>2013-11-07T13:06:45+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2013-11-06T15:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=018e60a9131ecc7462b70ce31672e65b3093ed5c'/>
<id>018e60a9131ecc7462b70ce31672e65b3093ed5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement prim_inet:socknames/1,2 and prim_inet:peernames/1,2</title>
<updated>2013-11-07T13:06:45+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2013-11-05T14:52:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb52546e9a671ed0fd55d2e5274f299a853bed51'/>
<id>bb52546e9a671ed0fd55d2e5274f299a853bed51</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 'ates/sctp_errors_fix/OTP-11379' into maint</title>
<updated>2013-10-23T08:42:15+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2013-10-23T08:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=78c51853297721820cba8ab43a2beac28d66c0a8'/>
<id>78c51853297721820cba8ab43a2beac28d66c0a8</id>
<content type='text'>
* ates/sctp_errors_fix/OTP-11379:
  Update primary bootstrap
  Add more SCTP errors as described in RFC 4960
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ates/sctp_errors_fix/OTP-11379:
  Update primary bootstrap
  Add more SCTP errors as described in RFC 4960
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more SCTP errors as described in RFC 4960</title>
<updated>2013-10-10T12:09:33+00:00</updated>
<author>
<name>Artem Teslenko</name>
<email>ates@ipv6.dp.ua</email>
</author>
<published>2013-09-19T12:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=06cb6b47b7bd9a890b0f06ecb2bf6f8102a095ac'/>
<id>06cb6b47b7bd9a890b0f06ecb2bf6f8102a095ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the typespec for the inet:ifget/2 and inet:ifget/3 return value</title>
<updated>2013-10-10T09:49:39+00:00</updated>
<author>
<name>Ali Sabil</name>
<email>ali.sabil@soundrop.com</email>
</author>
<published>2013-06-19T20:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=442d802ae4b8a75d69c37d0d5251d4198c642624'/>
<id>442d802ae4b8a75d69c37d0d5251d4198c642624</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 'ks/hipe_unified_loader-cleanup/OTP-11301' into maint</title>
<updated>2013-09-09T07:26:58+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrik@erlang.org</email>
</author>
<published>2013-09-09T07:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5943f00b6485ab54294f6fe1e404b15dd3cc9486'/>
<id>5943f00b6485ab54294f6fe1e404b15dd3cc9486</id>
<content type='text'>
* ks/hipe_unified_loader-cleanup/OTP-11301:
  Updated primary bootstrap
  Cleanup of the file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* ks/hipe_unified_loader-cleanup/OTP-11301:
  Updated primary bootstrap
  Cleanup of the file
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/linux-network-namespace-sockopt/OTP-11157' into maint</title>
<updated>2013-09-04T12:58:35+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2013-09-04T12:58:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=13713794c52e0273dd312823af7a0427d9295574'/>
<id>13713794c52e0273dd312823af7a0427d9295574</id>
<content type='text'>
* raimo/linux-network-namespace-sockopt/OTP-11157:
  Document socket option 'netns'
  Rudimentary test
  Make netns option value a string
  Implement netns for SCTP + bugfixes
  Implement netns option for TCP and UDP
  Implement emulator netns support for TCP and UDP
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/linux-network-namespace-sockopt/OTP-11157:
  Document socket option 'netns'
  Rudimentary test
  Make netns option value a string
  Implement netns for SCTP + bugfixes
  Implement netns option for TCP and UDP
  Implement emulator netns support for TCP and UDP
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of the file</title>
<updated>2013-09-04T08:38:01+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2013-09-04T08:38:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a81b0bf6a138aa0b677f8e4e044d4300e819a45c'/>
<id>a81b0bf6a138aa0b677f8e4e044d4300e819a45c</id>
<content type='text'>
Consisting of three items:
 - Eliminate uses of is_subtype/2 in specs
 - Change module-local void functions to return 'ok' instead of []
 - Make sure there are no dialyzer warnings with --Wunmatched_returns
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Consisting of three items:
 - Eliminate uses of is_subtype/2 in specs
 - Change module-local void functions to return 'ok' instead of []
 - Make sure there are no dialyzer warnings with --Wunmatched_returns
</pre>
</div>
</content>
</entry>
</feed>
