Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some fixes in vibibility check for back captures | Roberto Ierusalimschy | 2023-06-19 | 1 | -5/+0 |
* | Full captures can contain nested captures | Roberto Ierusalimschy | 2023-06-15 | 1 | -6/+35 |
* | Captures point to string positions using indices | Roberto Ierusalimschy | 2023-06-07 | 1 | -10/+10 |
* | New type name 'uint' (unsigned int) | Roberto Ierusalimschy | 2023-04-28 | 1 | -10/+10 |
* | Smaller encoding for charsets in code | Roberto Ierusalimschy | 2023-04-24 | 1 | -3/+3 |
* | Towards a smaller encoding for charsets in code | Roberto Ierusalimschy | 2023-04-23 | 1 | -9/+19 |
* | Field Instruction.key put inside a union | Roberto Ierusalimschy | 2023-04-21 | 1 | -5/+5 |
* | Documentation | Roberto Ierusalimschy | 2023-04-10 | 1 | -4/+0 |
* | Capture-list grow factor changed to 1.5 | Roberto Ierusalimschy | 2022-12-09 | 1 | -2/+2 |
* | Better computation of size limit in 'growcap' | Roberto Ierusalimschy | 2022-02-22 | 1 | -4/+13 |
* | Bug: IBackCommit must remove dynamic captures, too | Roberto Ierusalimschy | 2019-07-19 | 1 | -0/+2 |
* | Implementation of UTF-8 ranges | Roberto Ierusalimschy | 2019-04-17 | 1 | -0/+40 |
* | Fixed bug when resizing capture list | Roberto Ierusalimschy | 2019-02-27 | 1 | -37/+46 |
* | Avoid stack overflow when handling nested captures | Roberto Ierusalimschy | 2019-02-20 | 1 | -1/+2 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2019-02-20 | 1 | -1/+1 |
* | Fist version of LPeg on GIT | Roberto Ierusalimschy | 2019-02-20 | 1 | -0/+364 |