summary refs log tree commit diff stats
path: root/lib/impure/nre.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* fixes #11139 (re.nim memory leak) (#11265)Miran2019-05-161-1/+0
* Documentation import fixes (#11070)Zed2019-04-211-12/+9
* live with the hacks, PCRE's design is crapAraq2019-03-191-1/+1
* pcre.nim: added pcre_free and removed hacks in nre and re.nimAndreas Rumpf2019-03-191-1/+1
* make the stdlib work with the changed docgenAraq2019-01-111-4/+4
* Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-111-53/+78
* Revert 7f49364fd0 for nreFlaviu Tamas2018-12-111-6/+6
* Improve nre documentation (fixes #9470)Flaviu Tamas2018-11-181-1/+16
* nre: don't use the deprecated import syntaxAraq2018-10-301-1/+1
* actually do ceiling division, not a similar operationClyybber2018-10-281-1/+1
* Eliminate floating point arithmatic in nreFlaviu Tamas2018-10-281-1/+2
* Use runnableExamples for example nre codeFlaviu Tamas2018-10-031-41/+57
* Fix option documentation in nre (fixes #9053)Flaviu Tamas2018-10-011-6/+6
* make more tests greenAndreas Rumpf2018-08-131-6/+6
* Update nre.nim (#8147)Timothee Cour2018-06-291-4/+4
* make nre compile againAndreas Rumpf2018-04-291-4/+4
* correct comparisons for nil strings/seqsAndreas Rumpf2018-04-281-1/+0
* fixes #6631Andreas Rumpf2017-10-301-13/+13
* remove old implementation of the roof operator; make tests green again; close...Andreas Rumpf2017-10-291-19/+17
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-6/+6
* fixes #4996Andreas Rumpf2017-02-051-0/+9
* Merge pull request #4814 from scriptum/rpg-pcre-jitAndreas Rumpf2016-10-241-2/+6
|\
| * Remove TODO for PCRE JITPavel Roschin2016-10-101-1/+0
| * Enable JIT in PCRE to improve regular expressions performancePavel Roschin2016-09-231-1/+6
* | stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-3/+3
|/
* Stdlib: nre: Docstring improved.Konstantin Molchanov2016-06-151-1/+0
* Merge pull request #4157 from flaviut/update-nre-docsAndreas Rumpf2016-06-021-46/+35
|\
| * Update NRE documentationFlaviu Tamas2016-05-131-46/+35
* | Stdlib: nre: Add `export options`Konstantin Molchanov2016-05-271-0/+2
* | Stdlib: nre: Convenience proc ``contains`` added.Konstantin Molchanov2016-05-141-0/+10
|/
* SpellcheckFederico Ceratto2016-02-291-2/+2
* Fix a few deprecation warningsdef2016-01-251-1/+0
* Fix flaviut/nre#20Flaviu Tamas2015-06-181-2/+6
* Fix ambiguous character literalFlaviu Tamas2015-06-071-1/+1
* Fix potential code bloatFlaviu Tamas2015-06-071-4/+5
* Rename RegexException according to NEP1Flaviu Tamas2015-06-071-5/+5
* Edit re and nre doc commentsFlaviu Tamas2015-06-071-19/+0
* Clean up nre importsFlaviu Tamas2015-06-071-2/+1
* Use stdlib's PCRE in nreFlaviu Tamas2015-06-071-1/+1
* Disable static building of PCREFlaviu Tamas2015-05-261-9/+0
* Clarify nre licencingFlaviu Tamas2015-05-261-0/+53
* Rearrange nre filesFlaviu Tamas2015-05-261-0/+657