<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools/src, branch HansN-patch-1</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'maint'</title>
<updated>2018-02-13T08:55:47+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-02-13T08:55:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68f53774b1340f07cf11caee773ff00d94904006'/>
<id>68f53774b1340f07cf11caee773ff00d94904006</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 'john/tools/fix-lcnt-server-crash/PR-1711/OTP-14912' into maint</title>
<updated>2018-02-13T08:47:59+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-02-13T08:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9d660e81152fd7640e12551b09eebae1ebb87c98'/>
<id>9d660e81152fd7640e12551b09eebae1ebb87c98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't crash lcnt server if information/0 is called before collect/0</title>
<updated>2018-02-13T08:45:58+00:00</updated>
<author>
<name>Péter Gömöri</name>
<email>gomoripeti@gmail.com</email>
</author>
<published>2018-02-07T08:20:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dfa4d62c263cd3f11338aba891179b08704d9287'/>
<id>dfa4d62c263cd3f11338aba891179b08704d9287</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Automatically start lcnt server on first use</title>
<updated>2018-02-12T12:32:11+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2018-02-09T09:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ab965710d014912cbd3c4ef8f9c3acc0dffa1d30'/>
<id>ab965710d014912cbd3c4ef8f9c3acc0dffa1d30</id>
<content type='text'>
lcnt:collect is documented as implicitly starting the lcnt server
but didn't do so prior to this commit. I've decided to extend this
behavior to all operations as the overhead is negligible and it's
a bit more convenient to use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lcnt:collect is documented as implicitly starting the lcnt server
but didn't do so prior to this commit. I've decided to extend this
behavior to all operations as the overhead is negligible and it's
a bit more convenient to use.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Do not call erlang:get_stacktrace()</title>
<updated>2018-02-06T13:40:54+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2018-02-05T11:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2936190ade5105e8aa35592d9a8490a393c709c9'/>
<id>2936190ade5105e8aa35592d9a8490a393c709c9</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>2017-12-22T11:30:19+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-12-22T11:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=51fa0ae8543f65b7c3ef08eb49a53a0921c35972'/>
<id>51fa0ae8543f65b7c3ef08eb49a53a0921c35972</id>
<content type='text'>
* maint:
  tools: Correct a counting bug in Cover
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  tools: Correct a counting bug in Cover
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Correct a counting bug in Cover</title>
<updated>2017-12-21T13:55:31+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-12-08T14:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f74a8e01a0ce954f4566007d521088a7ea1f146b'/>
<id>f74a8e01a0ce954f4566007d521088a7ea1f146b</id>
<content type='text'>
See also PR #1641, https://github.com/erlang/otp/pull/1641.

The bug was introduced in commit ab435488a (Erlang/OTP 18).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See also PR #1641, https://github.com/erlang/otp/pull/1641.

The bug was introduced in commit ab435488a (Erlang/OTP 18).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-09-21T06:03:57+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-09-21T06:03:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3693a570f4a080501801c45c127e624cd2bccb72'/>
<id>3693a570f4a080501801c45c127e624cd2bccb72</id>
<content type='text'>
* maint:
  fprof: Make sure the receiving file can handle Unicode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  fprof: Make sure the receiving file can handle Unicode
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hasse/tools/fprof_unicode_fix' into maint</title>
<updated>2017-09-21T06:01:52+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-09-21T06:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f150c21029477836fb4b533ee02290d5b6bcc818'/>
<id>f150c21029477836fb4b533ee02290d5b6bcc818</id>
<content type='text'>
* hasse/tools/fprof_unicode_fix:
  fprof: Make sure the receiving file can handle Unicode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hasse/tools/fprof_unicode_fix:
  fprof: Make sure the receiving file can handle Unicode
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2017-09-20T07:23:09+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-09-20T07:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=99876dd2dd9150ec4b15220c7fd46ed0b8200a19'/>
<id>99876dd2dd9150ec4b15220c7fd46ed0b8200a19</id>
<content type='text'>
* maint:
  erts, stdlib: Fix xmllint warning
  Update runtime deps to depend on new stdlib functionality
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  erts, stdlib: Fix xmllint warning
  Update runtime deps to depend on new stdlib functionality
</pre>
</div>
</content>
</entry>
</feed>
