<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP-19.2.2</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>2016-12-09T10:45:22+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-09T10:45:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc0427be6d482182ec70f3cd87c73027cfb17ea9'/>
<id>fc0427be6d482182ec70f3cd87c73027cfb17ea9</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>2016-12-07T12:15:31+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2016-12-07T12:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3eddb0f762de248d3230b38bc9d478bfbc8e7331'/>
<id>3eddb0f762de248d3230b38bc9d478bfbc8e7331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Correct types of the abstract format</title>
<updated>2016-11-22T14:42:19+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-11-22T14:42:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05a3edd9edb06848ee3924c3e9b5a76b8a6a0d94'/>
<id>05a3edd9edb06848ee3924c3e9b5a76b8a6a0d94</id>
<content type='text'>
The types in erl_parse.yrl are more in harmony with the description in
The Abstract Format (in ERTS User's Guide).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The types in erl_parse.yrl are more in harmony with the description in
The Abstract Format (in ERTS User's Guide).
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct tar_SUITE:unicode/1</title>
<updated>2016-11-17T14:31:47+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2016-11-17T14:31:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6acf223a1f962da96062bf42a8d5e85446930d99'/>
<id>6acf223a1f962da96062bf42a8d5e85446930d99</id>
<content type='text'>
Make sure that we always test the "+fnu" option on all
systems. It seems that it was not tested in our daily
builds, since they are run non-interactively.

Make sure that we sort the list of names in do_unicode/1.
Otherwise the test would only work in "+fnl" mode because
the list would only contain one element.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure that we always test the "+fnu" option on all
systems. It seems that it was not tested in our daily
builds, since they are run non-interactively.

Make sure that we sort the list of names in do_unicode/1.
Otherwise the test would only work in "+fnl" mode because
the list would only contain one element.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/gen_statem-improvements/OTP-13929' into maint</title>
<updated>2016-11-08T14:55:06+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2016-11-08T14:55:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=251012d820ab75833c6dd787b2450a94e1bb5aa2'/>
<id>251012d820ab75833c6dd787b2450a94e1bb5aa2</id>
<content type='text'>
* raimo/gen_statem-improvements/OTP-13929:
  Log terminate to sys debug
  Optimize event timeout
  Rework timeout handling
  Clarify the chapter 'Postponing Events' (ERL-284)
  Fix doc and type for state enter calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/gen_statem-improvements/OTP-13929:
  Log terminate to sys debug
  Optimize event timeout
  Rework timeout handling
  Clarify the chapter 'Postponing Events' (ERL-284)
  Fix doc and type for state enter calls
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo on doc of maps</title>
<updated>2016-11-08T04:53:19+00:00</updated>
<author>
<name>Jxck</name>
<email>block.rxckin.beats@gmail.com</email>
</author>
<published>2016-11-08T04:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=57746f0707be4fb3e9cde3337015ee555a6a8a99'/>
<id>57746f0707be4fb3e9cde3337015ee555a6a8a99</id>
<content type='text'>
typo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
typo</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Increase timeouts in ets_SUITE</title>
<updated>2016-11-04T11:25:30+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-11-03T10:42:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5d19d638d164f39e6d060ab834fc30cb42252876'/>
<id>5d19d638d164f39e6d060ab834fc30cb42252876</id>
<content type='text'>
* valgrind needs lots of time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* valgrind needs lots of time
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Increase timeouts in rand_SUITE</title>
<updated>2016-11-04T11:25:30+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-11-03T10:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d615fc221060a58c403195bb336eff75b2f85065'/>
<id>d615fc221060a58c403195bb336eff75b2f85065</id>
<content type='text'>
* valgrind needs lots of time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* valgrind needs lots of time
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Increase timeouts in base64_SUITE</title>
<updated>2016-11-04T11:25:30+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2016-11-03T10:11:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0cc5a4bace369ee6ff0b6ecac6b7e23465e8d386'/>
<id>0cc5a4bace369ee6ff0b6ecac6b7e23465e8d386</id>
<content type='text'>
* valgrind needs lots of time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* valgrind needs lots of time
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Correct shell_default(3)</title>
<updated>2016-10-26T10:22:46+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-10-26T10:22:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9d3a274fd55e5ab4e947b61ee83f83bfc0623eab'/>
<id>9d3a274fd55e5ab4e947b61ee83f83bfc0623eab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
