<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/debugger/test, branch OTP_R16B03</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Remove ^L characters hidden randomly in the code. Not those used in text files as delimiters.</title>
<updated>2013-09-12T13:09:35+00:00</updated>
<author>
<name>Pierre Fenoll</name>
<email>pierrefenoll@gmail.com</email>
</author>
<published>2013-09-10T14:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=21095e6830f37676dd29c33a590851ba2c76499b'/>
<id>21095e6830f37676dd29c33a590851ba2c76499b</id>
<content type='text'>
While working on a tool that processes Erlang code and testing it against this repo,
I found out about those little sneaky 0xff. I thought it may be of help to other
people build such tools to remove non-conforming-to-standard characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While working on a tool that processes Erlang code and testing it against this repo,
I found out about those little sneaky 0xff. I thought it may be of help to other
people build such tools to remove non-conforming-to-standard characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix binary construction on floating point middle-endian machines</title>
<updated>2013-06-14T13:25:12+00:00</updated>
<author>
<name>Johannes Weißl</name>
<email>jargon@molb.org</email>
</author>
<published>2013-06-14T13:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9e45648698862905561baa533831afd4dd23a02a'/>
<id>9e45648698862905561baa533831afd4dd23a02a</id>
<content type='text'>
This complements 933e701 (OTP-10209). Without this patch the test cases
"in_guard/1" and "coerce_to_float/1" in bs_construct_SUITE fail.

The added lines in bs_construct_SUITE cover all branches that were not
covered before (small and big numbers if BIT_OFFSET(erts_bin_offset) != 0).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This complements 933e701 (OTP-10209). Without this patch the test cases
"in_guard/1" and "coerce_to_float/1" in bs_construct_SUITE fail.

The added lines in bs_construct_SUITE cover all branches that were not
covered before (small and big numbers if BIT_OFFSET(erts_bin_offset) != 0).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix binary matching on floating point middle-endian machines</title>
<updated>2013-06-14T13:25:12+00:00</updated>
<author>
<name>Johannes Weißl</name>
<email>jargon@molb.org</email>
</author>
<published>2013-06-14T13:23:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5adbd7d22bccc57e17ed00cac09fe8a336bb39c7'/>
<id>5adbd7d22bccc57e17ed00cac09fe8a336bb39c7</id>
<content type='text'>
This complements 933e701 (OTP-10209). Without this patch the test case
"bs_match_misc_SUITE:t_float/1" fails.

Simple error example:
1&gt; &lt;&lt;_,_,_,_,_,_,_,_&gt;&gt; = &lt;&lt;1.25/float&gt;&gt;.
&lt;&lt;63,244,0,0,0,0,0,0&gt;&gt;
2&gt; &lt;&lt;1.25/float&gt;&gt; = &lt;&lt;63,244,0,0,0,0,0,0&gt;&gt;.
** exception error: no match of right hand side value &lt;&lt;63,244,0,0,0,0,0,0&gt;&gt;

The additional test case is added because in a former version of this
patch the ERTS_FP_ERROR_THOROUGH check for NaN/infinity was mistakenly
applied on the still word-switched double.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This complements 933e701 (OTP-10209). Without this patch the test case
"bs_match_misc_SUITE:t_float/1" fails.

Simple error example:
1&gt; &lt;&lt;_,_,_,_,_,_,_,_&gt;&gt; = &lt;&lt;1.25/float&gt;&gt;.
&lt;&lt;63,244,0,0,0,0,0,0&gt;&gt;
2&gt; &lt;&lt;1.25/float&gt;&gt; = &lt;&lt;63,244,0,0,0,0,0,0&gt;&gt;.
** exception error: no match of right hand side value &lt;&lt;63,244,0,0,0,0,0,0&gt;&gt;

The additional test case is added because in a former version of this
patch the ERTS_FP_ERROR_THOROUGH check for NaN/infinity was mistakenly
applied on the still word-switched double.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a test case</title>
<updated>2013-03-18T15:26:35+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-03-12T13:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4aca384fb03e29b4494831041de515362ed1af77'/>
<id>4aca384fb03e29b4494831041de515362ed1af77</id>
<content type='text'>
The application/module 'gs' is not available on all platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The application/module 'gs' is not available on all platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2013-01-25T16:58:15+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-01-25T16:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3fb4def74a64a63fbb2b28aef6c5920d7db3ad6e'/>
<id>3fb4def74a64a63fbb2b28aef6c5920d7db3ad6e</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 'maint'</title>
<updated>2012-08-31T12:59:43+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-08-31T12:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=91f8f903ae866d06332a6f2ef968b419339e6003'/>
<id>91f8f903ae866d06332a6f2ef968b419339e6003</id>
<content type='text'>
Conflicts:
	lib/diameter/autoconf/vxworks/sed.general
	xcomp/README.md
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	lib/diameter/autoconf/vxworks/sed.general
	xcomp/README.md
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2012-08-31T12:48:46+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2012-08-31T12:48:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630'/>
<id>2d03ab7ffde828d3b56f8b7738fd0c00d0f5b630</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove support for tuple funs</title>
<updated>2012-08-17T09:12:15+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2012-08-02T09:26:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de7e01c958ff7c9e6da4034a53567a30a4ae5792'/>
<id>de7e01c958ff7c9e6da4034a53567a30a4ae5792</id>
<content type='text'>
Tuple funs were deprecated in R15B (in commit a4029940e309518f5500).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tuple funs were deprecated in R15B (in commit a4029940e309518f5500).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/otp/install_with_whitespace/OTP-10107' into maint</title>
<updated>2012-06-08T15:33:12+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-06-08T15:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3341122a92e71ade3edc7ecaadab9f55da29e20d'/>
<id>3341122a92e71ade3edc7ecaadab9f55da29e20d</id>
<content type='text'>
* lukas/otp/install_with_whitespace/OTP-10107:
  Update to work with space in include path
  Update to work with whitespace in exec path
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/otp/install_with_whitespace/OTP-10107:
  Update to work with space in include path
  Update to work with whitespace in exec path
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to work with whitespace in exec path</title>
<updated>2012-06-05T08:52:16+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-05-30T16:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f8867fb985b2b899e2ba8391652c7111f9df9bb'/>
<id>5f8867fb985b2b899e2ba8391652c7111f9df9bb</id>
<content type='text'>
OTP-10106
OTP-10107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10106
OTP-10107
</pre>
</div>
</content>
</entry>
</feed>
