<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP-21.3.8.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>2019-06-03T09:34:58+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-06-03T09:34:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=66b955a11f808d85437cc790909718cad5941c31'/>
<id>66b955a11f808d85437cc790909718cad5941c31</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/seq-trace-label-old-heap-bug/ERL-700/OTP-15849/OTP-15858/OTP-15859' into maint-21</title>
<updated>2019-06-03T09:34:53+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-06-03T09:34:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=69e8891b678d843aaedf14212d40cc7cb9d2807b'/>
<id>69e8891b678d843aaedf14212d40cc7cb9d2807b</id>
<content type='text'>
* sverker/seq-trace-label-old-heap-bug/ERL-700/OTP-15849/OTP-15858/OTP-15859:
  erts: Fix faulty spec for seq_trace:set_token/2
  erts: Fix seq_trace:print/2 for arbitrary labels
  erts: Fix bug in seq_trace:set_token(label,_)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/seq-trace-label-old-heap-bug/ERL-700/OTP-15849/OTP-15858/OTP-15859:
  erts: Fix faulty spec for seq_trace:set_token/2
  erts: Fix seq_trace:print/2 for arbitrary labels
  erts: Fix bug in seq_trace:set_token(label,_)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/stdlib/chars_limit_bug/OTP-15847/ERL-957' into maint-21</title>
<updated>2019-06-03T09:34:52+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-06-03T09:34:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d53b5fe6fec0e01f5c807256680710c45159e2d2'/>
<id>d53b5fe6fec0e01f5c807256680710c45159e2d2</id>
<content type='text'>
* hasse/stdlib/chars_limit_bug/OTP-15847/ERL-957:
  stdlib: Fix a bug concerning io_lib option 'chars_limit'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/stdlib/chars_limit_bug/OTP-15847/ERL-957:
  stdlib: Fix a bug concerning io_lib option 'chars_limit'
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix a bug concerning io_lib option 'chars_limit'</title>
<updated>2019-05-29T11:13:28+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-05-28T07:38:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8bdcb96c3c33afd7f85fc2953970b6709f04a74a'/>
<id>8bdcb96c3c33afd7f85fc2953970b6709f04a74a</id>
<content type='text'>
See also https://bugs.erlang.org/browse/ERL-957.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also https://bugs.erlang.org/browse/ERL-957.
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix faulty spec for seq_trace:set_token/2</title>
<updated>2019-05-28T15:34:52+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-05-28T13:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=17cf40f734346f67b4d0b708974768f81bc83d2b'/>
<id>17cf40f734346f67b4d0b708974768f81bc83d2b</id>
<content type='text'>
Returns plain OldVal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Returns plain OldVal.
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix seq_trace:print/2 for arbitrary labels</title>
<updated>2019-05-28T15:34:52+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-05-27T18:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=240acb9617f54761c820bb9a296a2e0256ed83a9'/>
<id>240acb9617f54761c820bb9a296a2e0256ed83a9</id>
<content type='text'>
Would raise badarg if Label was not atom or small integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Would raise badarg if Label was not atom or small integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix bug in seq_trace:set_token(label,_)</title>
<updated>2019-05-28T15:34:52+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-05-27T18:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b306c8a0755aca9de55fee2b02e38d17b696dfd'/>
<id>1b306c8a0755aca9de55fee2b02e38d17b696dfd</id>
<content type='text'>
If internal seq-trace tuple is on old heap
an incorrect ref from old to new heap was made.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If internal seq-trace tuple is on old heap
an incorrect ref from old to new heap was made.
</pre>
</div>
</content>
</entry>
<entry>
<title>Export named_curve/0</title>
<updated>2019-05-28T13:47:42+00:00</updated>
<author>
<name>juhlig</name>
<email>j.uhlig@mailingwork.de</email>
</author>
<published>2019-05-27T12:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a04228cc4ebe53af4e676cc6a7642e3a1025cc3f'/>
<id>a04228cc4ebe53af4e676cc6a7642e3a1025cc3f</id>
<content type='text'>
The types named_curve/0 consist of many
options and may also change with time. Since they are not
exported, users must either repeat and maintain their specs,
or use a general type like any() if they want to refer
to them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The types named_curve/0 consist of many
options and may also change with time. Since they are not
exported, users must either repeat and maintain their specs,
or use a general type like any() if they want to refer
to them.
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Export type that user may want to use</title>
<updated>2019-05-28T13:25:59+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-05-28T13:25:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=03242e5c72e0a53be079daad8b8905fd3d51b227'/>
<id>03242e5c72e0a53be079daad8b8905fd3d51b227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ssl: Returned "alert error string" should be same as logged alert string</title>
<updated>2019-05-28T07:35:42+00:00</updated>
<author>
<name>Ingela Anderton Andin</name>
<email>ingela@erlang.org</email>
</author>
<published>2019-05-27T14:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5c0c3fb5d18df647dee942b2797de87f094a1ac3'/>
<id>5c0c3fb5d18df647dee942b2797de87f094a1ac3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
