summary refs log tree commit diff stats
path: root/lib/impure/nre
Commit message (Collapse)AuthorAgeFilesLines
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* Use stdlib's PCRE in nreFlaviu Tamas2015-06-071-442/+0
|
* Ensure no one uses internal moduleFlaviu Tamas2015-06-071-0/+1
|
* Disable static building of PCREFlaviu Tamas2015-05-2627-44880/+10
|
* Rearrange nre filesFlaviu Tamas2015-05-2646-1234/+1
|
* Merge remote 'nre' into add-nreFlaviu Tamas2015-05-2647-0/+46616
* nre-proj/master: (132 commits) Change to options module Reweave readme Better handle errors Update documentation Change flags to inline Improve performance Add tests for empty or non-empty match Fix skipping an empty match at the end Add longer flags Fix getinfo overflows Use docweave Convert readme to RST Fix result shadowing warning Throw an exception when replacing with a nil value Fix potential buffer overflow Fix zero-length matches for multibyte characters Make splitting an empty string give 1 empty result Change endpos to inclusive Change endpos default from -1 to int.high Change capture upper bounds to inclusive ...