| Commit message (Expand) | Author | Age | Files | Lines |
* | Return only captured range in `MatchData` [Bug #18670] | Nobuyoshi Nakada | 2022-03-31 | 1 | -1/+1 |
* | re.c: stop a wrong warning of "flags ignored" on Regexp.new(//) | Yusuke Endoh | 2022-03-31 | 1 | -1/+1 |
* | internal/ractor.h: Added | Yusuke Endoh | 2022-03-30 | 1 | -1/+1 |
* | re.c: raise Regexp::TimeoutError instead of RuntimeError | Yusuke Endoh | 2022-03-30 | 1 | -2/+3 |
* | re.c: Add `timeout` keyword for Regexp.new and Regexp#timeout | Yusuke Endoh | 2022-03-30 | 1 | -14/+63 |
* | re.c: Add Regexp.timeout= and Regexp.timeout | Yusuke Endoh | 2022-03-30 | 1 | -0/+88 |
* | Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518) | Shugo Maeda | 2022-02-19 | 1 | -0/+33 |
* | LONG2NUM() should be used for rmatch_offset::{beg,end} | Shugo Maeda | 2022-02-18 | 1 | -4/+4 |
* | [DOC] Fix broken links to literals.rdoc | Nobuyoshi Nakada | 2022-02-08 | 1 | -1/+1 |
* | Replace to RBOOL macro | S-H-GAMELINKS | 2022-01-17 | 1 | -4/+1 |
* | Adding links to literals and Kernel (#5192) | Burdette Lamar | 2021-12-03 | 1 | -0/+4 |
* | Using NIL_P macro instead of `== Qnil` | S.H | 2021-10-03 | 1 | -5/+5 |
* | Avoid race condition in Regexp#match | Jeremy Evans | 2021-10-01 | 1 | -27/+19 |
* | [Feature #18172] Add MatchData#match_length | Nobuyoshi Nakada | 2021-09-16 | 1 | -0/+37 |
* | [Feature #18172] Add MatchData#match | Nobuyoshi Nakada | 2021-09-16 | 1 | -0/+34 |
* | Refactor and Using RBOOL macro | S.H | 2021-09-15 | 1 | -6/+2 |
* | Extract backref_number_check | Nobuyoshi Nakada | 2021-09-12 | 1 | -6/+10 |
* | Preserve the encoding of the argument in IndexError [Bug #18160] | Nobuyoshi Nakada | 2021-09-12 | 1 | -10/+10 |
* | Show default argument explicitly for Rexexp#match? [ci skip] | Martin Dürst | 2021-09-01 | 1 | -2/+2 |
* | Fix minor grammar issue in documentation of Regexp#match? [ci skip] | Martin Dürst | 2021-09-01 | 1 | -1/+1 |
* | Using RBOOL macro | S.H | 2021-08-02 | 1 | -6/+2 |
* | Warn more duplicate literal hash keys | Nobuyoshi Nakada | 2021-06-03 | 1 | -2/+2 |
* | Add static modifier to C function in re.c (#3153) | S.H | 2021-06-01 | 1 | -2/+2 |
* | [DOC] {Array,MatchData}#values_at understand ranges [ci skip] | Nobuyoshi Nakada | 2021-02-07 | 1 | -0/+1 |
* | [DOC] Fix grammar: "is same as" -> "is the same as" | Marcus Stollsteimer | 2021-01-05 | 1 | -1/+1 |
* | Use category: :deprecated in warnings that are related to deprecation | Jeremy Evans | 2020-12-18 | 1 | -3/+3 |
* | [Feature #17136] Remove special behavior from $KCODE | Nobuyoshi Nakada | 2020-11-28 | 1 | -15/+0 |
* | freeze dynamic regexp literals | Koichi Sasada | 2020-10-27 | 1 | -1/+3 |
* | Some global variables can be accessed from ractors | Koichi Sasada | 2020-10-20 | 1 | -0/+7 |
* | Try to fix compile error on windows | Kazuhiro NISHIYAMA | 2020-08-28 | 1 | -1/+1 |
* | Named the magic number for regexp option buffer size | Nobuyoshi Nakada | 2020-08-28 | 1 | -4/+6 |
* | RSTRING_LEN was not used | Nobuyoshi Nakada | 2020-08-14 | 1 | -3/+1 |
* | re.c: prevent "warning: variable 'n' set but not used" | Yusuke Endoh | 2020-08-14 | 1 | -1/+1 |
* | Replace repeated RSTRING_PTR and RSTRING_LEN with RSTRING_GETMEM | Nobuyoshi Nakada | 2020-08-13 | 1 | -15/+28 |
* | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 | 2020-05-11 | 1 | -1/+1 |
* | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 | 2020-05-11 | 1 | -1/+1 |
* | Add {Regexp,String}#match with block to call-seq [ci skip] | Kazuhiro NISHIYAMA | 2020-04-14 | 1 | -2/+2 |
* | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | 2020-04-08 | 1 | -2/+2 |
* | [DOC] get rid of parsing as TIDYLINK unintentionally | Nobuyoshi Nakada | 2020-04-07 | 1 | -3/+3 |
* | `Regexp` in `MatchData` can be `nil` | Nobuyoshi Nakada | 2020-01-16 | 1 | -0/+1 |
* | Freeze Regexp literals | Jean Boussier | 2020-01-15 | 1 | -0/+1 |
* | decouple internal.h headers | 卜部昌平 | 2019-12-26 | 1 | -4/+11 |
* | Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)" | NARUSE, Yui | 2019-12-04 | 1 | -1/+1 |
* | Revert "Revert nil error and adding deprecation message" | NARUSE, Yui | 2019-12-04 | 1 | -7/+1 |
* | Revert "Improve warning message" | NARUSE, Yui | 2019-12-04 | 1 | -2/+2 |
* | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans | 2019-11-18 | 1 | -25/+0 |
* | Undefine MatchData.allocate [Feature #16294] | Nobuyoshi Nakada | 2019-11-06 | 1 | -0/+1 |
* | Improve warning message | Kenichi Kamiya | 2019-11-03 | 1 | -2/+2 |
* | Revert nil error and adding deprecation message | Kenichi Kamiya | 2019-11-03 | 1 | -1/+7 |
* | Mention correct class name in uninitialized error | Alan Wu | 2019-11-01 | 1 | -1/+1 |