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
/
string.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhanced RDoc for String#insert (#3643)
Burdette Lamar
2020-10-08
1
-13
/
+13
*
Enhanced RDoc for String#[] (#3607)
Burdette Lamar
2020-09-30
1
-65
/
+65
*
Enhanced RDoc for String#upto (#3603)
Burdette Lamar
2020-09-29
1
-29
/
+23
*
Enhanced RDoc for String#succ! (#3596)
Burdette Lamar
2020-09-28
1
-3
/
+4
*
Enhanced RDoc for String#succ (#3590)
Burdette Lamar
2020-09-25
1
-21
/
+49
*
Enhanced RDoc for String#match? (#3576)
Burdette Lamar
2020-09-24
1
-13
/
+25
*
Enhanced RDoc for String (#3574)
Burdette Lamar
2020-09-24
1
-42
/
+41
*
Enhanced RDoc for String (#3569)
Burdette Lamar
2020-09-24
1
-81
/
+119
*
Fix call-seq [ci skip]
Kazuhiro NISHIYAMA
2020-09-23
1
-1
/
+1
*
Enhanced RDoc for String (#3565)
Burdette Lamar
2020-09-22
1
-44
/
+42
*
Comply with guide for method doc: string.c (#3528)
Burdette Lamar
2020-09-21
1
-70
/
+42
*
sync fstring_table for deletion
Koichi Sasada
2020-09-18
1
-2
/
+7
*
sync fstring pool
Koichi Sasada
2020-09-15
1
-6
/
+12
*
Let String#slice! return nil (#3533)
Soutaro Matsumoto
2020-09-11
1
-1
/
+4
*
Added Symbol#name
Nobuyoshi Nakada
2020-09-04
1
-0
/
+1
*
Partial compliance with doc/method_documentation.rdoc in string.c (#3436)
Burdette Lamar
2020-08-20
1
-23
/
+4
*
register_fstring: avoid duping the passed string when possible
Jean Boussier
2020-08-19
1
-1
/
+2
*
[DOC] fixed a missing markup
Nobuyoshi Nakada
2020-08-15
1
-1
/
+1
*
rb_str_{index,rindex}_m: Handle /\K/ in pattern
Kasumi Hanazuki
2020-08-13
1
-5
/
+14
*
rb_str_{partition,rpartition}_m: Handle /\K/ in pattern
Kasumi Hanazuki
2020-08-13
1
-23
/
+22
*
string.c(rb_str_split_m): Handle /\K/ correctly
Kasumi Hanazuki
2020-08-12
1
-1
/
+2
*
Removed non-ASCII code to suppress warnings by localized compilers
Nobuyoshi Nakada
2020-08-10
1
-4
/
+4
*
Adjust indent
Nobuyoshi Nakada
2020-08-10
1
-1
/
+1
*
Use https instead of http
Kazuhiro NISHIYAMA
2020-07-28
1
-1
/
+1
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+2
*
rb_str_partition: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
rb_str_crypt: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
trnext: do not goto into a branch
卜部昌平
2020-06-29
1
-1
/
+1
*
chompped_length: do not goto into a branch
卜部昌平
2020-06-29
1
-30
/
+34
*
get_pat_quoted: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+1
*
get_pat: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+1
*
rb_str_slice_bang: do not goto into a branch
卜部昌平
2020-06-29
1
-7
/
+12
*
rb_str_aset: do not goto into a branch
卜部昌平
2020-06-29
1
-11
/
+6
*
rb_str_subpat_set: do not goto into a branch
卜部昌平
2020-06-29
1
-5
/
+1
*
rb_str_update: do not goto into a branch
卜部昌平
2020-06-29
1
-5
/
+1
*
rb_str_match: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+1
*
rb_str_rindex_m: do not goto into a branch
卜部昌平
2020-06-29
1
-19
/
+4
*
rb_str_index_m: do not goto into a branch
卜部昌平
2020-06-29
1
-19
/
+4
*
rb_enc_cr_str_buf_cat: do not goto into a branch
卜部昌平
2020-06-29
1
-3
/
+5
*
add static modifier for rb_str_ord func
S-H-GAMELINKS
2020-05-27
1
-1
/
+1
*
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-05-17
1
-5
/
+5
*
[ci skip] Enhanced rdoc for String.new (#3067)
Burdette Lamar
2020-05-15
1
-15
/
+88
*
Optimize String#split
Nobuyoshi Nakada
2020-05-12
1
-26
/
+52
*
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
*
remove unused rb_str_clear define (#3059)
S.H
2020-04-25
1
-2
/
+0
*
Use UNREACHABLE_RETURN for non-void function
Nobuyoshi Nakada
2020-04-16
1
-2
/
+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
-1
/
+1
*
Warn non-nil `$/` [Feature #14240]
Nobuyoshi Nakada
2020-02-23
1
-0
/
+15
[next]