<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/tools, branch OTP-17.4</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>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>
<entry>
<title>Fix cover bug on last expressions with empty clauses</title>
<updated>2014-11-08T20:07:26+00:00</updated>
<author>
<name>José Valim</name>
<email>jose.valim@plataformatec.com.br</email>
</author>
<published>2014-10-23T11:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b7740a6fe01d254d79291bbcbbc853e874eb41ef'/>
<id>b7740a6fe01d254d79291bbcbbc853e874eb41ef</id>
<content type='text'>
OTP-8188 introduced a fix for handling last expressions in
expressions like case, try and friends. However the fix did
not account that some of those expressions like receive may
have no clauses (only an after clause), leading to a function
clause error when cover compiling code with such expressions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-8188 introduced a fix for handling last expressions in
expressions like case, try and friends. However the fix did
not account that some of those expressions like receive may
have no clauses (only an after clause), leading to a function
clause error when cover compiling code with such expressions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'davidw/add-spec-skel' into maint</title>
<updated>2014-11-04T08:17:18+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2014-11-04T08:17:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e4f1f02cd2e5fbb578197fa28cdf7aca31f7f28e'/>
<id>e4f1f02cd2e5fbb578197fa28cdf7aca31f7f28e</id>
<content type='text'>
OTP-12283

* davidw/add-spec-skel:
  Removed extra space following paren
  First attempt at adding a skel for -spec's
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-12283

* davidw/add-spec-skel:
  Removed extra space following paren
  First attempt at adding a skel for -spec's
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed extra space following paren</title>
<updated>2014-11-03T14:28:56+00:00</updated>
<author>
<name>David N. Welton</name>
<email>davidw@dedasys.com</email>
</author>
<published>2014-11-03T14:28:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c33a95582798d1fb6933945918361e36b6f99610'/>
<id>c33a95582798d1fb6933945918361e36b6f99610</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add wx_object as emacs skeleton</title>
<updated>2014-10-09T07:52:58+00:00</updated>
<author>
<name>Olle Mattsson</name>
<email>olle@rymdis.com</email>
</author>
<published>2014-10-09T07:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eb6952bd1f25736ceb428d50a050b313062f1084'/>
<id>eb6952bd1f25736ceb428d50a050b313062f1084</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>First attempt at adding a skel for -spec's</title>
<updated>2014-10-06T12:26:56+00:00</updated>
<author>
<name>David N. Welton</name>
<email>davidw@dedasys.com</email>
</author>
<published>2014-10-06T12:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a29b3d3252d26032fbc0ce5b8187e43c015df1e3'/>
<id>a29b3d3252d26032fbc0ce5b8187e43c015df1e3</id>
<content type='text'>
New skel adds a -spec for the function after point.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New skel adds a -spec for the function after point.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'goofansu/fix-gen-event-comment' into maint</title>
<updated>2014-10-02T07:15:41+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2014-10-02T07:15:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=90424ea12a458f7c2270a2d36b91d333bbf26339'/>
<id>90424ea12a458f7c2270a2d36b91d333bbf26339</id>
<content type='text'>
OTP-12214

* goofansu/fix-gen-event-comment:
  Fix typo in erlang-mode comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-12214

* goofansu/fix-gen-event-comment:
  Fix typo in erlang-mode comment
</pre>
</div>
</content>
</entry>
</feed>
