<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib, branch OTP-17.3.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Do not test appup of core apps for upgrade from current vsn</title>
<updated>2014-09-25T08:05:50+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2014-09-25T08:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=201b95c1fe992be2c7fdb6759a7e490105fdf510'/>
<id>201b95c1fe992be2c7fdb6759a7e490105fdf510</id>
<content type='text'>
The appup tests for kernel, stdlib and sasl tests that the appup file
allows upgrade from the previous and current major release to the
current release. If, in the current release, the application version
was not changed compared to the previous release, then we would still
test that the appup supported the upgrade (i.e. from current release
to current release). This is now changed, in order to avoid test
failures on patch releases where kernel, stdlib and sasl are not
changed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The appup tests for kernel, stdlib and sasl tests that the appup file
allows upgrade from the previous and current major release to the
current release. If, in the current release, the application version
was not changed compared to the previous release, then we would still
test that the appup supported the upgrade (i.e. from current release
to current release). This is now changed, in order to avoid test
failures on patch releases where kernel, stdlib and sasl are not
changed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes</title>
<updated>2014-09-15T10:02:14+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:02:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=950d808c97a4c5b579f4f1cc16b95f2d419d3505'/>
<id>950d808c97a4c5b579f4f1cc16b95f2d419d3505</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>2014-09-15T10:00:20+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-09-15T10:00:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2191e216a95d3cb41edd7ad2069e3b2d88b907e7'/>
<id>2191e216a95d3cb41edd7ad2069e3b2d88b907e7</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 'egil/maps-with-doc-tests/OTP-12137' into maint</title>
<updated>2014-09-04T12:40:44+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-09-04T12:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de618b04eb78702cff7c08f984d6779b8ef06895'/>
<id>de618b04eb78702cff7c08f984d6779b8ef06895</id>
<content type='text'>
* egil/maps-with-doc-tests/OTP-12137:
  stdlib: Test maps:with/2
  stdlib: Document maps:with/2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/maps-with-doc-tests/OTP-12137:
  stdlib: Test maps:with/2
  stdlib: Document maps:with/2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'nox/erl_scan-fix-column-tracking' into maint</title>
<updated>2014-09-01T10:07:11+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-09-01T10:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=974ad849638c922aa291c74566636b996d2cf9d7'/>
<id>974ad849638c922aa291c74566636b996d2cf9d7</id>
<content type='text'>
* nox/erl_scan-fix-column-tracking:
  Properly track column numbers in erl_scan
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* nox/erl_scan-fix-column-tracking:
  Properly track column numbers in erl_scan
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dgud/stdlib/format_status_terminate/OTP-11967' into maint</title>
<updated>2014-08-28T14:02:09+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2014-08-28T14:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e71d52daa322f7a1f8992c0775183fce9b7309ba'/>
<id>e71d52daa322f7a1f8992c0775183fce9b7309ba</id>
<content type='text'>
* dgud/stdlib/format_status_terminate/OTP-11967:
  stdlib: Call format_status even if terminate callback crashes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/stdlib/format_status_terminate/OTP-11967:
  stdlib: Call format_status even if terminate callback crashes
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Test maps:with/2</title>
<updated>2014-08-26T15:23:09+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-08-26T15:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=127f3e2594d96089aeb51c5652173acf5e3fe6fd'/>
<id>127f3e2594d96089aeb51c5652173acf5e3fe6fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Document maps:with/2</title>
<updated>2014-08-26T15:22:18+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-08-26T15:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8c9352bfad6864a0c00e72500d67492c072f4372'/>
<id>8c9352bfad6864a0c00e72500d67492c072f4372</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 'kittee/maps_only' into maint</title>
<updated>2014-08-26T14:22:59+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-08-26T14:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3703b8964991fee50ea36f71fba115c6abc10e0b'/>
<id>3703b8964991fee50ea36f71fba115c6abc10e0b</id>
<content type='text'>
* kittee/maps_only:
  maps:only/2 -&gt; maps:with/2
  add maps:only/2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* kittee/maps_only:
  maps:only/2 -&gt; maps:with/2
  add maps:only/2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/proc_lib-optimizations/OTP-12060' into maint</title>
<updated>2014-08-21T14:32:52+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-08-21T14:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ed5a0b9cdf6a7e87cec1a50c6e9adb29698ce8d9'/>
<id>ed5a0b9cdf6a7e87cec1a50c6e9adb29698ce8d9</id>
<content type='text'>
* egil/proc_lib-optimizations/OTP-12060:
  stdlib: Update dependencies to erts-6.2
  erts: Update preloaded erlang.beam
  stdlib: Use erlang:fun_info_mfa/1 in proc_lib:init_p/3
  erts: Test erlang:fun_info_mfa/1
  erts: Introduce erlang:fun_info_mfa/1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/proc_lib-optimizations/OTP-12060:
  stdlib: Update dependencies to erts-6.2
  erts: Update preloaded erlang.beam
  stdlib: Use erlang:fun_info_mfa/1 in proc_lib:init_p/3
  erts: Test erlang:fun_info_mfa/1
  erts: Introduce erlang:fun_info_mfa/1
</pre>
</div>
</content>
</entry>
</feed>
