Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 1 | -1/+3 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -3/+3 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | Revert "Base re off of nre" | Flaviu Tamas | 2015-06-10 | 1 | -142/+235 |
| | | | | This reverts commit dc60a51e1545d8c73bc9415d1045864b72cfda0b. | ||||
* | Edit re and nre doc comments | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Deprecate re | Flaviu Tamas | 2015-06-07 | 1 | -2/+2 |
| | |||||
* | Adjust re for nre's inclusive bounds | Flaviu Tamas | 2015-06-07 | 1 | -1/+1 |
| | |||||
* | Base re off of nre | Oleh Prypin | 2015-06-07 | 1 | -238/+142 |
| | |||||
* | Fix comment in re | Koala Zen | 2015-05-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #2506 from BlaXpirit/update-pcre | Andreas Rumpf | 2015-04-21 | 1 | -7/+7 |
|\ | | | | | Update and improve PCRE wrapper | ||||
| * | Fix deprecation warnings in re | Oleh Prypin | 2015-04-10 | 1 | -7/+7 |
| | | |||||
* | | Merge pull request #2560 from BlaXpirit/re-nre-hint | Andreas Rumpf | 2015-04-15 | 1 | -2/+5 |
|\ \ | | | | | | | Add a hint about NRE library to 're' module | ||||
| * | | Add a hint about NRE to 're' module | Oleh Prypin | 2015-04-14 | 1 | -2/+5 |
| |/ | |||||
* / | Deprecate constant regular expression strings | Oleh Prypin | 2015-04-14 | 1 | -14/+20 |
|/ | |||||
* | Merge pull request #2502 from def-/pcre | Andreas Rumpf | 2015-04-10 | 1 | -45/+46 |
|\ | | | | | Fix infinite loop in re.findAll | ||||
| * | Fix infinite loop in findAll | def | 2015-04-09 | 1 | -0/+1 |
| | | |||||
| * | Clean up re module a bit | def | 2015-04-09 | 1 | -45/+45 |
| | | |||||
* | | Adds test case to is isMainModule block | Joseph Turner | 2015-04-08 | 1 | -1/+6 |
| | | | | | | | | Adds the test case that originally caused the bug, issue #2418. | ||||
* | | Fixes matching error #2418 | Joseph Turner | 2015-04-08 | 1 | -5/+8 |
|/ | | | | | | | | Fixes the split iterator, the main problem was with the incrementation of 'last'. Last was first incremented to the index of the first character after the match, but was then incremented again at the beginning of the while loop. This caused a problem if that character after the first match, also matched the regular expression. | ||||
* | re.match returns true on zero-length match #2354 | Simon Hafner | 2015-03-16 | 1 | -15/+21 |
| | |||||
* | Merge pull request #2260 from oderwat/upd-deprecated-repeats | Andreas Rumpf | 2015-03-04 | 1 | -1/+1 |
|\ | | | | | Updates to remove deprecated repeatStr() and repeatChar() from all files. | ||||
| * | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| | | |||||
* | | Fixed examples in the documentation of module re (proc replace and proc ↵ | Johanna Berewinkel | 2015-03-04 | 1 | -2/+2 |
|/ | | | | replacef) | ||||
* | slightly better docs for re module | Araq | 2015-02-01 | 1 | -0/+6 |
| | |||||
* | fixes #1496 | Araq | 2014-12-18 | 1 | -40/+44 |
| | |||||
* | re module returns nil on failed captures | Flaviu Tamas | 2014-10-29 | 1 | -3/+13 |
| | | | | | - tests included - news.txt updated | ||||
* | prettified re.nim; make some tests green | Araq | 2014-08-31 | 1 | -56/+59 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -7/+7 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -3/+3 |
| | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | case consistency part 6 | Araq | 2013-12-28 | 1 | -33/+33 |
| | |||||
* | Warns to not modify string findAll is iterating over. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -1/+4 |
| | |||||
* | manyloc test should be green again | Araq | 2013-06-04 | 1 | -1/+0 |
| | |||||
* | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 1 | -0/+1 |
| | |||||
* | re.nim compiles again | Araq | 2013-05-01 | 1 | -1/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -1/+4 |
| | |||||
* | Both the re and pegs module's `=~` templates can now be used simultaneously ↵ | Dominik Picheta | 2012-07-21 | 1 | -1/+1 |
| | | | | from the same module. | ||||
* | 'addSon' for types deprecated for 'int literal type' analysis (3) | Araq | 2012-07-09 | 1 | -9/+9 |
| | |||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 1 | -8/+8 |
| | |||||
* | fixes #113 | Araq | 2012-05-20 | 1 | -12/+16 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 1 | -1/+1 |
| | |||||
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | readFile raises EIO instead of returning nil; added system.writeFile | Araq | 2011-06-16 | 1 | -10/+2 |
| | |||||
* | deprecated system.copy: use system.substr instead | Araq | 2011-05-14 | 1 | -11/+11 |
| | |||||
* | distinction between re.replace and re.replacef; speed improvements for re module | Araq | 2011-03-06 | 1 | -34/+110 |
| | |||||
* | various bugfixes for generics; added generic sort proc | Araq | 2011-03-03 | 1 | -3/+7 |
| | |||||
* | nimgrep: first working version | Araq | 2011-02-02 | 1 | -0/+18 |
| | |||||
* | httpserver may work better now | Araq | 2011-01-13 | 1 | -1/+1 |
| |