<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lpeglabel, branch master</title>
<subtitle>A mirror of https://github.com/sqmedeiros/lpeglabel.git
</subtitle>
<id>https://git.lua4.win/lpeglabel/atom?h=master</id>
<link rel='self' href='https://git.lua4.win/lpeglabel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/'/>
<updated>2023-05-02T17:22:18+00:00</updated>
<entry>
<title>Preparing files to release 1.6.2</title>
<updated>2023-05-02T17:22:18+00:00</updated>
<author>
<name>Sergio</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2023-05-02T17:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=912b0b9e8641074408ffc2259e069b188e0c717b'/>
<id>urn:sha1:912b0b9e8641074408ffc2259e069b188e0c717b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding a simple definition for LUAI_FUNC (https://github.com/sqmedeiros/lpeglabel/issues/33)</title>
<updated>2023-01-25T18:55:16+00:00</updated>
<author>
<name>Sergio</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2023-01-25T18:55:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=e25eb35666201b10dc2778d6147ea36a9f6e033d'/>
<id>urn:sha1:e25eb35666201b10dc2778d6147ea36a9f6e033d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Preparing files to release 1.6.1</title>
<updated>2022-12-23T19:11:11+00:00</updated>
<author>
<name>sqmedeiros</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2022-12-23T19:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=f3745e27864607f47811ca6edc6eabd699786004'/>
<id>urn:sha1:f3745e27864607f47811ca6edc6eabd699786004</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removing label ExpItem. Label MisClose8 signals a missing closing ']' or an empty char class</title>
<updated>2022-12-23T18:48:12+00:00</updated>
<author>
<name>sqmedeiros</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2022-12-23T18:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=ff2dbe372a8759acb1c52bb6296ae7b0866180d5'/>
<id>urn:sha1:ff2dbe372a8759acb1c52bb6296ae7b0866180d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #31 from Validark/patch-1</title>
<updated>2022-08-09T13:22:54+00:00</updated>
<author>
<name>Sérgio Medeiros</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2022-08-09T13:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=b5d7638608b4e0b65344c361fd4b8d65a742038f'/>
<id>urn:sha1:b5d7638608b4e0b65344c361fd4b8d65a742038f</id>
<content type='text'>
Fix calcline returning the wrong column</content>
</entry>
<entry>
<title>Fix calcline returning the wrong column</title>
<updated>2022-07-08T11:13:52+00:00</updated>
<author>
<name>Validark</name>
<email>Validarkness@gmail.com</email>
</author>
<published>2022-07-08T11:13:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=fa22d95a5c26ed6b917dda43f61781c0b709f282'/>
<id>urn:sha1:fa22d95a5c26ed6b917dda43f61781c0b709f282</id>
<content type='text'>
Previously, column numbers would effectively start at 0, except the first character would register as 1 so the column numbers would go `11234567`.</content>
</entry>
<entry>
<title>Merge pull request #30 from logiceditor-com/avr/8279/eliminate-conflicts-with-original-lpeg</title>
<updated>2021-08-20T11:27:54+00:00</updated>
<author>
<name>Sérgio Medeiros</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2021-08-20T11:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=ed183860289664af0f3727307653c9bf2bccdc80'/>
<id>urn:sha1:ed183860289664af0f3727307653c9bf2bccdc80</id>
<content type='text'>
change prefix of source files from 'lp' to 'lpl'</content>
</entry>
<entry>
<title>change prefix of source files from 'lp' to 'lpl'</title>
<updated>2021-08-16T13:35:07+00:00</updated>
<author>
<name>Alexey Romanoff</name>
<email>ar@logiceditor.com</email>
</author>
<published>2021-08-15T12:17:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=7668d9076da6e2ae9e220eafb5c6ee1e933c088d'/>
<id>urn:sha1:7668d9076da6e2ae9e220eafb5c6ee1e933c088d</id>
<content type='text'>
To eliminate conflicts with the original LPeg:
&gt; $ lua -e "require 'lpeg'; require 'lpeglabel'; for _ in (require'lxsh').lexers.lua.gmatch('1') do end"
  lua: lpvm.c:347: match: Assertion `stack &gt; getstackbase(L, ptop) &amp;&amp; (stack - 1)-&gt;s != NULL' failed.
  Aborted
</content>
</entry>
<entry>
<title>Merge pull request #29 from sqmedeiros/newline</title>
<updated>2020-08-26T19:01:30+00:00</updated>
<author>
<name>Sérgio Medeiros</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2020-08-26T19:01:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=635a51b5c88e958c27b26e049c639ea774946367'/>
<id>urn:sha1:635a51b5c88e958c27b26e049c639ea774946367</id>
<content type='text'>
Allowing '\n' inside a string/char class</content>
</entry>
<entry>
<title>Merge pull request #28 from edubart/fix-buffer-overflow</title>
<updated>2020-08-26T18:58:26+00:00</updated>
<author>
<name>Sérgio Medeiros</name>
<email>sqmedeiros@gmail.com</email>
</author>
<published>2020-08-26T18:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeglabel/commit/?id=3e5f92353fad743d0a752069a738894fe33576ec'/>
<id>urn:sha1:3e5f92353fad743d0a752069a738894fe33576ec</id>
<content type='text'>
Fix issue #27</content>
</entry>
</feed>
