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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string.c
Age
Commit message (
Expand
)
Author
2020-12-01
should not use rb_str_modify(), too
Koichi Sasada
2020-11-30
Fix rb_interned_str_* functions to not assume static strings
Jean Boussier
2020-11-29
Get rid of allocation when the capacity is small
Nobuyoshi Nakada
2020-11-20
Remove obsoleted str_new_empty
Takashi Kokubun
2020-11-20
Make String methods return String instances when called on a subclass instance
Jeremy Evans
2020-11-17
Expose the rb_interned_str_* family of functions
Jean Boussier
2020-10-30
Move variable closer to usage
Alan Wu
2020-10-21
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-08
Enhanced RDoc for String#insert (#3643)
Burdette Lamar
2020-09-30
Enhanced RDoc for String#[] (#3607)
Burdette Lamar
2020-09-29
Enhanced RDoc for String#upto (#3603)
Burdette Lamar
2020-09-28
Enhanced RDoc for String#succ! (#3596)
Burdette Lamar
2020-09-25
Enhanced RDoc for String#succ (#3590)
Burdette Lamar
2020-09-24
Enhanced RDoc for String#match? (#3576)
Burdette Lamar
2020-09-24
Enhanced RDoc for String (#3574)
Burdette Lamar
2020-09-24
Enhanced RDoc for String (#3569)
Burdette Lamar
2020-09-23
Fix call-seq [ci skip]
Kazuhiro NISHIYAMA
2020-09-22
Enhanced RDoc for String (#3565)
Burdette Lamar
2020-09-21
Comply with guide for method doc: string.c (#3528)
Burdette Lamar
2020-09-18
sync fstring_table for deletion
Koichi Sasada
2020-09-15
sync fstring pool
Koichi Sasada
2020-09-11
Let String#slice! return nil (#3533)
Soutaro Matsumoto
2020-09-04
Added Symbol#name
Nobuyoshi Nakada
2020-08-20
Partial compliance with doc/method_documentation.rdoc in string.c (#3436)
Burdette Lamar
2020-08-19
register_fstring: avoid duping the passed string when possible
Jean Boussier
2020-08-15
[DOC] fixed a missing markup
Nobuyoshi Nakada
2020-08-13
rb_str_{index,rindex}_m: Handle /\K/ in pattern
Kasumi Hanazuki
2020-08-13
rb_str_{partition,rpartition}_m: Handle /\K/ in pattern
Kasumi Hanazuki
2020-08-12
string.c(rb_str_split_m): Handle /\K/ correctly
Kasumi Hanazuki
2020-08-10
Removed non-ASCII code to suppress warnings by localized compilers
Nobuyoshi Nakada
2020-08-10
Adjust indent
Nobuyoshi Nakada
2020-07-28
Use https instead of http
Kazuhiro NISHIYAMA
2020-06-29
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
rb_str_partition: do not goto into a branch
卜部昌平
2020-06-29
rb_str_crypt: do not goto into a branch
卜部昌平
2020-06-29
trnext: do not goto into a branch
卜部昌平
2020-06-29
chompped_length: do not goto into a branch
卜部昌平
2020-06-29
get_pat_quoted: do not goto into a branch
卜部昌平
2020-06-29
get_pat: do not goto into a branch
卜部昌平
2020-06-29
rb_str_slice_bang: do not goto into a branch
卜部昌平
2020-06-29
rb_str_aset: do not goto into a branch
卜部昌平
2020-06-29
rb_str_subpat_set: do not goto into a branch
卜部昌平
2020-06-29
rb_str_update: do not goto into a branch
卜部昌平
2020-06-29
rb_str_match: do not goto into a branch
卜部昌平
2020-06-29
rb_str_rindex_m: do not goto into a branch
卜部昌平
2020-06-29
rb_str_index_m: do not goto into a branch
卜部昌平
2020-06-29
rb_enc_cr_str_buf_cat: do not goto into a branch
卜部昌平
2020-05-27
add static modifier for rb_str_ord func
S-H-GAMELINKS
2020-05-17
Fix typos [ci skip]
Kazuhiro NISHIYAMA
2020-05-15
[ci skip] Enhanced rdoc for String.new (#3067)
Burdette Lamar
[next]