<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib, branch OTP_R16B</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>2013-02-25T18:23:54+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2013-02-25T18:23:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05f11890bdfec4bfc3a78e191a87e70a937ffc54'/>
<id>05f11890bdfec4bfc3a78e191a87e70a937ffc54</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 'kostis/hipe-icode-range-bug'</title>
<updated>2013-02-25T18:20:51+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2013-02-25T18:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=29bfbfdde67e7a0d182aa791317e1d80fe8d0d5d'/>
<id>29bfbfdde67e7a0d182aa791317e1d80fe8d0d5d</id>
<content type='text'>
* kostis/hipe-icode-range-bug:
  Fix bug related to the handling of is_number/1 by the range analysis
  Clean up and homogenize text messages for options

OTP-10897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* kostis/hipe-icode-range-bug:
  Fix bug related to the handling of is_number/1 by the range analysis
  Clean up and homogenize text messages for options

OTP-10897
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to work with new default windows max ports</title>
<updated>2013-02-25T16:12:26+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2013-02-25T16:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c717fc6e0d660cb39f09dc079643991559168d40'/>
<id>c717fc6e0d660cb39f09dc079643991559168d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug related to the handling of is_number/1 by the range analysis</title>
<updated>2013-02-25T15:56:58+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2013-02-25T15:56:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6907ed77452dcf409e0e3540cf7bd876e87b54b9'/>
<id>6907ed77452dcf409e0e3540cf7bd876e87b54b9</id>
<content type='text'>
The following module produced erroneous results when compiled with HiPE:

-module(a).
-export([foo/1]).

foo(X) when is_number(X) -&gt;
    is_integer(X).

Running:

  1&gt; c(a).
  2&gt; a:foo(0).
  true
  3&gt; hipe:c(a).
  4&gt; a:foo(0).
  false      % *** WRONG ***

The problem was that the 'number' case for the `hipe_icode:type_test/1`
was going to the default case where the argument was determined as being
something other than an integer. Thanks to Sebastian Egner and Johannes
Weißl for bringing the bug into attention. Fixed on the day it was reported.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following module produced erroneous results when compiled with HiPE:

-module(a).
-export([foo/1]).

foo(X) when is_number(X) -&gt;
    is_integer(X).

Running:

  1&gt; c(a).
  2&gt; a:foo(0).
  true
  3&gt; hipe:c(a).
  4&gt; a:foo(0).
  false      % *** WRONG ***

The problem was that the 'number' case for the `hipe_icode:type_test/1`
was going to the default case where the argument was determined as being
something other than an integer. Thanks to Sebastian Egner and Johannes
Weißl for bringing the bug into attention. Fixed on the day it was reported.
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean up and homogenize text messages for options</title>
<updated>2013-02-25T15:56:30+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2013-02-25T15:56:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6176e8accbb37f376070b92cdc70e9fe2b11f0f9'/>
<id>6176e8accbb37f376070b92cdc70e9fe2b11f0f9</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 'anders/diameter/SoC/OTP-10688'</title>
<updated>2013-02-23T10:01:46+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-02-23T10:01:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=df465d70c5e7833a393fea02eabf477bbe6c542b'/>
<id>df465d70c5e7833a393fea02eabf477bbe6c542b</id>
<content type='text'>
* anders/diameter/SoC/OTP-10688:
  Add RFC 6733 commentary to SoC chapter
  Add RFC 6737 Capabilities Update dictionary
  Remove cruft from doc Makefile
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* anders/diameter/SoC/OTP-10688:
  Add RFC 6733 commentary to SoC chapter
  Add RFC 6737 Capabilities Update dictionary
  Remove cruft from doc Makefile
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RFC 6733 commentary to SoC chapter</title>
<updated>2013-02-22T17:07:48+00:00</updated>
<author>
<name>Anders Svensson</name>
<email>anders@erlang.org</email>
</author>
<published>2013-02-19T14:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=acb318e1d702d6ea9ca79257abd09473c091fc9f'/>
<id>acb318e1d702d6ea9ca79257abd09473c091fc9f</id>
<content type='text'>
The commentary is not yet complete. It currently stops at chapter 4 of
the RFC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The commentary is not yet complete. It currently stops at chapter 4 of
the RFC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2013-02-22T16:54:39+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-02-22T16:54:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=acc8e607aaeedcfb4cf9b6d2e0953a6a12b5b94a'/>
<id>acc8e607aaeedcfb4cf9b6d2e0953a6a12b5b94a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: Remove old_httpc_SUITE, no longer used</title>
<updated>2013-02-22T15:21:45+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-02-22T15:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c8651ed773be1b8b222338c50f680a3164ce517c'/>
<id>c8651ed773be1b8b222338c50f680a3164ce517c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct text according to document reviews</title>
<updated>2013-02-22T14:56:46+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2013-02-21T17:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8d0de294eb7ff5d17d3e71101f273bbcae3737b8'/>
<id>8d0de294eb7ff5d17d3e71101f273bbcae3737b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
