summaryrefslogtreecommitdiff
path: root/makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some details before release 1.0.2v1.0.2Roberto Ierusalimschy2019-03-111-2/+2
| | | | | | | - changed release number - small corrections in 'pack' - removed "about" section in .html files - added files 'HISTORY' and 'lpeg-128.gif'
* Avoid stack overflow when handling nested capturesRoberto Ierusalimschy2019-02-201-2/+2
| | | | | | 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).
* Fist version of LPeg on GITRoberto Ierusalimschy2019-02-201-0/+55
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS.