| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #11139 (re.nim memory leak) (#11265) | Miran | 2019-05-16 | 1 | -1/+0 |
* | Documentation import fixes (#11070) | Zed | 2019-04-21 | 1 | -12/+9 |
* | live with the hacks, PCRE's design is crap | Araq | 2019-03-19 | 1 | -1/+1 |
* | pcre.nim: added pcre_free and removed hacks in nre and re.nim | Andreas Rumpf | 2019-03-19 | 1 | -1/+1 |
* | make the stdlib work with the changed docgen | Araq | 2019-01-11 | 1 | -4/+4 |
* | Rework nil/option for nre in light of ""==nil | Flaviu Tamas | 2018-12-11 | 1 | -53/+78 |
* | Revert 7f49364fd0 for nre | Flaviu Tamas | 2018-12-11 | 1 | -6/+6 |
* | Improve nre documentation (fixes #9470) | Flaviu Tamas | 2018-11-18 | 1 | -1/+16 |
* | nre: don't use the deprecated import syntax | Araq | 2018-10-30 | 1 | -1/+1 |
* | actually do ceiling division, not a similar operation | Clyybber | 2018-10-28 | 1 | -1/+1 |
* | Eliminate floating point arithmatic in nre | Flaviu Tamas | 2018-10-28 | 1 | -1/+2 |
* | Use runnableExamples for example nre code | Flaviu Tamas | 2018-10-03 | 1 | -41/+57 |
* | Fix option documentation in nre (fixes #9053) | Flaviu Tamas | 2018-10-01 | 1 | -6/+6 |
* | make more tests green | Andreas Rumpf | 2018-08-13 | 1 | -6/+6 |
* | Update nre.nim (#8147) | Timothee Cour | 2018-06-29 | 1 | -4/+4 |
* | make nre compile again | Andreas Rumpf | 2018-04-29 | 1 | -4/+4 |
* | correct comparisons for nil strings/seqs | Andreas Rumpf | 2018-04-28 | 1 | -1/+0 |
* | fixes #6631 | Andreas Rumpf | 2017-10-30 | 1 | -13/+13 |
* | remove old implementation of the roof operator; make tests green again; close... | Andreas Rumpf | 2017-10-29 | 1 | -19/+17 |
* | fixes #5444 - nre.findIter keeps searching when no match is possible (#5453) | Florent | 2017-03-02 | 1 | -6/+6 |
* | fixes #4996 | Andreas Rumpf | 2017-02-05 | 1 | -0/+9 |
* | Merge pull request #4814 from scriptum/rpg-pcre-jit | Andreas Rumpf | 2016-10-24 | 1 | -2/+6 |
|\ |
|
| * | Remove TODO for PCRE JIT | Pavel Roschin | 2016-10-10 | 1 | -1/+0 |
| * | Enable JIT in PCRE to improve regular expressions performance | Pavel Roschin | 2016-09-23 | 1 | -1/+6 |
* | | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -3/+3 |
|/ |
|
* | Stdlib: nre: Docstring improved. | Konstantin Molchanov | 2016-06-15 | 1 | -1/+0 |
* | Merge pull request #4157 from flaviut/update-nre-docs | Andreas Rumpf | 2016-06-02 | 1 | -46/+35 |
|\ |
|
| * | Update NRE documentation | Flaviu Tamas | 2016-05-13 | 1 | -46/+35 |
* | | Stdlib: nre: Add `export options` | Konstantin Molchanov | 2016-05-27 | 1 | -0/+2 |
* | | Stdlib: nre: Convenience proc ``contains`` added. | Konstantin Molchanov | 2016-05-14 | 1 | -0/+10 |
|/ |
|
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -2/+2 |
* | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -1/+0 |
* | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 1 | -2/+6 |
* | Fix ambiguous character literal | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
* | Fix potential code bloat | Flaviu Tamas | 2015-06-07 | 1 | -4/+5 |
* | Rename RegexException according to NEP1 | Flaviu Tamas | 2015-06-07 | 1 | -5/+5 |
* | Edit re and nre doc comments | Flaviu Tamas | 2015-06-07 | 1 | -19/+0 |
* | Clean up nre imports | Flaviu Tamas | 2015-06-07 | 1 | -2/+1 |
* | Use stdlib's PCRE in nre | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
* | Disable static building of PCRE | Flaviu Tamas | 2015-05-26 | 1 | -9/+0 |
* | Clarify nre licencing | Flaviu Tamas | 2015-05-26 | 1 | -0/+53 |
* | Rearrange nre files | Flaviu Tamas | 2015-05-26 | 1 | -0/+657 |