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
...
*
re.c: fixed escaped multibyte char
nobu
2018-03-11
1
-0
/
+12
*
mjit_compile.c: merge initial JIT compiler
k0kubun
2018-02-04
1
-1
/
+1
*
rb_reg_raise_str marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+2
*
rb_enc_reg_raise marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+2
*
rb_reg_enc_error marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+1
*
rb_reg_raise marked as NORETURN
shyouhei
2018-01-18
1
-0
/
+2
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
ULL suffix is a C99ism
shyouhei
2018-01-04
1
-7
/
+1
*
[DOC] Fix exception class [ci skip]
kazu
2017-12-13
1
-2
/
+2
*
Regexp#===: Use `\A` and `\z` instead of `^` and `$`
kazu
2017-11-16
1
-3
/
+3
*
[Feature #13712] String#start_with? supports regexp
naruse
2017-10-21
1
-0
/
+77
*
use rb_hash_new_with_size()
nobu
2017-10-02
1
-3
/
+3
*
re.c: remove unused rb_memcmp() function
rhe
2017-09-18
1
-8
/
+0
*
re.c: options for sub-regexp
nobu
2017-08-11
1
-1
/
+1
*
refine a warning message.
akr
2017-03-02
1
-1
/
+1
*
refine warning message for binary regexp /.../n.
akr
2017-02-22
1
-1
/
+1
*
re.c: consider the case of RMatch::regexp is nil
rhe
2016-12-20
1
-2
/
+7
*
re.c: RB_TYPE_P
nobu
2016-12-19
1
-22
/
+14
*
re.c: NAME_TO_NUMBER
nobu
2016-12-19
1
-6
/
+9
*
re.c: use name_to_backref_number
nobu
2016-12-18
1
-5
/
+4
*
re.c: non-regexp name reference
nobu
2016-12-17
1
-1
/
+2
*
String#match? and Symbol#match?
nobu
2016-12-12
1
-6
/
+9
*
re.c: char boundary
nobu
2016-12-12
1
-2
/
+2
*
Merge Onigmo 6.0.0
naruse
2016-12-10
1
-2
/
+1
*
re.c: check that MatchData is initialized
rhe
2016-12-06
1
-1
/
+4
*
re.c: count associated Regexp object in MatchData#hash
rhe
2016-12-02
1
-1
/
+1
*
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-26
1
-1
/
+1
*
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-10-04
1
-2
/
+2
*
replace fixnum by integer in documents.
akr
2016-09-08
1
-2
/
+2
*
* re.c (unescape_nonascii): scan hex up to only 3 characters.
naruse
2016-05-25
1
-2
/
+2
*
fix document of Regexp#match?
kazu
2016-05-19
1
-1
/
+1
*
re.c: fix match?
nobu
2016-05-19
1
-13
/
+10
*
re.c: match? should return nil if no match
nobu
2016-05-19
1
-3
/
+3
*
* re.c (reg_names_iter): specify capacify
naruse
2016-05-18
1
-1
/
+2
*
re.c: fix type
nobu
2016-05-18
1
-1
/
+2
*
* re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returns
naruse
2016-05-18
1
-0
/
+75
*
* re.c (match_ary_subseq): get subseq of match array without creating
naruse
2016-05-18
1
-26
/
+68
*
re.c: fix up r55036
nobu
2016-05-17
1
-3
/
+21
*
* re.c (match_aref): remove useless condition and call rb_fix2int.
naruse
2016-05-17
1
-3
/
+1
*
* re.c (match_values_at): MatchData#values_at supports named captures
naruse
2016-05-17
1
-30
/
+44
*
* re.c (str_coderange): to avoid function call when the string already
naruse
2016-05-02
1
-19
/
+33
*
* re.c (rb_reg_prepare_enc): use rb_enc_asciicompat(enc) instead of
naruse
2016-04-28
1
-2
/
+2
*
* re.c: Add MatchData#named_captures
sorah
2016-02-18
1
-0
/
+67
*
Update re.c [ci skip]
nobu
2016-02-12
1
-1
/
+1
*
* re.c: Remove deprecated kcode argument from Regexp.new and compile
zzak
2016-02-09
1
-7
/
+4
*
fstring without copy
nobu
2016-02-04
1
-33
/
+35
*
revert re.c in r53736
nobu
2016-02-04
1
-1
/
+1
*
return shared string
nobu
2016-02-04
1
-1
/
+1
*
fstring_enc_new
nobu
2016-02-04
1
-1
/
+1
*
* re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexp
naruse
2016-02-02
1
-3
/
+9
[prev]
[next]