<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools, branch maint-17</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>2015-03-31T10:24:04+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2015-03-31T10:24:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=62870c998955e1498e71bfc90607885e96ecaa27'/>
<id>62870c998955e1498e71bfc90607885e96ecaa27</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 'johanclaesson/maint' into maint</title>
<updated>2015-03-19T11:56:46+00:00</updated>
<author>
<name>Zandra Hird</name>
<email>zandra@erlang.org</email>
</author>
<published>2015-03-19T11:56:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=433ea30a6525052c666e8010f0c7a3aa5b84c7a1'/>
<id>433ea30a6525052c666e8010f0c7a3aa5b84c7a1</id>
<content type='text'>
* johanclaesson/maint:
  Fix tags completion in erlang.el for GNU Emacs 23+

OTP-12583
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* johanclaesson/maint:
  Fix tags completion in erlang.el for GNU Emacs 23+

OTP-12583
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Fix a Unicode bug in the tags module</title>
<updated>2015-03-17T13:38:05+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2015-03-17T13:38:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1d1a5db5134f3eb1d64b36adf6ccd9f11d29ea65'/>
<id>1d1a5db5134f3eb1d64b36adf6ccd9f11d29ea65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tags completion in erlang.el for GNU Emacs 23+</title>
<updated>2015-03-16T15:02:09+00:00</updated>
<author>
<name>Johan Claesson</name>
<email>johan.claesson@ericsson.com</email>
</author>
<published>2015-03-16T15:02:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9befc9a694fc80913b62f24cbc03bd0d08499771'/>
<id>9befc9a694fc80913b62f24cbc03bd0d08499771</id>
<content type='text'>
The tag completion code was changed in GNU Emacs 23.1 in a way that
broke erlang.el tag completion.  This commit fix that for Emacs 23.1 and
later.

Add progress report while building completion table.

Add completion of module_info/0 for all modules.

Add lib/tools/emacs/*.elc to .gitignore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tag completion code was changed in GNU Emacs 23.1 in a way that
broke erlang.el tag completion.  This commit fix that for Emacs 23.1 and
later.

Add progress report while building completion table.

Add completion of module_info/0 for all modules.

Add lib/tools/emacs/*.elc to .gitignore.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Fix lcnt printout of histograms</title>
<updated>2014-12-11T17:40:20+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-12-11T17:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd5081d84fd0c39d9cfbaa5e33891f38b871ebc6'/>
<id>bd5081d84fd0c39d9cfbaa5e33891f38b871ebc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Fix lcnt sort of inspected locks</title>
<updated>2014-12-11T15:56:13+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2014-12-11T15:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c54143281596a7757786057e759ed08ec482aae4'/>
<id>c54143281596a7757786057e759ed08ec482aae4</id>
<content type='text'>
An error was introduced in commit f24d1ad9004b2885cd3b15ac0bf9d1407ca68bc8 which
reversed the sorting of all locks. This meant that the least contended locks was
printed instead of the most contended.

This commit reverses the reverse.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An error was introduced in commit f24d1ad9004b2885cd3b15ac0bf9d1407ca68bc8 which
reversed the sorting of all locks. This meant that the least contended locks was
printed instead of the most contended.

This commit reverses the reverse.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare release</title>
<updated>2014-12-09T14:21:47+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2014-12-09T14:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7f3486a5ddc02a366f2945dfd009c4a2697a2b98'/>
<id>7f3486a5ddc02a366f2945dfd009c4a2697a2b98</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 'tuncer/doc-fixes' into maint</title>
<updated>2014-12-02T08:38:26+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-12-02T08:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ee17dd99f2a56499b13dc4c84578105ea1f14ff6'/>
<id>ee17dd99f2a56499b13dc4c84578105ea1f14ff6</id>
<content type='text'>
* tuncer/doc-fixes:
  dict(3): fix typo reported by Rabbe Fogelholm
  Fix minor eprof and fprof doc issues
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tuncer/doc-fixes:
  dict(3): fix typo reported by Rabbe Fogelholm
  Fix minor eprof and fprof doc issues
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix minor eprof and fprof doc issues</title>
<updated>2014-11-29T21:52:59+00:00</updated>
<author>
<name>Tuncer Ayaz</name>
<email>tuncer.ayaz@gmail.com</email>
</author>
<published>2014-11-29T21:52:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=35f083ecf32729afa2cdc8c1081dbe01477cb11e'/>
<id>35f083ecf32729afa2cdc8c1081dbe01477cb11e</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 'josevalim/jv-cover-last-expr-maint/OTP-12328' into maint</title>
<updated>2014-11-27T08:26:51+00:00</updated>
<author>
<name>Marcus Arendt</name>
<email>marcus@erlang.org</email>
</author>
<published>2014-11-27T08:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=aca180838c407296613c944dd6cd4df3fa1fe708'/>
<id>aca180838c407296613c944dd6cd4df3fa1fe708</id>
<content type='text'>
* josevalim/jv-cover-last-expr-maint/OTP-12328:
  Fix cover bug on last expressions with empty clauses
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* josevalim/jv-cover-last-expr-maint/OTP-12328:
  Fix cover bug on last expressions with empty clauses
</pre>
</div>
</content>
</entry>
</feed>
