index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
re.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)
Kenichi Kamiya
2019-10-17
1
-1
/
+1
*
re.c (match_set_string): add a check for memory allocation
Yusuke Endoh
2019-10-12
1
-1
/
+2
*
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
1
-1
/
+1
*
delete `$` sign from C identifiers
卜部昌平
2019-08-27
1
-2
/
+2
*
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
1
-10
/
+16
*
Reuse match data
Nobuyoshi Nakada
2019-07-28
1
-0
/
+6
*
Document encoding of string returned by Regexp.quote [ci skip]
Jeremy Evans
2019-07-22
1
-2
/
+2
*
Remove member char_offset_updated from struct rmatch as member char_offset_nu...
Lourens Naudé
2019-04-24
1
-12
/
+2
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-41
/
+41
*
re.c: [DOC] fix typos
stomar
2018-12-13
1
-3
/
+3
[next]