aboutsummaryrefslogtreecommitdiffstats
path: root/re.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-041-1/+1
* Revert "Revert nil error and adding deprecation message"NARUSE, Yui2019-12-041-7/+1
* Revert "Improve warning message"NARUSE, Yui2019-12-041-2/+2
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-25/+0
* Undefine MatchData.allocate [Feature #16294]Nobuyoshi Nakada2019-11-061-0/+1
* Improve warning messageKenichi Kamiya2019-11-031-2/+2
* Revert nil error and adding deprecation messageKenichi Kamiya2019-11-031-1/+7
* Mention correct class name in uninitialized errorAlan Wu2019-11-011-1/+1
* Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya2019-10-171-1/+1
* re.c (match_set_string): add a check for memory allocationYusuke Endoh2019-10-121-1/+2
* drop-in type check for rb_define_singleton_method卜部昌平2019-08-291-1/+1
* delete `$` sign from C identifiers卜部昌平2019-08-271-2/+2
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-10/+16
* Reuse match dataNobuyoshi Nakada2019-07-281-0/+6
* Document encoding of string returned by Regexp.quote [ci skip]Jeremy Evans2019-07-221-2/+2
* Remove member char_offset_updated from struct rmatch as member char_offset_nu...Lourens Naudé2019-04-241-12/+2
* [DOC] fix markups [ci skip]nobu2019-03-281-41/+41
* re.c: [DOC] fix typosstomar2018-12-131-3/+3