<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP-20.0.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Update release notes</title>
<updated>2017-06-30T13:21:21+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-30T13:21:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4597a6882a13bd3cd8e6194b30a140093b667606'/>
<id>4597a6882a13bd3cd8e6194b30a140093b667606</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version numbers</title>
<updated>2017-06-30T13:20:52+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-30T13:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a5a90cce1a19203ff6c1dd82fd568c0607989c99'/>
<id>a5a90cce1a19203ff6c1dd82fd568c0607989c99</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 'siri/make/default-outdir/ERL-438/OTP-14489' into maint-20</title>
<updated>2017-06-30T13:20:48+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-30T13:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=921c88d10ef1e92d30d71aea38af07d63a5c2611'/>
<id>921c88d10ef1e92d30d71aea38af07d63a5c2611</id>
<content type='text'>
* siri/make/default-outdir/ERL-438/OTP-14489:
  [ct_make] Do not use the interactive tool 'c' from ct_make
  Use current dir as default outdir for c:c/1,2
  [make] Do not use the interactive tool 'c' from make
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/make/default-outdir/ERL-438/OTP-14489:
  [ct_make] Do not use the interactive tool 'c' from ct_make
  Use current dir as default outdir for c:c/1,2
  [make] Do not use the interactive tool 'c' from make
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/stdlib/string-len-compat/OTP-14487' into maint-20</title>
<updated>2017-06-30T13:20:47+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-30T13:20:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c73d8d9feb9b0ebc988bd44ed340988df12c53b2'/>
<id>c73d8d9feb9b0ebc988bd44ed340988df12c53b2</id>
<content type='text'>
* dgud/stdlib/string-len-compat/OTP-14487:
  Fix old length usage in string
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/stdlib/string-len-compat/OTP-14487:
  Fix old length usage in string
</pre>
</div>
</content>
</entry>
<entry>
<title>Use current dir as default outdir for c:c/1,2</title>
<updated>2017-06-29T13:19:51+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-06-28T15:41:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f63d23c1c8d3d49c1c24ee53047b81d433b002a5'/>
<id>f63d23c1c8d3d49c1c24ee53047b81d433b002a5</id>
<content type='text'>
In OTP-20, c:c/1,2 started using the directory of the source file as
default output directory. For backwards compatibility reasons this is
now reversed so the current directory is used instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In OTP-20, c:c/1,2 started using the directory of the source file as
default output directory. For backwards compatibility reasons this is
now reversed so the current directory is used instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix old length usage in string</title>
<updated>2017-06-26T08:34:51+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-06-26T08:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=986b720d85d5cabf4c8f68a5112bdeeb225c147b'/>
<id>986b720d85d5cabf4c8f68a5112bdeeb225c147b</id>
<content type='text'>
Do not invoke the internal string:lenght/1 function
when the list length is wanted.

Fixes backwards compatibility for old string functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not invoke the internal string:lenght/1 function
when the list length is wanted.

Fixes backwards compatibility for old string functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix bug in proc_lib</title>
<updated>2017-06-22T06:50:03+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-06-21T13:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=927cbc203e9339f76f18601cd855cabc6b2c8ebb'/>
<id>927cbc203e9339f76f18601cd855cabc6b2c8ebb</id>
<content type='text'>
Add a few more tests to the proc_lib_SUITE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a few more tests to the proc_lib_SUITE.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support arbitrary crash report in proc_lib.</title>
<updated>2017-06-22T06:49:59+00:00</updated>
<author>
<name>Daniil Fedotov</name>
<email>dfedotov@pivotal.io</email>
</author>
<published>2017-06-16T16:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=112b7d7a1946f6b90b3497ef4c176c6d066571e2'/>
<id>112b7d7a1946f6b90b3497ef4c176c6d066571e2</id>
<content type='text'>
The `error_logger_format_depth` variable is `unlimited` by default.
This can cause errors when logging crash reports using sasl logger,
because `io_lib:format("~P"...` does not support `unlimited` as a
depth parameter.
Use formatter string "~p" for unlimited depth.

A way to reproduce the error:
Start erl with sasl logger:
    erl -boot start_sasl -sasl errlog_type error -sasl sasl_error_logger tty

Report arbitrary error:
    error_logger:error_report(crash_report, [fake_crash_report, foo]).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `error_logger_format_depth` variable is `unlimited` by default.
This can cause errors when logging crash reports using sasl logger,
because `io_lib:format("~P"...` does not support `unlimited` as a
depth parameter.
Use formatter string "~p" for unlimited depth.

A way to reproduce the error:
Start erl with sasl logger:
    erl -boot start_sasl -sasl errlog_type error -sasl sasl_error_logger tty

Report arbitrary error:
    error_logger:error_report(crash_report, [fake_crash_report, foo]).
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2017-06-21T08:53:19+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2017-06-21T08:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5'/>
<id>c18b13d4c8aa31b145703bbbf228fb07d6b2a0a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2017-06-19T09:05:30+00:00</updated>
<author>
<name>Hans Nilsson</name>
<email>hans@erlang.org</email>
</author>
<published>2017-06-19T09:05:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22394371e45bda351acdcc65a8cbe06b09f2d449'/>
<id>22394371e45bda351acdcc65a8cbe06b09f2d449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
