<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/parsetools/include, 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: Fix unused functions warnings in leexinc.hrl</title>
<updated>2017-10-24T08:34:23+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-10-24T08:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e245c2fcfce63de29e80b3b0379fc92513b3b6a5'/>
<id>e245c2fcfce63de29e80b3b0379fc92513b3b6a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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: Correct counting of newlines</title>
<updated>2016-09-29T06:44:03+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2016-09-27T10:50:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2990325d5ae7f7fd119aea540a2edae4f97e76d9'/>
<id>2990325d5ae7f7fd119aea540a2edae4f97e76d9</id>
<content type='text'>
See https://bugs.erlang.org/browse/ERL-263

The fix in commit c9bc5c94 of PR-431
(https://github.com/erlang/otp/pull/431) introduced new problems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugs.erlang.org/browse/ERL-263

The fix in commit c9bc5c94 of PR-431
(https://github.com/erlang/otp/pull/431) introduced new problems.
</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>
<entry>
<title>parsetools: Use module erl_anno</title>
<updated>2015-04-30T10:15:24+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-10-31T07:38:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cfdcd9e762212a8fb9b4755a69bf715d937f5563'/>
<id>cfdcd9e762212a8fb9b4755a69bf715d937f5563</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let Leex use the new -dialyzer attribute</title>
<updated>2015-01-15T11:18:47+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-06-30T08:08:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d18d8f4ba327a1c99d7812efb450b445558b154c'/>
<id>d18d8f4ba327a1c99d7812efb450b445558b154c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix line counting in token and tokens functions</title>
<updated>2014-07-24T05:44:27+00:00</updated>
<author>
<name>archimed</name>
<email>archimed.shaman@gmail.com</email>
</author>
<published>2014-07-23T05:57:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c9bc5c944bf064727385d071e9331f521a2b1447'/>
<id>c9bc5c944bf064727385d071e9331f521a2b1447</id>
<content type='text'>
The line counter becomes invalid, when the rules with linewrap are
used. This issue appears, because the parsing FSM does not rollback
the line counter after attempting such rule.
Unit tests for 'token' and 'tokens' are also added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The line counter becomes invalid, when the rules with linewrap are
used. This issue appears, because the parsing FSM does not rollback
the line counter after attempting such rule.
Unit tests for 'token' and 'tokens' are also added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the line counting in string function</title>
<updated>2014-07-24T05:42:48+00:00</updated>
<author>
<name>archimed</name>
<email>archimed.shaman@gmail.com</email>
</author>
<published>2014-07-15T05:25:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ae622fb6655bf3c490ff5ce272c0e474f4d9df0f'/>
<id>ae622fb6655bf3c490ff5ce272c0e474f4d9df0f</id>
<content type='text'>
The line counter becomes invalid, when the rules with linewrap are
used. This issue appears, because the parsing FSM does not rollback
the line counter after attempting such rule.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The line counter becomes invalid, when the rules with linewrap are
used. This issue appears, because the parsing FSM does not rollback
the line counter after attempting such rule.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend char() to Unicode characters</title>
<updated>2013-01-25T11:54:27+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2013-01-11T13:42:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b2b0feab152063f71c4bf58f985cd52fc9e0105a'/>
<id>b2b0feab152063f71c4bf58f985cd52fc9e0105a</id>
<content type='text'>
The code related to the introduction of unicode_string() and
unicode_char() has been removed. The types char() and string() have
been extended to include Unicode characters.

In fact char() was changed some time ago; this commit is about
cleaning up the documentation and introduce better names for some
functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code related to the introduction of unicode_string() and
unicode_char() has been removed. The types char() and string() have
been extended to include Unicode characters.

In fact char() was changed some time ago; this commit is about
cleaning up the documentation and introduce better names for some
functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>[stdlib, kernel] Introduce Unicode support for Erlang source files</title>
<updated>2013-01-02T09:15:17+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2012-10-04T13:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=300c5466a7c9cfe3ed22bba2a88ba21058406402'/>
<id>300c5466a7c9cfe3ed22bba2a88ba21058406402</id>
<content type='text'>
Expect modifications, additions and corrections.

There is a kludge in file_io_server and
erl_scan:continuation_location() that's not so pleasing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expect modifications, additions and corrections.

There is a kludge in file_io_server and
erl_scan:continuation_location() that's not so pleasing.
</pre>
</div>
</content>
</entry>
</feed>
