<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lpeg, branch v1.0.2</title>
<subtitle>A mirror of https://github.com/roberto-ieru/LPeg.git
</subtitle>
<id>https://git.lua4.win/lpeg/atom?h=v1.0.2</id>
<link rel='self' href='https://git.lua4.win/lpeg/atom?h=v1.0.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeg/'/>
<updated>2019-03-11T14:04:25+00:00</updated>
<entry>
<title>Some details before release 1.0.2</title>
<updated>2019-03-11T14:04:25+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-03-11T14:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeg/commit/?id=d9f83dded93a35fb333c4e1bd371c401f7129fd1'/>
<id>urn:sha1:d9f83dded93a35fb333c4e1bd371c401f7129fd1</id>
<content type='text'>
- changed release number
- small corrections in 'pack'
- removed "about" section in .html files
- added files 'HISTORY' and 'lpeg-128.gif'
</content>
</entry>
<entry>
<title>Fixed bug when resizing capture list</title>
<updated>2019-02-27T15:42:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-02-27T15:42:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeg/commit/?id=d97fe6ed31d4b274c88c996b0c06da597a455149'/>
<id>urn:sha1:d97fe6ed31d4b274c88c996b0c06da597a455149</id>
<content type='text'>
Fixed the bug reported in
  http://lua-users.org/lists/lua-l/2018-11/msg00080.html

The field 's' of the open group of captures inside a run-time capture
was being reused by the open group of the results of the run-time
capture, even though that open-group entry was being removed from
the list and then added again.
</content>
</entry>
<entry>
<title>Avoid stack overflow when handling nested captures</title>
<updated>2019-02-20T14:11:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-02-20T14:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeg/commit/?id=f53caf1f863f140de1c1af51906e658c9fb7d7d6'/>
<id>urn:sha1:f53caf1f863f140de1c1af51906e658c9fb7d7d6</id>
<content type='text'>
The C code uses recursion to handle nested captures, so a too deep
nesting could create a stack overflow. The fix limits the handling
of nested captures to 'MAXRECLEVEL' (default is 200 levels).
</content>
</entry>
<entry>
<title>Removed extra information from RCS keyword strings</title>
<updated>2019-02-20T13:24:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-02-20T13:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeg/commit/?id=cc583a17df76a363e419c960d72422169fae816d'/>
<id>urn:sha1:cc583a17df76a363e419c960d72422169fae816d</id>
<content type='text'>
Version numbers and dates from RCS keyword strings removed from all
source files; keeps only the file name.
</content>
</entry>
<entry>
<title>Fist version of LPeg on GIT</title>
<updated>2019-02-20T13:13:46+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-02-20T13:13:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lpeg/commit/?id=e08e5df853560de6482d84066a7accc6a18de545'/>
<id>urn:sha1:e08e5df853560de6482d84066a7accc6a18de545</id>
<content type='text'>
LPeg repository is being moved to git. Past versions won't be moved;
they are still available in RCS.
</content>
</entry>
</feed>
