<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/syntax_tools/src, branch OTP_R14B04</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Fix a bug in erl_recomment</title>
<updated>2011-04-01T06:53:48+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2011-04-01T06:53:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f135c4e688dba07b42024295c1f111a106a0820c'/>
<id>f135c4e688dba07b42024295c1f111a106a0820c</id>
<content type='text'>
In a file containing declarations and comments without any empty lines
between them, the recomment_forms() function would associate a
multi-line comment with the declaration above it rather than the one
following it. (Thanks to Richard Carlsson.)

This bug has been reported several times. It was corrected by Kostis
Sagonas, but the fix didn't make into the R14B02 release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In a file containing declarations and comments without any empty lines
between them, the recomment_forms() function would associate a
multi-line comment with the declaration above it rather than the one
following it. (Thanks to Richard Carlsson.)

This bug has been reported several times. It was corrected by Kostis
Sagonas, but the fix didn't make into the R14B02 release.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Fix an erroneous type and strengthen some specs</title>
<updated>2010-10-26T14:09:57+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-10-26T10:16:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=44eb815397d0fd34e0a596f32b18ff97358aada1'/>
<id>44eb815397d0fd34e0a596f32b18ff97358aada1</id>
<content type='text'>
The declaration of the stubDescriptop() type in 'igor' was erroneous,
both in the -type and in the published documentation of the module.

While fixing this some specs where strengthened and used a remote
type to refer to ordsets:ordset(T). Consequently, this patch depends
on the ordsets module exporting the ordset/1 type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The declaration of the stubDescriptop() type in 'igor' was erroneous,
both in the -type and in the published documentation of the module.

While fixing this some specs where strengthened and used a remote
type to refer to ordsets:ordset(T). Consequently, this patch depends
on the ordsets module exporting the ordset/1 type.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Add types to record definitions</title>
<updated>2010-10-05T12:55:56+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-10-05T11:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=44d6f54d6782d63a25d80f6d920d67adb33bda52'/>
<id>44d6f54d6782d63a25d80f6d920d67adb33bda52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash in epp_dodger:tokens_to_string/1</title>
<updated>2010-09-24T12:24:35+00:00</updated>
<author>
<name>Maria Christakis</name>
<email>mchris@mail.ntua.gr</email>
</author>
<published>2010-09-24T11:00:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9f09d3d702d183ea47d6763b01ec8bd53268d12e'/>
<id>9f09d3d702d183ea47d6763b01ec8bd53268d12e</id>
<content type='text'>
Add a function clause in the epp_dodger:tokens_to_string/1 to
avoid a crash in case the argument is a character.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a function clause in the epp_dodger:tokens_to_string/1 to
avoid a crash in case the argument is a character.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Add declarations for exported types</title>
<updated>2010-06-03T12:34:26+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-03-19T13:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f614f227c077ca52f24cb795e0e46ef04351b36e'/>
<id>f614f227c077ca52f24cb795e0e46ef04351b36e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove (harmless) warnings about min/max in core applications</title>
<updated>2010-06-02T14:47:29+00:00</updated>
<author>
<name>Patrik Nyblom</name>
<email>pan@erlang.org</email>
</author>
<published>2010-06-02T13:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1b8f86d8314389bf6033d23d3e6d707514ba7612'/>
<id>1b8f86d8314389bf6033d23d3e6d707514ba7612</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix an erroneous spec</title>
<updated>2010-05-06T16:09:47+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-05-06T14:07:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ccf1c5d20bcf76139d4f08a3da0f9954636fea10'/>
<id>ccf1c5d20bcf76139d4f08a3da0f9954636fea10</id>
<content type='text'>
While at it, take out redundant code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, take out redundant code.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Add types and specs for most exported functions</title>
<updated>2010-02-14T11:23:04+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-02-14T06:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8b7dd064e2d44b600f05a9135aac08a539a19ffa'/>
<id>8b7dd064e2d44b600f05a9135aac08a539a19ffa</id>
<content type='text'>
While at it, consistently replace "bool()" with "boolean()"
in the Edoc specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, consistently replace "bool()" with "boolean()"
in the Edoc specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Support the --enable-native-libs configure option</title>
<updated>2010-02-14T11:23:03+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-02-14T06:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=649d313771dc4e53ddfa3ba61504743f38dc8cff'/>
<id>649d313771dc4e53ddfa3ba61504743f38dc8cff</id>
<content type='text'>
While at it, turn on some more warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While at it, turn on some more warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax_tools: Remove $Id$ annotations</title>
<updated>2010-02-14T11:23:03+00:00</updated>
<author>
<name>Kostis Sagonas</name>
<email>kostis@cs.ntua.gr</email>
</author>
<published>2010-02-14T06:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b366554ee70509836d7550107163e14aed66c83f'/>
<id>b366554ee70509836d7550107163e14aed66c83f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
