summaryrefslogtreecommitdiff
path: root/re.c
AgeCommit message (Expand)Author
2022-04-18[DOC] Enhanced RDoc for MatchData (#5822)Burdette Lamar
2022-04-18Enhanced RDoc for MatchData (#5821)Burdette Lamar
2022-04-18Enhanced RDoc for MatchData (#5820)Burdette Lamar
2022-04-18[DOC] Enhanced RDoc for MatchData (#5819)Burdette Lamar
2022-04-18[DOC] Enhanced RDoc for MatchData (#5818)Burdette Lamar
2022-04-18[DOC] Enhanced RDoc for Regexp (#5815)Burdette Lamar
2022-04-16[DOC] Enhanced RDoc for Regexp (#5812)Burdette Lamar
2022-04-15[DOC] Enhanced RDoc for Regexp (#5807)Burdette Lamar
2022-03-31Return only captured range in `MatchData` [Bug #18670]Nobuyoshi Nakada
2022-03-31re.c: stop a wrong warning of "flags ignored" on Regexp.new(//)Yusuke Endoh
2022-03-30internal/ractor.h: AddedYusuke Endoh
2022-03-30re.c: raise Regexp::TimeoutError instead of RuntimeErrorYusuke Endoh
2022-03-30re.c: Add `timeout` keyword for Regexp.new and Regexp#timeoutYusuke Endoh
2022-03-30re.c: Add Regexp.timeout= and Regexp.timeoutYusuke Endoh
2022-02-19Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda
2022-02-18LONG2NUM() should be used for rmatch_offset::{beg,end}Shugo Maeda
2022-02-08[DOC] Fix broken links to literals.rdocNobuyoshi Nakada
2022-01-17Replace to RBOOL macroS-H-GAMELINKS
2021-12-03Adding links to literals and Kernel (#5192)Burdette Lamar
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-10-01Avoid race condition in Regexp#matchJeremy Evans
2021-09-16[Feature #18172] Add MatchData#match_lengthNobuyoshi Nakada
2021-09-16[Feature #18172] Add MatchData#matchNobuyoshi Nakada
2021-09-15Refactor and Using RBOOL macroS.H
2021-09-12Extract backref_number_checkNobuyoshi Nakada
2021-09-12Preserve the encoding of the argument in IndexError [Bug #18160]Nobuyoshi Nakada
2021-09-01Show default argument explicitly for Rexexp#match? [ci skip]Martin Dürst
2021-09-01Fix minor grammar issue in documentation of Regexp#match? [ci skip]Martin Dürst
2021-08-02Using RBOOL macroS.H
2021-06-03Warn more duplicate literal hash keysNobuyoshi Nakada
2021-06-01Add static modifier to C function in re.c (#3153)S.H
2021-02-07[DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada
2021-01-05[DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-11-28[Feature #17136] Remove special behavior from $KCODENobuyoshi Nakada
2020-10-27freeze dynamic regexp literalsKoichi Sasada
2020-10-20Some global variables can be accessed from ractorsKoichi Sasada
2020-08-28Try to fix compile error on windowsKazuhiro NISHIYAMA
2020-08-28Named the magic number for regexp option buffer sizeNobuyoshi Nakada
2020-08-14RSTRING_LEN was not usedNobuyoshi Nakada
2020-08-14re.c: prevent "warning: variable 'n' set but not used"Yusuke Endoh
2020-08-13Replace repeated RSTRING_PTR and RSTRING_LEN with RSTRING_GETMEMNobuyoshi Nakada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-14Add {Regexp,String}#match with block to call-seq [ci skip]Kazuhiro NISHIYAMA
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-07[DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada
2020-01-16`Regexp` in `MatchData` can be `nil`Nobuyoshi Nakada
2020-01-15Freeze Regexp literalsJean Boussier
2019-12-26decouple internal.h headers卜部昌平