index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_regexp.rb
Age
Commit message (
Expand
)
Author
2021-03-16
test/ruby/test_regexp.rb: Avoid "ambiguity between regexp and two divisions"
Yusuke Endoh
2021-03-15
Check backref number buffer overrun [Bug #16376]
xtkoba (Tee KOBAYASHI)
2021-01-13
Capture to reserved name variables if already defined [Bug #17533]
Nobuyoshi Nakada
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
use eval to create different Regexp objects
Koichi Sasada
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-02
Do not reduce quantifiers if it affects which text will be matched
Jeremy Evans
2020-11-28
[Feature #17136] Remove special behavior from $KCODE
Nobuyoshi Nakada
2020-11-27
Separated tests for $KCODE and $=
Nobuyoshi Nakada
2020-11-24
Detect the premature end of char property in regexp
Jeremy Evans
2020-01-16
`Regexp` in `MatchData` can be `nil`
Nobuyoshi Nakada
2020-01-15
Freeze Regexp literals
Jean Boussier
2019-12-04
Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"
NARUSE, Yui
2019-12-04
Revert "Revert nil error and adding deprecation message"
NARUSE, Yui
2019-11-06
Undefine MatchData.allocate [Feature #16294]
Nobuyoshi Nakada
2019-11-03
Added assertions for linebreak
Nobuyoshi Nakada
2019-11-03
Revert nil error and adding deprecation message
Kenichi Kamiya
2019-10-17
Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)
Kenichi Kamiya
2019-06-29
Escape control codes in regexp warning message
Nobuyoshi Nakada
2019-04-05
update to Unicode Version 12.1.0 (beta)
duerst
2019-01-15
Suppress warning: ambiguous first argument; put parentheses or a space even a...
naruse
2018-12-20
parse.y: ignore constant name captures
nobu
2018-12-04
commit miss
duerst
2018-12-04
change diaeresis from above to below for better visibility
duerst
2018-10-15
regparse.c: Suppress duplicated range warning by mere \X
nobu
2018-03-16
re.c: do not escape terminator in Regexp.union
nobu
2018-03-11
re.c: fixed escaped multibyte char
nobu
2017-12-12
Revert r61192 and r61193
eregon
2017-12-12
Use EnvUtil.with_default_external in tests needing it
eregon
2017-11-13
regexec.c: invalidate previously matched position
nobu
2017-11-13
test_regexp.rb: test_absent
nobu
2017-08-11
re.c: options for sub-regexp
nobu
2017-03-07
parse.y: remove trace
nobu
2017-02-20
regparse.c: initialize return values
nobu
2016-12-20
re.c: consider the case of RMatch::regexp is nil
rhe
2016-12-14
encoding.c: handle needmore error from rb_enc_precise_mbclen()
rhe
2016-12-12
re.c: char boundary
nobu
2016-12-06
Fix typos
kazu
2016-12-06
re.c: check that MatchData is initialized
rhe
2016-11-30
Regexp supports Unicoe 9.0.0's \X
naruse
2016-08-30
Use qualified names
nobu
2016-07-01
* regcomp.c (noname_disable_map): don't optimize out group 0
naruse
2016-05-25
* regparse.c (fetch_token_in_cc): raise error if given octal escaped
naruse
2016-05-25
* regcomp.c (compile_length_tree): return error code immediately
naruse
2016-05-19
fix document of Regexp#match?
kazu
2016-05-19
re.c: fix match?
nobu
2016-05-19
re.c: match? should return nil if no match
nobu
2016-05-18
* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returns
naruse
2016-05-18
* re.c (match_ary_subseq): get subseq of match array without creating
naruse
2016-05-17
re.c: fix up r55036
nobu
[next]