summaryrefslogtreecommitdiffstats
path: root/js/src/irregexp
Commit message (Collapse)AuthorAgeLines
* Revert "Issue #190 - Part 1: Remove XP_IOS conditional code"Matt A. Tobin2020-02-28-0/+13
| | | | This reverts commit 6a3d5769d01ec1a8dd56ea79aec2df91b801ce02.
* Issue #190 - Part 1: Remove XP_IOS conditional codeMatt A. Tobin2020-02-28-13/+0
|
* Issue #1362 - Revert "Implement regular expression lookbehind"wolfbeast2020-01-19-359/+157
| | | | This reverts commit fa473930f424bf17a9e545b601c84dd2e61364e3.
* Issue #1284 - Implement /s (dotAll) for regular expressions, v2.wolfbeast2019-11-18-18/+64
| | | | Resolves #1284.
* Revert "Issue #1284 - Implement /s (dotAll) for regular expressions."wolfbeast2019-11-18-49/+4
| | | | This reverts commit f31b04a303607cd82757e7c4f60bb536658c8a30.
* Issue #1284 - Implement /s (dotAll) for regular expressions.wolfbeast2019-11-18-4/+49
| | | | Resolves #1284.
* Issue #1279 - Implement regular expression lookbehindwolfbeast2019-11-11-157/+359
| | | | Based on Tom Schuster's work, with extra minters for unicode.
* 1326454 - Rename TokenStream::getBracedUnicode to ↵Gaming4JC2019-07-18-4/+4
| | | | TokenStream::matchBracedUnicode and make its signature fallible.
* JS - RegExp - match updated spec for `/\b/iu` and `/\B/iu`janekptacijarabaci2018-03-12-8/+25
|
* Generate irregexp character tables with make_unicode.py.wolfbeast2018-03-12-109/+271
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+12985