<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/runtime_tools/src, branch OTP-20.0.1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[dbg] Fix encoding comment</title>
<updated>2017-06-29T14:34:57+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-06-21T10:18:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=49349644863568fea49e41fe5daf8f20753041df'/>
<id>49349644863568fea49e41fe5daf8f20753041df</id>
<content type='text'>
Encoding specified in a comment must be 'utf-8' instead of 'utf8'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Encoding specified in a comment must be 'utf-8' instead of 'utf8'.
</pre>
</div>
</content>
</entry>
<entry>
<title>[dbg] Update default trace handler to print unicode atoms correctly</title>
<updated>2017-06-16T09:52:21+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2017-06-12T11:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2d0f7846d23ea77f20eaed6c69638fec68588fe1'/>
<id>2d0f7846d23ea77f20eaed6c69638fec68588fe1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Handle Unicode atoms in ms_transform</title>
<updated>2017-06-09T11:24:44+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-06-09T08:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=388a94b62b8322fc5466597816a70274c0269f5b'/>
<id>388a94b62b8322fc5466597816a70274c0269f5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: chunk process list info</title>
<updated>2017-05-09T09:38:31+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-05-09T06:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=769d0e95bf09f1c55e5d176a5f261c4767995b2b'/>
<id>769d0e95bf09f1c55e5d176a5f261c4767995b2b</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 year</title>
<updated>2017-05-04T13:42:21+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2017-05-04T13:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=83e20c62057ebc1d8064bf57b01be560cd244e1d'/>
<id>83e20c62057ebc1d8064bf57b01be560cd244e1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>observer: add new bind_to_device port option</title>
<updated>2017-04-20T14:11:13+00:00</updated>
<author>
<name>Andreas Schultz</name>
<email>aschultz@tpip.net</email>
</author>
<published>2017-02-23T07:49:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e801a2ac82644221bdb6213f9592c05fea1e2af3'/>
<id>e801a2ac82644221bdb6213f9592c05fea1e2af3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a no_native option wherever there is an on_load</title>
<updated>2017-03-27T13:10:20+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@it.uu.se</email>
</author>
<published>2017-03-27T13:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=70bdb9e79429fb347c5437743d0e8f6851e0783d'/>
<id>70bdb9e79429fb347c5437743d0e8f6851e0783d</id>
<content type='text'>
This is a poor man's solution that allows to build and test the
system with all files compiled to native code simply by setting
the ERL_COMPILER_OPTS environment variable.  Better solutions,
like automatically setting the no_native option whenever the
compiler sees an on_load attribute, obviously exist but require
more time to implement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a poor man's solution that allows to build and test the
system with all files compiled to native code simply by setting
the ERL_COMPILER_OPTS environment variable.  Better solutions,
like automatically setting the no_native option whenever the
compiler sees an on_load attribute, obviously exist but require
more time to implement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'egil/percept/remove-application/OTP-14163'</title>
<updated>2017-01-25T09:17:30+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2017-01-25T09:17:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8e16234a480d5b5e24a9724c9c8871604fd80627'/>
<id>8e16234a480d5b5e24a9724c9c8871604fd80627</id>
<content type='text'>
* egil/percept/remove-application/OTP-14163:
  ssl: Remove percept from benchmark
  otp: Don't mention percept in documentation
  runtime_tools: Remove percept
  percept: Remove application
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* egil/percept/remove-application/OTP-14163:
  ssl: Remove percept from benchmark
  otp: Don't mention percept in documentation
  runtime_tools: Remove percept
  percept: Remove application
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime_tools: Remove percept</title>
<updated>2017-01-20T13:11:07+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2017-01-20T13:11:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05ff91af1870f64ce7a301ee71a245adeb89e249'/>
<id>05ff91af1870f64ce7a301ee71a245adeb89e249</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[etop] Show CPU utilization for last interval only</title>
<updated>2016-12-12T15:34:32+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2016-12-12T15:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=40e5a09362042adfccc5964bde48a2dce27373fd'/>
<id>40e5a09362042adfccc5964bde48a2dce27373fd</id>
<content type='text'>
Since commit 265998a7e412cd382315632964846569c370a5a2, etop reports
the CPU (scheduler) utilization since the tool was started instead of
for the last interval only. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since commit 265998a7e412cd382315632964846569c370a5a2, etop reports
the CPU (scheduler) utilization since the tool was started instead of
for the last interval only. This is now corrected.
</pre>
</div>
</content>
</entry>
</feed>
