aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Enhanced RDoc for MatchData (#5822)Burdette Lamar2022-04-181-50/+69
* Enhanced RDoc for MatchData (#5821)Burdette Lamar2022-04-181-32/+41
* Enhanced RDoc for MatchData (#5820)Burdette Lamar2022-04-181-33/+41
* [DOC] Enhanced RDoc for MatchData (#5819)Burdette Lamar2022-04-181-45/+47
* [DOC] Enhanced RDoc for MatchData (#5818)Burdette Lamar2022-04-181-31/+32
* [DOC] Enhanced RDoc for Regexp (#5815)Burdette Lamar2022-04-181-100/+136
* [DOC] Enhanced RDoc for Regexp (#5812)Burdette Lamar2022-04-161-91/+105
* [DOC] Enhanced RDoc for Regexp (#5807)Burdette Lamar2022-04-151-78/+84
* Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada2022-03-311-1/+1
* re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh2022-03-311-1/+1
* internal/ractor.h: AddedYusuke Endoh2022-03-301-1/+1
* re.c: raise Regexp::TimeoutError instead of RuntimeErrorYusuke Endoh2022-03-301-2/+3
* re.c: Add `timeout` keyword for Regexp.new and Regexp#timeoutYusuke Endoh2022-03-301-14/+63
* re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh2022-03-301-0/+88
* Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda2022-02-191-0/+33
* LONG2NUM() should be used for rmatch_offset::{beg,end}Shugo Maeda2022-02-181-4/+4
* [DOC] Fix broken links to literals.rdocNobuyoshi Nakada2022-02-081-1/+1
* Replace to RBOOL macroS-H-GAMELINKS2022-01-171-4/+1
* Adding links to literals and Kernel (#5192)Burdette Lamar2021-12-031-0/+4
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-5/+5
* Avoid race condition in Regexp#matchJeremy Evans2021-10-011-27/+19
* [Feature #18172] Add MatchData#match_lengthNobuyoshi Nakada2021-09-161-0/+37
* [Feature #18172] Add MatchData#matchNobuyoshi Nakada2021-09-161-0/+34
* Refactor and Using RBOOL macroS.H2021-09-151-6/+2
* Extract backref_number_checkNobuyoshi Nakada2021-09-121-6/+10
* Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada2021-09-121-10/+10
* Show default argument explicitly for Rexexp#match? [ci skip]Martin Dürst2021-09-011-2/+2
* Fix minor grammar issue in documentation of Regexp#match? [ci skip]Martin Dürst2021-09-011-1/+1
* Using RBOOL macroS.H2021-08-021-6/+2
* Warn more duplicate literal hash keysNobuyoshi Nakada2021-06-031-2/+2
* Add static modifier to C function in re.c (#3153)S.H2021-06-011-2/+2
* [DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada2021-02-071-0/+1
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-1/+1
* Use category: :deprecated in warnings that are related to deprecationJeremy Evans2020-12-181-3/+3
* [Feature #17136] Remove special behavior from $KCODENobuyoshi Nakada2020-11-281-15/+0
* freeze dynamic regexp literalsKoichi Sasada2020-10-271-1/+3
* Some global variables can be accessed from ractorsKoichi Sasada2020-10-201-0/+7
* Try to fix compile error on windowsKazuhiro NISHIYAMA2020-08-281-1/+1
* Named the magic number for regexp option buffer sizeNobuyoshi Nakada2020-08-281-4/+6
* RSTRING_LEN was not usedNobuyoshi Nakada2020-08-141-3/+1
* re.c: prevent "warning: variable 'n' set but not used"Yusuke Endoh2020-08-141-1/+1
* Replace repeated RSTRING_PTR and RSTRING_LEN with RSTRING_GETMEMNobuyoshi Nakada2020-08-131-15/+28
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Add {Regexp,String}#match with block to call-seq [ci skip]Kazuhiro NISHIYAMA2020-04-141-2/+2
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-2/+2
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-3/+3
* `Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada2020-01-161-0/+1
* Freeze Regexp literalsJean Boussier2020-01-151-0/+1
* decouple internal.h headers卜部昌平2019-12-261-4/+11