<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel, branch OTP-18.3.4.3</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>2016-03-14T09:46:23+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-03-14T09:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0f8afe80c6582f7affd17f36dc9cb48cc7946713'/>
<id>0f8afe80c6582f7affd17f36dc9cb48cc7946713</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change '==' to '=' in code_SUITE:bad_erl_libs</title>
<updated>2016-03-09T09:39:32+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-03-09T09:38:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3a67f14fcf79d0768985e09f1fbeec9d2475b555'/>
<id>3a67f14fcf79d0768985e09f1fbeec9d2475b555</id>
<content type='text'>
This bug was introduced by OTP-13388.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug was introduced by OTP-13388.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/crashdump-dir/OTP-13388' into maint</title>
<updated>2016-03-09T09:11:19+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-03-09T09:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=00a0a2d227be215741264030b929c1fc7b7473d5'/>
<id>00a0a2d227be215741264030b929c1fc7b7473d5</id>
<content type='text'>
* siri/crashdump-dir/OTP-13388:
  Fix code_SUITE after test_server change
  Set default value for crash_dump_dir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/crashdump-dir/OTP-13388:
  Fix code_SUITE after test_server change
  Set default value for crash_dump_dir
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'henrik/doc-fixes' into maint</title>
<updated>2016-03-08T13:51:39+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-08T13:51:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=043133b500274669fa8b5b894939280185941ce3'/>
<id>043133b500274669fa8b5b894939280185941ce3</id>
<content type='text'>
* henrik/doc-fixes:
  Fix typo in INSTALL.md
  Update README.md
  Fix typo in 'app' documentation
  s/is/are
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* henrik/doc-fixes:
  Fix typo in INSTALL.md
  Update README.md
  Fix typo in 'app' documentation
  s/is/are
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix code_SUITE after test_server change</title>
<updated>2016-03-03T11:52:32+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-03-03T11:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f0046c37852993bde960c3a456c1ac1c0078d792'/>
<id>f0046c37852993bde960c3a456c1ac1c0078d792</id>
<content type='text'>
test_server:start_node does no longer add the test_server path to the
new node, since the needed code is present in the default path. This
caused two test cases in code_SUITE to fail.

code_SUITE:mult_lib_roots: Expected the test_server path to be first
in the code path. This check is removed.

code_SUITE:bad_erl_libs: Started a node with "-env ERL_LIBS ",
i.e. not giving any value to the ERL_LIBS variable. This test
succeeded by accident, since the combination with arguments set by
test_server_node.erl and by slave.erl caused the node start to work,
and no further checks were present in the test. This part of the test
case is now removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test_server:start_node does no longer add the test_server path to the
new node, since the needed code is present in the default path. This
caused two test cases in code_SUITE to fail.

code_SUITE:mult_lib_roots: Expected the test_server path to be first
in the code path. This check is removed.

code_SUITE:bad_erl_libs: Started a node with "-env ERL_LIBS ",
i.e. not giving any value to the ERL_LIBS variable. This test
succeeded by accident, since the combination with arguments set by
test_server_node.erl and by slave.erl caused the node start to work,
and no further checks were present in the test. This part of the test
case is now removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverk/halt-INT_MIN' into maint</title>
<updated>2016-03-01T13:30:34+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2016-03-01T13:30:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e1489c448b7486cdcfec6a89fea238d88e6ce2f3'/>
<id>e1489c448b7486cdcfec6a89fea238d88e6ce2f3</id>
<content type='text'>
OTP-13251

* sverk/halt-INT_MIN:
  erts: Make erlang:halt() accept bignums as Status
  erts: Change erl_exit into erts_exit
  kernel: Remove calls to erl_exit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-13251

* sverk/halt-INT_MIN:
  erts: Make erlang:halt() accept bignums as Status
  erts: Change erl_exit into erts_exit
  kernel: Remove calls to erl_exit
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364' into maint</title>
<updated>2016-03-01T13:06:20+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2016-03-01T13:06:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=75bc5bebc070a59535b8f6b7b9085c210b4723b5'/>
<id>75bc5bebc070a59535b8f6b7b9085c210b4723b5</id>
<content type='text'>
* msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364:
  epmd: support IPv6 node registration
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364:
  epmd: support IPv6 node registration
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/appups-18.3' into maint</title>
<updated>2016-02-29T09:55:45+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-02-29T09:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=87c77e75cc641b16b3704f8947fe15911fe40fc3'/>
<id>87c77e75cc641b16b3704f8947fe15911fe40fc3</id>
<content type='text'>
* siri/appups-18.3:
  Update appups in kernel, stdlib and sasl for OTP-18.3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/appups-18.3:
  Update appups in kernel, stdlib and sasl for OTP-18.3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/heart-callback/OTP-13250' into maint</title>
<updated>2016-02-25T14:27:29+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-02-25T14:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=93d2038e91854d4bc4fd75dac7005719a79949cd'/>
<id>93d2038e91854d4bc4fd75dac7005719a79949cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Clarify heart option</title>
<updated>2016-02-25T14:26:28+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-02-25T14:13:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0ca09ee90d6384e74d1b18ab0e05f2c05fc03905'/>
<id>0ca09ee90d6384e74d1b18ab0e05f2c05fc03905</id>
<content type='text'>
Change scheduler responsiveness to 'check_schedulers'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change scheduler responsiveness to 'check_schedulers'.
</pre>
</div>
</content>
</entry>
</feed>
