<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-18.0</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</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 'nybek/fix_supervisor_get_childspec'</title>
<updated>2015-06-16T14:24:09+00:00</updated>
<author>
<name>Zandra Hird</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-06-16T14:24:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=81bae7de082c6fbe3fecc5ab562560c5c55f66b6'/>
<id>81bae7de082c6fbe3fecc5ab562560c5c55f66b6</id>
<content type='text'>
* nybek/fix_supervisor_get_childspec:
  Fix supervisor:get_childspec/2 for simple_one_for_one

OTP-12841
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nybek/fix_supervisor_get_childspec:
  Fix supervisor:get_childspec/2 for simple_one_for_one

OTP-12841
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverk/ets-file2tab-preserve-opts/OTP-12814'</title>
<updated>2015-06-15T12:25:31+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2015-06-15T12:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b130093994e7bfe45c92579af3068558e45a6c30'/>
<id>b130093994e7bfe45c92579af3068558e45a6c30</id>
<content type='text'>
* sverk/ets-file2tab-preserve-opts/OTP-12814:
  stdlib: Make ets:file2tab preserve read/write_concurrency
  stdlib: Fix ets_SUITE:tabfile_ext4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverk/ets-file2tab-preserve-opts/OTP-12814:
  stdlib: Make ets:file2tab preserve read/write_concurrency
  stdlib: Fix ets_SUITE:tabfile_ext4
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Make ets:file2tab preserve read/write_concurrency</title>
<updated>2015-06-15T09:47:54+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2015-06-15T09:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=71a78935f6c343cf07a623f1ea2b5457e37e9176'/>
<id>71a78935f6c343cf07a623f1ea2b5457e37e9176</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Introduce precedence for operators in types</title>
<updated>2015-06-12T08:42:19+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-05-20T10:45:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ca1c1f8d1a4fe4f7b19b9959c48bd64915215f24'/>
<id>ca1c1f8d1a4fe4f7b19b9959c48bd64915215f24</id>
<content type='text'>
Add new functions erl_parse:type_inop_prec() and
erl_parse:type_preop_prec().

Get rid of paren_type used for parentheses in types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new functions erl_parse:type_inop_prec() and
erl_parse:type_preop_prec().

Get rid of paren_type used for parentheses in types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rickard/timer-improvement/OTP-12650'</title>
<updated>2015-06-10T16:07:33+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2015-06-10T16:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c8825f09f5df654ab89d417af827bfaa7f185066'/>
<id>c8825f09f5df654ab89d417af827bfaa7f185066</id>
<content type='text'>
* rickard/timer-improvement/OTP-12650:
  Callback timer
  Disable accessor timer option
  Aux work flag descriptions
  Fix test cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/timer-improvement/OTP-12650:
  Callback timer
  Disable accessor timer option
  Aux work flag descriptions
  Fix test cases
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix supervisor:get_childspec/2 for simple_one_for_one</title>
<updated>2015-06-09T17:57:40+00:00</updated>
<author>
<name>Rory Byrne</name>
<email>rory@nybek.com</email>
</author>
<published>2015-05-28T14:48:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b74a978af2253773a2d74876d4f4abccde25a673'/>
<id>b74a978af2253773a2d74876d4f4abccde25a673</id>
<content type='text'>
A bug in supervisor:get_childspec/2 results in
{error, simple_one_for_one} being returned on every call when the
supervisor strategy is simple_one_for_one.

This commit includes a small refactoring which brings together the
two 'start_child' clauses to make the code easier to follow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug in supervisor:get_childspec/2 results in
{error, simple_one_for_one} being returned on every call when the
supervisor strategy is simple_one_for_one.

This commit includes a small refactoring which brings together the
two 'start_child' clauses to make the code easier to follow.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test cases</title>
<updated>2015-06-09T17:35:48+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2015-06-02T17:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f71ce89e2ca069b8526f27aee333deea9209a8b6'/>
<id>f71ce89e2ca069b8526f27aee333deea9209a8b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix ets_SUITE:tabfile_ext4</title>
<updated>2015-06-08T16:43:13+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2015-06-08T16:43:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2426e3deac1527c537cf1d36c5cd52ed6889e740'/>
<id>2426e3deac1527c537cf1d36c5cd52ed6889e740</id>
<content type='text'>
for hosts with long names.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for hosts with long names.
</pre>
</div>
</content>
</entry>
<entry>
<title>Break out assert macros from eunit to stdlib assert.hrl</title>
<updated>2015-06-03T14:52:26+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2012-05-19T20:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c574bd33c39d91c487c3fcd819226ecfc46c13c8'/>
<id>c574bd33c39d91c487c3fcd819226ecfc46c13c8</id>
<content type='text'>
Several people have requested that the assert macros in EUnit should be
moved out to a separate header file. This patch puts them in
stdlib/include/assert.hrl, which gets included by the eunit.hrl file.
Thus, nothing changes for eunit users, but the asserts can now also be
included separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Several people have requested that the assert macros in EUnit should be
moved out to a separate header file. This patch puts them in
stdlib/include/assert.hrl, which gets included by the eunit.hrl file.
Thus, nothing changes for eunit users, but the asserts can now also be
included separately.
</pre>
</div>
</content>
</entry>
</feed>
