summary refs log tree commit diff stats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Simplify thin wrapperFlaviu Tamas2015-01-102-11/+6
|
* Implement correct destructionFlaviu Tamas2015-01-102-9/+17
|
* Implement foundation for named capturesFlaviu Tamas2015-01-101-1/+32
|
* Remove DUPNAMES optionFlaviu Tamas2015-01-101-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 RegexMatchFlaviu Tamas2015-01-101-2/+8
|
* Implement regex initializationFlaviu Tamas2015-01-092-0/+104
|
* Add thin PCRE wrapperFlaviu Tamas2015-01-092-0/+1080