<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/src, branch OTP-20.1.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update runtime deps to depend on new stdlib functionality</title>
<updated>2017-09-19T10:54:58+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-09-19T10:54:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5bc277e16e359072bba4c872de31ea486d77e042'/>
<id>5bc277e16e359072bba4c872de31ea486d77e042</id>
<content type='text'>
~tw and new string functions are new since OTP-20 (stdlib-3.4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
~tw and new string functions are new since OTP-20 (stdlib-3.4)
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Don't call other modules from simple error logger</title>
<updated>2017-09-14T14:35:27+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-09-14T14:35:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2b68cd320d28f6bf9b41bb8d52d34cef15e4baf2'/>
<id>2b68cd320d28f6bf9b41bb8d52d34cef15e4baf2</id>
<content type='text'>
error_logger implements a simple handler which is used when no other
handler is active. This handler is used during system startup, when
there is no guarantee that all modules are loaded and must therefore
not use any other modules for the formatting.

Commit 41b856a2cb270ef807beaa84afe1bb890de5f237 introduced a call to
io_lib:printable_list/1, which is now removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
error_logger implements a simple handler which is used when no other
handler is active. This handler is used during system startup, when
there is no guarantee that all modules are loaded and must therefore
not use any other modules for the formatting.

Commit 41b856a2cb270ef807beaa84afe1bb890de5f237 introduced a call to
io_lib:printable_list/1, which is now removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: update simple error logger to print Unicode strings</title>
<updated>2017-09-05T09:29:38+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-08-24T10:18:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=41b856a2cb270ef807beaa84afe1bb890de5f237'/>
<id>41b856a2cb270ef807beaa84afe1bb890de5f237</id>
<content type='text'>
If printable range is set to 'unicode', the simple error logger will now
recognize code points &gt; 255 and print lists containing these as strings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If printable range is set to 'unicode', the simple error logger will now
recognize code points &gt; 255 and print lists containing these as strings.
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Improve handling of Unicode</title>
<updated>2017-09-05T09:02:26+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-07-06T10:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d88c1c73f733f57e1a176639186bd5d99d585a12'/>
<id>d88c1c73f733f57e1a176639186bd5d99d585a12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always reply to sync requests</title>
<updated>2017-08-28T15:12:08+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-08-28T15:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fb2bd4fad031d87984cfa1715ce28be384478a15'/>
<id>fb2bd4fad031d87984cfa1715ce28be384478a15</id>
<content type='text'>
Otherwise processes doing io could get stuck.
See ERL-472.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise processes doing io could get stuck.
See ERL-472.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint-20' into maint</title>
<updated>2017-07-27T07:10:16+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2017-07-27T07:10:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2f49a6bdc5bc9207162bff837b3f642cdd089722'/>
<id>2f49a6bdc5bc9207162bff837b3f642cdd089722</id>
<content type='text'>
* maint-20:
  Updated OTP version
  Update release notes
  Update version numbers
  Fix doc for the 'quiet' option; it defaults to false
  asn1: Fix missing quotes of external encoding call
  Add a dedicated close function for TCP ports to prevent issues like ERL-430/448
  Close TCP ports properly on send timeout
  erts: Add missing release note
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint-20:
  Updated OTP version
  Update release notes
  Update version numbers
  Fix doc for the 'quiet' option; it defaults to false
  asn1: Fix missing quotes of external encoding call
  Add a dedicated close function for TCP ports to prevent issues like ERL-430/448
  Close TCP ports properly on send timeout
  erts: Add missing release note
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'john/kernel/fix-disk-log-docs/OTP-14498' into maint-20</title>
<updated>2017-07-26T09:46:16+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-07-26T09:46:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=97a44e9d08c3499faac934269626936842872176'/>
<id>97a44e9d08c3499faac934269626936842872176</id>
<content type='text'>
* john/kernel/fix-disk-log-docs/OTP-14498:
  Fix doc for the 'quiet' option; it defaults to false
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/kernel/fix-disk-log-docs/OTP-14498:
  Fix doc for the 'quiet' option; it defaults to false
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix doc for the 'quiet' option; it defaults to false</title>
<updated>2017-07-26T09:41:41+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2017-07-06T08:04:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=36b356d8333d50efa3655d83b7473262340dbabd'/>
<id>36b356d8333d50efa3655d83b7473262340dbabd</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 'raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454' into maint</title>
<updated>2017-07-21T07:33:15+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-07-21T07:33:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b7b813998b13af831289687a3c7c324b6c42460c'/>
<id>b7b813998b13af831289687a3c7c324b6c42460c</id>
<content type='text'>
* raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454:
  Improve spec and doc for inet:get_rc/0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/kernel/fix-spec-for-inet-get_rc-0/ERL-454:
  Improve spec and doc for inet:get_rc/0
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve spec and doc for inet:get_rc/0</title>
<updated>2017-07-20T14:08:23+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-07-20T14:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b3a617b7398603c047204fb17198657a626a0f90'/>
<id>b3a617b7398603c047204fb17198657a626a0f90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
