Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid stack overflow when handling nested captures | Roberto Ierusalimschy | 2019-02-20 | 1 | -0/+10 |
| | | | | | | 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). | ||||
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2019-02-20 | 1 | -1/+1 |
| | | | | | Version numbers and dates from RCS keyword strings removed from all source files; keeps only the file name. | ||||
* | Fist version of LPeg on GIT | Roberto Ierusalimschy | 2019-02-20 | 1 | -0/+1513 |
LPeg repository is being moved to git. Past versions won't be moved; they are still available in RCS. |