<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP-18.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>Prepare release</title>
<updated>2015-09-21T15:09:23+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-09-21T15:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6738d356a279835222b951fd213ed4cf9897eb7e'/>
<id>6738d356a279835222b951fd213ed4cf9897eb7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update application versions</title>
<updated>2015-09-18T08:57:46+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-09-18T08:48:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f'/>
<id>1d3e719905f29dfa6a87b0f65aa0120b3e6cfe2f</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 'dgud/stdlib/fix-file-error_log-leak' into maint</title>
<updated>2015-09-18T06:29:47+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-09-18T06:29:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b5fc65bb0a959bd96c125ce523c41052bbc0c04d'/>
<id>b5fc65bb0a959bd96c125ce523c41052bbc0c04d</id>
<content type='text'>
* dgud/stdlib/fix-file-error_log-leak:
  stdlib: Fix leaking files after error_logger:logfile(close)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/stdlib/fix-file-error_log-leak:
  stdlib: Fix leaking files after error_logger:logfile(close)
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix leaking files after error_logger:logfile(close)</title>
<updated>2015-09-17T07:40:04+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2015-09-17T07:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad7bb40d88acd0de5bdad9b64f8d8dd5c303fa48'/>
<id>ad7bb40d88acd0de5bdad9b64f8d8dd5c303fa48</id>
<content type='text'>
Introduced when changing state from tuple to record.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduced when changing state from tuple to record.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'leoliu/export-catch_exception' into maint</title>
<updated>2015-09-17T07:22:52+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2015-09-17T07:22:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2f3556934883d7b249a322d3a52db04e78d3a591'/>
<id>2f3556934883d7b249a322d3a52db04e78d3a591</id>
<content type='text'>
* leoliu/export-catch_exception:
  Export shell:catch_exception/1 as documented
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* leoliu/export-catch_exception:
  Export shell:catch_exception/1 as documented
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Update application version</title>
<updated>2015-09-17T07:06:04+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-09-17T07:06:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e791c726e741ec67b6dada44d628151bb3900070'/>
<id>e791c726e741ec67b6dada44d628151bb3900070</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 'bjorn/cuddle-with-tests' into maint</title>
<updated>2015-09-14T13:19:17+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-09-14T13:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7e0e50bafef2b0855eba3f0111e6e141025ebf13'/>
<id>7e0e50bafef2b0855eba3f0111e6e141025ebf13</id>
<content type='text'>
* bjorn/cuddle-with-tests: (23 commits)
  rand_SUITE: Speed up basic_stats/1
  base64_SUITE: Speed up roundtrip/1
  lists_SUITE: Test lists:concat/2
  lists_SUITE: Test lists:split/2
  lists_SUITE: Add a test case for lists:prefix/2
  lists_SUITE: Add hof/1 to test all high-order functions
  lists_SUITE: Add test for lists:takewhile/1
  lists_SUITE: Run test cases in each group in parallel
  lists_SUITE: Test lists:keyreplace/4
  lists_SUITE: Extend flatten/1 test to also test flatlength/1
  lists_SUITE: Correct test of lists:flatten/2
  id_transform_SUITE: Modernize test suite
  io_proto_SUITE: Speed up determination of default shell
  io_proto_SUITE: Refactor up rtnode() and friends
  gen_event_SUITE: Remove unnecessary sleep calls
  proc_lib: Improve coverage for crash/1
  proc_lib_SUITE: Eliminate compiler warnings
  io_SUITE: Add coverage/1 to completely cover io_lib_pretty
  io_SUITE: Extend coverage of code for testing printable chars
  io_SUITE: Speed up test for bad +pc option
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/cuddle-with-tests: (23 commits)
  rand_SUITE: Speed up basic_stats/1
  base64_SUITE: Speed up roundtrip/1
  lists_SUITE: Test lists:concat/2
  lists_SUITE: Test lists:split/2
  lists_SUITE: Add a test case for lists:prefix/2
  lists_SUITE: Add hof/1 to test all high-order functions
  lists_SUITE: Add test for lists:takewhile/1
  lists_SUITE: Run test cases in each group in parallel
  lists_SUITE: Test lists:keyreplace/4
  lists_SUITE: Extend flatten/1 test to also test flatlength/1
  lists_SUITE: Correct test of lists:flatten/2
  id_transform_SUITE: Modernize test suite
  io_proto_SUITE: Speed up determination of default shell
  io_proto_SUITE: Refactor up rtnode() and friends
  gen_event_SUITE: Remove unnecessary sleep calls
  proc_lib: Improve coverage for crash/1
  proc_lib_SUITE: Eliminate compiler warnings
  io_SUITE: Add coverage/1 to completely cover io_lib_pretty
  io_SUITE: Extend coverage of code for testing printable chars
  io_SUITE: Speed up test for bad +pc option
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>rand_SUITE: Speed up basic_stats/1</title>
<updated>2015-09-11T10:24:38+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-09-08T13:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d9117a4ae9e35bd1917272460d0e8a52133046d1'/>
<id>d9117a4ae9e35bd1917272460d0e8a52133046d1</id>
<content type='text'>
Refactor basic_stats/1 into three separate test cases that can be
run in parallel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor basic_stats/1 into three separate test cases that can be
run in parallel.
</pre>
</div>
</content>
</entry>
<entry>
<title>base64_SUITE: Speed up roundtrip/1</title>
<updated>2015-09-11T10:24:37+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-09-08T13:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=78eb4a1ff9cafe394e338abb7297a1199c5eba85'/>
<id>78eb4a1ff9cafe394e338abb7297a1199c5eba85</id>
<content type='text'>
Refactor roundtrip/1 into 4 test cases that can be run in parallel.
Assuming that there are 4 cores available, the group of 4 test
cases will run at roughly one fourth of the time for the original
test case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor roundtrip/1 into 4 test cases that can be run in parallel.
Assuming that there are 4 cores available, the group of 4 test
cases will run at roughly one fourth of the time for the original
test case.
</pre>
</div>
</content>
</entry>
<entry>
<title>lists_SUITE: Test lists:concat/2</title>
<updated>2015-09-11T10:24:37+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2015-09-08T12:21:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c54430d8d47993ccc10651d2049961b4ab122a90'/>
<id>c54430d8d47993ccc10651d2049961b4ab122a90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
