<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/parsetools/src, branch KennethL-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>parsetools: Improve handling of Unicode atoms</title>
<updated>2017-06-09T07:11:14+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-05-31T06:38:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3e7e60b8de877de014467eec488038b89fe41a9d'/>
<id>3e7e60b8de877de014467eec488038b89fe41a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Fix Yecc regarding Unicode atoms</title>
<updated>2017-04-07T06:57:27+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-03-23T15:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c013d50cc5abf3b0a0dbb5fc2be97c825bc0261'/>
<id>9c013d50cc5abf3b0a0dbb5fc2be97c825bc0261</id>
<content type='text'>
Terminals and non-terminals still need to be quoted, which is a
side-effect of using the Erlang scanner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Terminals and non-terminals still need to be quoted, which is a
side-effect of using the Erlang scanner.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Fix Leex regarding Unicode atoms</title>
<updated>2017-04-07T06:57:26+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-02-02T09:16:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=25271fa55aacf0b367ad74532c952352344ed97d'/>
<id>25271fa55aacf0b367ad74532c952352344ed97d</id>
<content type='text'>
Notice that macro names are unquoted atoms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notice that macro names are unquoted atoms.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Fix handling of locations and annotations</title>
<updated>2017-03-10T11:45:43+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-02-13T16:00:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=568706c4c4b8261e7a63e20be9a355ebe5d6562e'/>
<id>568706c4c4b8261e7a63e20be9a355ebe5d6562e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typos in lib/parsetools</title>
<updated>2017-02-14T09:32:54+00:00</updated>
<author>
<name>Andrew Dryga</name>
<email>andrew@dryga.com</email>
</author>
<published>2017-02-12T17:49:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=187d8ccccc6ec414cce9197d8e64bfe55d4b229e'/>
<id>187d8ccccc6ec414cce9197d8e64bfe55d4b229e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>warn_obsolete_guard is already default</title>
<updated>2016-11-29T13:15:32+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2016-10-29T21:30:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=12f6a1b18fc573ce3f245bfd69e62fbaa378b80e'/>
<id>12f6a1b18fc573ce3f245bfd69e62fbaa378b80e</id>
<content type='text'>
Update compiler documentation and remove superfluous erlc flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update compiler documentation and remove superfluous erlc flags.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Correct handling of Unicode in Leex</title>
<updated>2016-09-28T08:12:51+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-28T08:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f738330c5588f5e2ad7e3661c675bbffb4795850'/>
<id>f738330c5588f5e2ad7e3661c675bbffb4795850</id>
<content type='text'>
The 'dfa_graph' option did not work with Unicode.

The testcase 'unicode' was not correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The 'dfa_graph' option did not work with Unicode.

The testcase 'unicode' was not correct.
</pre>
</div>
</content>
</entry>
<entry>
<title>parsetools: Suppress Dialyzer-warnings</title>
<updated>2016-09-12T07:37:15+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-09T06:16:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=edaa208b4aa5e9e6e67df9eae4fa5e70791a7002'/>
<id>edaa208b4aa5e9e6e67df9eae4fa5e70791a7002</id>
<content type='text'>
When using Yecc's operator precedence declarations (Right, Nonassoc,
Left), it is possible that some clauses of the generated code are
unreachable. Dialyzer complains, at least if SET_LIMIT in erl_types is
set sufficiently high (to avoid sets of integers to collapse to the
integer() type). Rather than trying to figure out exactly which
clauses are unreachable, Yecc generates a Dialyzer suppression.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using Yecc's operator precedence declarations (Right, Nonassoc,
Left), it is possible that some clauses of the generated code are
unreachable. Dialyzer complains, at least if SET_LIMIT in erl_types is
set sufficiently high (to avoid sets of integers to collapse to the
integer() type). Rather than trying to figure out exactly which
clauses are unreachable, Yecc generates a Dialyzer suppression.
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright-year</title>
<updated>2016-03-15T14:19:56+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2016-03-15T14:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6664eed554974336909d3ffe03f20349cc4c38fd'/>
<id>6664eed554974336909d3ffe03f20349cc4c38fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change license text to APLv2</title>
<updated>2015-06-18T09:31:02+00:00</updated>
<author>
<name>Bruce Yinhe</name>
<email>bruce@erlang.org</email>
</author>
<published>2015-06-18T09:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=738c34d4bb8f1a3811acd00af8c6c12107f8315b'/>
<id>738c34d4bb8f1a3811acd00af8c6c12107f8315b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
