<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/reltool, 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>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>[reltool] Improve stability of tests</title>
<updated>2013-02-21T10:03:36+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-20T18:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9993bd517665aed42fd9ca8ac22001f3eced6170'/>
<id>9993bd517665aed42fd9ca8ac22001f3eced6170</id>
<content type='text'>
* Make sure test node is terminated between each test
* Wait for expected applications to be started before continuing test
* Use ping instead of nodedown messages to check that node is down (to
  avoid failure due to no flush of inbox)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make sure test node is terminated between each test
* Wait for expected applications to be started before continuing test
* Use ping instead of nodedown messages to check that node is down (to
  avoid failure due to no flush of inbox)
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Make escript test work with hipe and smp</title>
<updated>2013-02-21T10:03:36+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-14T17:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c98fffd0d490cde6910c64acdba308b4224cc735'/>
<id>c98fffd0d490cde6910c64acdba308b4224cc735</id>
<content type='text'>
reltool_server_SUITE:create_standalone and create_multiple_standalone
failed on test hosts running hipe and smp. The reason was that the
escript used in these tests explicitly disabled smp, which in turn
made the emulator spit out warnings like this:

"&lt;HiPE (v 3.10)&gt; Warning: not loading native code for module beam_lib:
it was compiled for an incompatible runtime system; please regenerate
native code for this runtime system"

This was returned from the escript and did not match the expected result.

To overcome this, the escript (reltool/examples/display_args) is
changed and does no longer disable smp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reltool_server_SUITE:create_standalone and create_multiple_standalone
failed on test hosts running hipe and smp. The reason was that the
escript used in these tests explicitly disabled smp, which in turn
made the emulator spit out warnings like this:

"&lt;HiPE (v 3.10)&gt; Warning: not loading native code for module beam_lib:
it was compiled for an incompatible runtime system; please regenerate
native code for this runtime system"

This was returned from the escript and did not match the expected result.

To overcome this, the escript (reltool/examples/display_args) is
changed and does no longer disable smp.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add unicode test</title>
<updated>2013-02-21T10:03:36+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-21T09:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0a572151a47dce3b5ae334c2f5a7eccf0530885e'/>
<id>0a572151a47dce3b5ae334c2f5a7eccf0530885e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Change ~s to ~ts and ~p to ~tp when appropriate</title>
<updated>2013-02-21T10:03:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-07T13:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=af5215e4740fa56dc51895b7117952fb020d8887'/>
<id>af5215e4740fa56dc51895b7117952fb020d8887</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add unicode option to re:compile to allow unicode filenames</title>
<updated>2013-02-21T10:03:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-07T13:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0cdef40e8e3d41234802a350329a215b25ca220c'/>
<id>0cdef40e8e3d41234802a350329a215b25ca220c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Fix reconstruct source from debug_info to handle unicode</title>
<updated>2013-02-21T10:03:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-05T15:17:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d7b92c70da6dfc47fd94d10a41860569b8acf7db'/>
<id>d7b92c70da6dfc47fd94d10a41860569b8acf7db</id>
<content type='text'>
Also changing from using erl_syntax and erl_prettypr to using erl_pp
in order to get better handling of specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also changing from using erl_syntax and erl_prettypr to using erl_pp
in order to get better handling of specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Honour encoding in reltool_utils:prim_consult</title>
<updated>2013-02-21T10:03:35+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-05T10:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a2d08a9ce78f18ce37086f3c65f743cfae4f7f1b'/>
<id>a2d08a9ce78f18ce37086f3c65f743cfae4f7f1b</id>
<content type='text'>
This function is similar to file:consult, except it also operates on a
binary (e.g. read from an archive). The function now takes magic
encoding comment into account.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This function is similar to file:consult, except it also operates on a
binary (e.g. read from an archive). The function now takes magic
encoding comment into account.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2013-01-29T10:38:41+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2013-01-29T10:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68b804f34d4ec420d86953e3f519179a40fbee8f'/>
<id>68b804f34d4ec420d86953e3f519179a40fbee8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
