<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/doc/src, branch OTP_R15B</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>2011-12-12T17:14:34+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2011-12-12T17:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b92ea63417bc6933393a3c285faf393b3d287ac2'/>
<id>b92ea63417bc6933393a3c285faf393b3d287ac2</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 years</title>
<updated>2011-12-09T15:22:23+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2011-12-09T15:22:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=984f4e1c21f2c9f4a03024d36afd393515276a65'/>
<id>984f4e1c21f2c9f4a03024d36afd393515276a65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in io_protocol.xml</title>
<updated>2011-12-05T16:29:09+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2011-09-25T16:09:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=682e602bd9776835c28cff8858e0f00670f2de78'/>
<id>682e602bd9776835c28cff8858e0f00670f2de78</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/stdlib/dialyzer-supervisor/OTP-9741'</title>
<updated>2011-11-30T10:37:56+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-11-30T10:37:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=81f08713ff0ea3e49c2432e489a74f49ab6ebc42'/>
<id>81f08713ff0ea3e49c2432e489a74f49ab6ebc42</id>
<content type='text'>
* siri/stdlib/dialyzer-supervisor/OTP-9741:
  Add test for upgrade of supervisor
  Fix dialyzer warnings in supervisor
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/stdlib/dialyzer-supervisor/OTP-9741:
  Add test for upgrade of supervisor
  Fix dialyzer warnings in supervisor
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/stdlib/dialyzer-log_mf_h/OTP-9754'</title>
<updated>2011-11-30T09:39:22+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-11-30T09:39:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=598001378c7328fff3fa7b08cec1741b3b536226'/>
<id>598001378c7328fff3fa7b08cec1741b3b536226</id>
<content type='text'>
* siri/stdlib/dialyzer-log_mf_h/OTP-9754:
  Fix dialyzer warning about gen_event callback init/1 in log_mf_h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/stdlib/dialyzer-log_mf_h/OTP-9754:
  Fix dialyzer warning about gen_event callback init/1 in log_mf_h
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dialyzer warning about gen_event callback init/1 in log_mf_h</title>
<updated>2011-11-30T09:38:01+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-11-29T10:58:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=466b964d3cd5cd599d1f9513f3b1a77156ad6578'/>
<id>466b964d3cd5cd599d1f9513f3b1a77156ad6578</id>
<content type='text'>
The warning is about log_mf_h having a different spec for gen_event
callback init/1 than defined in gen_event.erl. log_mf_h allows return
value {error,Reason}, while gen_even only specifies successful return
values.

This commit add {error,Reason} as a valid return value to the
gen_event callback, since this is handled by the code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The warning is about log_mf_h having a different spec for gen_event
callback init/1 than defined in gen_event.erl. log_mf_h allows return
value {error,Reason}, while gen_even only specifies successful return
values.

This commit add {error,Reason} as a valid return value to the
gen_event callback, since this is handled by the code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix dialyzer warnings in supervisor</title>
<updated>2011-11-29T16:04:41+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2011-11-29T14:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=038b9dd3a1f9bdd86cbb83bf3484ab1529d4fca2'/>
<id>038b9dd3a1f9bdd86cbb83bf3484ab1529d4fca2</id>
<content type='text'>
Dialyzer complained over a mismatch between the callback spec of
Mod:code_change in gen_server and the spec of supervisor:code_change
(which is the implementation of a gen_server Mod:code_change).

This commit changes the callback spec to allow {error,Reason} as
return value. Also, release_handler is updated to handle this return
value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dialyzer complained over a mismatch between the callback spec of
Mod:code_change in gen_server and the spec of supervisor:code_change
(which is the implementation of a gen_server Mod:code_change).

This commit changes the callback spec to allow {error,Reason} as
return value. Also, release_handler is updated to handle this return
value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bjorn/compiler/options/OTP-9752'</title>
<updated>2011-11-28T14:05:23+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-11-28T14:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aa6824a16ba83c35ad35f9dde40c5a198c7002a2'/>
<id>aa6824a16ba83c35ad35f9dde40c5a198c7002a2</id>
<content type='text'>
* bjorn/compiler/options/OTP-9752:
  filename documentation: Recommend against using filename:find_src/1,2
  Teach filename:find_src/1,2 to handle slim or stripped BEAM files
  filename: Eliminate failing call to Mod:module_info(source_file)
  filename.erl:filter_options/1: Remove handling of dead options
  compiler: Don't include {cwd,_} in module_info(compile)
  compiler: Don't include source code options in module_info(compile)
  hipe: Teach hipe to handle slim or stripped BEAM files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bjorn/compiler/options/OTP-9752:
  filename documentation: Recommend against using filename:find_src/1,2
  Teach filename:find_src/1,2 to handle slim or stripped BEAM files
  filename: Eliminate failing call to Mod:module_info(source_file)
  filename.erl:filter_options/1: Remove handling of dead options
  compiler: Don't include {cwd,_} in module_info(compile)
  compiler: Don't include source code options in module_info(compile)
  hipe: Teach hipe to handle slim or stripped BEAM files
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix typo in unicode_usage.xml</title>
<updated>2011-11-28T13:42:38+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2011-11-22T10:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aef954289c850f69fee007fe978a627f8fae57e8'/>
<id>aef954289c850f69fee007fe978a627f8fae57e8</id>
<content type='text'>
Reported by Uwe Dauernheim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by Uwe Dauernheim.
</pre>
</div>
</content>
</entry>
<entry>
<title>filename documentation: Recommend against using filename:find_src/1,2</title>
<updated>2011-11-24T14:46:16+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2011-11-11T15:57:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9ac7e19e35b02c02e15abd3abc4e7b5c8b62752d'/>
<id>9ac7e19e35b02c02e15abd3abc4e7b5c8b62752d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
