Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify thin wrapper | Flaviu Tamas | 2015-01-10 | 2 | -11/+6 |
| | |||||
* | Implement correct destruction | Flaviu Tamas | 2015-01-10 | 2 | -9/+17 |
| | |||||
* | Implement foundation for named captures | Flaviu Tamas | 2015-01-10 | 1 | -1/+32 |
| | |||||
* | Remove DUPNAMES option | Flaviu Tamas | 2015-01-10 | 1 | -1/+0 |
| | | | | | It makes the rest of the implementation more complicated and is confusing anyway. The user expects a 1:1 mapping between a match and a name | ||||
* | Extend Regex, add RegexMatch | Flaviu Tamas | 2015-01-10 | 1 | -2/+8 |
| | |||||
* | Implement regex initialization | Flaviu Tamas | 2015-01-09 | 2 | -0/+104 |
| | |||||
* | Add thin PCRE wrapper | Flaviu Tamas | 2015-01-09 | 2 | -0/+1080 |