<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git, branch OTP-21.2.6</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>2019-02-15T14:09:51+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-15T14:09:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f30b1052c7097a95faaba272feccc6190682a7f8'/>
<id>f30b1052c7097a95faaba272feccc6190682a7f8</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>2019-02-15T14:09:50+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-15T14:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3d190cd0b5685b4ab847d14e37b18c46ed750081'/>
<id>3d190cd0b5685b4ab847d14e37b18c46ed750081</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 'hasse/stdlib/optimize_pretty_print/ERIERL-306/OTP-15573' into maint-21</title>
<updated>2019-02-15T14:09:47+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-15T14:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=98fbb6be2039af5a4dfa2bd9b78ac5337b89825f'/>
<id>98fbb6be2039af5a4dfa2bd9b78ac5337b89825f</id>
<content type='text'>
* hasse/stdlib/optimize_pretty_print/ERIERL-306/OTP-15573:
  Update primary bootstrap
  stdlib: Optimize formatted printing of terms
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/stdlib/optimize_pretty_print/ERIERL-306/OTP-15573:
  Update primary bootstrap
  stdlib: Optimize formatted printing of terms
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/erts/gen_tcp-listen-linger-slow/ERIERL-303/OTP-14728' into maint-21</title>
<updated>2019-02-15T14:09:46+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-15T14:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1fde40655c4b10f0b1c550c96f6eb9c2de20afba'/>
<id>1fde40655c4b10f0b1c550c96f6eb9c2de20afba</id>
<content type='text'>
* raimo/erts/gen_tcp-listen-linger-slow/ERIERL-303/OTP-14728:
  Check empty_out_q at close also for linger
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/erts/gen_tcp-listen-linger-slow/ERIERL-303/OTP-14728:
  Check empty_out_q at close also for linger
</pre>
</div>
</content>
</entry>
<entry>
<title>Update primary bootstrap</title>
<updated>2019-02-15T14:08:10+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-02-15T14:08:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=54cea392023ac207fbf03efb82c1abcfb468cf8b'/>
<id>54cea392023ac207fbf03efb82c1abcfb468cf8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Optimize formatted printing of terms</title>
<updated>2019-02-14T12:00:15+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2019-02-12T13:51:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a1c5ccd3b5df9bcf7d6388937bb4bdc4767e4a4b'/>
<id>a1c5ccd3b5df9bcf7d6388937bb4bdc4767e4a4b</id>
<content type='text'>
Try calling iolist_size() before calling string:length().

The reason is that calls to string:length/1 are slow when the argument
is not a list of integers (or contains UNICODE).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Try calling iolist_size() before calling string:length().

The reason is that calls to string:length/1 are slow when the argument
is not a list of integers (or contains UNICODE).
</pre>
</div>
</content>
</entry>
<entry>
<title>Check empty_out_q at close also for linger</title>
<updated>2019-02-11T13:57:45+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2019-02-11T13:49:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e23b1ad7f296ae18cae143cdafcdaff044cee9f3'/>
<id>e23b1ad7f296ae18cae143cdafcdaff044cee9f3</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>2019-02-01T10:39:27+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-01T10:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=934f9974eb6bec43cd9445ec0f5019a4d1389428'/>
<id>934f9974eb6bec43cd9445ec0f5019a4d1389428</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>2019-02-01T10:39:25+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-01T10:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=495f3c7aaff1b3985c896aef7f90b23dcf05382c'/>
<id>495f3c7aaff1b3985c896aef7f90b23dcf05382c</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 'peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554' into maint-21</title>
<updated>2019-02-01T10:39:23+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2019-02-01T10:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=77704af9ca36204235cee7cfdb89b0643a5693db'/>
<id>77704af9ca36204235cee7cfdb89b0643a5693db</id>
<content type='text'>
* peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554:
  inets: Ignore bracket option in format_address
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* peterdmv/inets/fix-http-client/ERIERL-289/OTP-15554:
  inets: Ignore bracket option in format_address
</pre>
</div>
</content>
</entry>
</feed>
