summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * s/match/find/gFlaviu Tamas2015-01-162-23/+20
| * Add `match(...)` to documentationFlaviu Tamas2015-01-161-0/+16
| * Add captures in splitFlaviu Tamas2015-01-151-0/+4
| * Implement capture iteratorFlaviu Tamas2015-01-151-6/+11
| * Add another split testcaseFlaviu Tamas2015-01-151-0/+1
| * s/asSeq/toSeqFlaviu Tamas2015-01-152-9/+9
| * Add study to docsFlaviu Tamas2015-01-151-0/+2
| * Remove unnecessary optionsFlaviu Tamas2015-01-142-3/+1
| * Add readmeFlaviu Tamas2015-01-141-0/+68
| * Add shorthand initializationFlaviu Tamas2015-01-121-0/+2
| * Remove all optional RegexMatch returnsFlaviu Tamas2015-01-123-28/+26
| * Added some documentationFlaviu Tamas2015-01-121-2/+9
| * Add findAllStrFlaviu Tamas2015-01-121-0/+5
| * Unexpose implementation detailFlaviu Tamas2015-01-121-1/+1
| * Flip parameter string-pattern orderFlaviu Tamas2015-01-124-87/+87
| * Implement match, find, splitFlaviu Tamas2015-01-125-8/+145
| * Fix incorrect checkFlaviu Tamas2015-01-101-1/+1
| * Expose the pattern string, rename some procsFlaviu Tamas2015-01-102-11/+12
| * Rename exec(...) and extend itFlaviu Tamas2015-01-102-16/+20
| * Expose pattern and input stringFlaviu Tamas2015-01-101-6/+8
| * Allow `u` for unicode matchingFlaviu Tamas2015-01-101-0/+1
| * Implement toTable(Captures), toSeq(Captures)Flaviu Tamas2015-01-102-0/+54
| * Revert "Remove Option from exec(Regex, string, int)"Flaviu Tamas2015-01-101-6/+3
| * Remove Option from exec(Regex, string, int)Flaviu Tamas2015-01-101-3/+6
| * Move some things aroundFlaviu Tamas2015-01-101-59/+60
| * Add access to capture count and namesFlaviu Tamas2015-01-102-1/+12
| * captureCount doesn't need to be exposed that wayFlaviu Tamas2015-01-101-1/+1
| * Implement capturesFlaviu Tamas2015-01-102-39/+133
| * Implement regex executionFlaviu Tamas2015-01-102-4/+32
| * Simplify thin wrapperFlaviu Tamas2015-01-102-11/+6
| * Change test execution techniqueFlaviu Tamas2015-01-101-1/+3
| * Implement correct destructionFlaviu Tamas2015-01-102-9/+17
| * Implement foundation for named capturesFlaviu Tamas2015-01-102-1/+39
| * Remove DUPNAMES optionFlaviu Tamas2015-01-102-2/+1
| * Extend Regex, add RegexMatchFlaviu Tamas2015-01-101-2/+8
| * Fix typosFlaviu Tamas2015-01-091-1/+1
| * Add unit testsFlaviu Tamas2015-01-092-0/+27
| * Implement regex initializationFlaviu Tamas2015-01-092-0/+104
| * Add thin PCRE wrapperFlaviu Tamas2015-01-092-0/+1080
| * Initial CommitFlaviu Tamas2015-01-072-0/+18
* Merge pull request #2816 from flaviut/optionals-to-optionsAndreas Rumpf2015-05-261-0/+0
|\
| * Rename optionals module to optionsFlaviu Tamas2015-05-261-0/+0
|/
* Merge pull request #2695 from transfuturist/develAndreas Rumpf2015-05-261-2/+4
|\
| * Add path directive to allow inclusion of config file's path itselftransfuturist2015-05-141-2/+4
* | Merge pull request #2804 from yglukhov/minor-cosmeticsAndreas Rumpf2015-05-261-17/+5
|\ \
| * | Minor cosmetic changes.yglukhov2015-05-261-17/+5
* | | Merge pull request #2810 from yglukhov/js-codegen-obj-field-byvarAndreas Rumpf2015-05-262-2/+25
|\ \ \
| * | | Fixes #2798yglukhov2015-05-262-2/+25
| |/ /
* | | Merge pull request #2789 from ozra/develAndreas Rumpf2015-05-2611-66/+95
|\ \ \
| * | | Fix introduced erroneous use of "canonical" back to original wording. Fix fau...Oscar Campbell2015-05-262-4/+5