<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-18.0.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Updated OTP version</title>
<updated>2015-08-18T14:39:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-08-18T14:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6b4c2dbd1b4a30f421611987acec6315c62ac9d5'/>
<id>6b4c2dbd1b4a30f421611987acec6315c62ac9d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2015-08-18T14:39:13+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-08-18T14:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0dcd7fc911e4c0b6eca255e9bcfb0e58654326bf'/>
<id>0dcd7fc911e4c0b6eca255e9bcfb0e58654326bf</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 'vinoski/stderr-eagain/OTP-12942' into maint-18</title>
<updated>2015-08-18T14:39:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-08-18T14:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=484cfe71b5457e251ca8f08c5a5648663961db6a'/>
<id>484cfe71b5457e251ca8f08c5a5648663961db6a</id>
<content type='text'>
* vinoski/stderr-eagain/OTP-12942:
  Handle ERRNO_BLOCK in fd_driver async functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* vinoski/stderr-eagain/OTP-12942:
  Handle ERRNO_BLOCK in fd_driver async functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/erts/fix_ttsl_binary_leak/OTP-12941' into maint-18</title>
<updated>2015-08-18T14:39:07+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-08-18T14:39:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=99461fca5e224cda77174bb1b5ccee47969e9874'/>
<id>99461fca5e224cda77174bb1b5ccee47969e9874</id>
<content type='text'>
* lukas/erts/fix_ttsl_binary_leak/OTP-12941:
  erts: Fix binary memory leak in ttsl driver
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/erts/fix_ttsl_binary_leak/OTP-12941:
  erts: Fix binary memory leak in ttsl driver
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle ERRNO_BLOCK in fd_driver async functions</title>
<updated>2015-08-18T14:25:28+00:00</updated>
<author>
<name>Steve Vinoski</name>
<email>vinoski@ieee.org</email>
</author>
<published>2015-08-10T12:34:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ba8740af39b7d4c612b2ee55e3bad6fbdcaf1418'/>
<id>ba8740af39b7d4c612b2ee55e3bad6fbdcaf1418</id>
<content type='text'>
Several users on erlang-questions have reported problems with recent
releases where output to standard_error causes standard_error_sup to
die from receiving an unexpected eagain error. In the fd_driver,
change the fd_async() function to handle EINTR, and change
fd_ready_async() to handle ERRNO_BLOCK. Add a new test to
standard_error_SUITE to generate output to standard_error and ensure
that standard_error_sup does not die. Thanks to Kota Uenishi for
contributing the test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several users on erlang-questions have reported problems with recent
releases where output to standard_error causes standard_error_sup to
die from receiving an unexpected eagain error. In the fd_driver,
change the fd_async() function to handle EINTR, and change
fd_ready_async() to handle ERRNO_BLOCK. Add a new test to
standard_error_SUITE to generate output to standard_error and ensure
that standard_error_sup does not die. Thanks to Kota Uenishi for
contributing the test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix binary memory leak in ttsl driver</title>
<updated>2015-08-18T14:21:18+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2015-08-18T14:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d2bb1ca56dcd0ab8e5b43c4368409317c3ddd4db'/>
<id>d2bb1ca56dcd0ab8e5b43c4368409317c3ddd4db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated OTP version</title>
<updated>2015-07-08T18:31:30+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-07-08T18:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=61828f77ca2542109ece006d730a4f8fe3300616'/>
<id>61828f77ca2542109ece006d730a4f8fe3300616</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2015-07-08T18:31:29+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-07-08T18:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5d6aea209c3dafa1bfdb35ea559809185b060bfa'/>
<id>5d6aea209c3dafa1bfdb35ea559809185b060bfa</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 'rickard/end-time-fix/OTP-12896' into maint-18</title>
<updated>2015-07-08T18:31:19+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-07-08T18:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a527a19e03c9c05e578cf998434c67c6cce86e6f'/>
<id>a527a19e03c9c05e578cf998434c67c6cce86e6f</id>
<content type='text'>
* rickard/end-time-fix/OTP-12896:
  Fix calculation of end time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/end-time-fix/OTP-12896:
  Fix calculation of end time
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/monotonic-clock-source/OTP-12895' into maint-18</title>
<updated>2015-07-08T18:31:18+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-07-08T18:31:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=385b215c420b1a3b98f02a67c562f2ed0512f17a'/>
<id>385b215c420b1a3b98f02a67c562f2ed0512f17a</id>
<content type='text'>
* rickard/monotonic-clock-source/OTP-12895:
  Prefer monotonic time that stop during suspend
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/monotonic-clock-source/OTP-12895:
  Prefer monotonic time that stop during suspend
</pre>
</div>
</content>
</entry>
</feed>
