summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2020-12-18Use category: :deprecated in warnings that are related to deprecationJeremy Evans
2020-12-07tuning trial: newobj with current ecKoichi Sasada
2020-12-01should not use rb_str_modify(), tooKoichi Sasada
2020-11-30Fix rb_interned_str_* functions to not assume static stringsJean Boussier
2020-11-29Get rid of allocation when the capacity is smallNobuyoshi Nakada
2020-11-20Remove obsoleted str_new_emptyTakashi Kokubun
2020-11-20Make String methods return String instances when called on a subclass instanceJeremy Evans
2020-11-17Expose the rb_interned_str_* family of functionsJean Boussier
2020-10-30Move variable closer to usageAlan Wu
2020-10-21Don't redefine #rb_intern over and over againStefan Stüben
2020-10-08Enhanced RDoc for String#insert (#3643)Burdette Lamar
2020-09-30Enhanced RDoc for String#[] (#3607)Burdette Lamar
2020-09-29Enhanced RDoc for String#upto (#3603)Burdette Lamar
2020-09-28Enhanced RDoc for String#succ! (#3596)Burdette Lamar
2020-09-25Enhanced RDoc for String#succ (#3590)Burdette Lamar
2020-09-24Enhanced RDoc for String#match? (#3576)Burdette Lamar
2020-09-24Enhanced RDoc for String (#3574)Burdette Lamar
2020-09-24Enhanced RDoc for String (#3569)Burdette Lamar
2020-09-23Fix call-seq [ci skip]Kazuhiro NISHIYAMA
2020-09-22Enhanced RDoc for String (#3565)Burdette Lamar
2020-09-21Comply with guide for method doc: string.c (#3528)Burdette Lamar
2020-09-18sync fstring_table for deletionKoichi Sasada
2020-09-15sync fstring poolKoichi Sasada
2020-09-11Let String#slice! return nil (#3533)Soutaro Matsumoto
2020-09-04Added Symbol#nameNobuyoshi Nakada
2020-08-20Partial compliance with doc/method_documentation.rdoc in string.c (#3436)Burdette Lamar
2020-08-19register_fstring: avoid duping the passed string when possibleJean Boussier
2020-08-15[DOC] fixed a missing markupNobuyoshi Nakada
2020-08-13rb_str_{index,rindex}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-13rb_str_{partition,rpartition}_m: Handle /\K/ in patternKasumi Hanazuki
2020-08-12string.c(rb_str_split_m): Handle /\K/ correctlyKasumi Hanazuki
2020-08-10Removed non-ASCII code to suppress warnings by localized compilersNobuyoshi Nakada
2020-08-10Adjust indentNobuyoshi Nakada
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-06-29add UNREACHABLE_RETURN卜部昌平
2020-06-29rb_str_partition: do not goto into a branch卜部昌平
2020-06-29rb_str_crypt: do not goto into a branch卜部昌平
2020-06-29trnext: do not goto into a branch卜部昌平
2020-06-29chompped_length: do not goto into a branch卜部昌平
2020-06-29get_pat_quoted: do not goto into a branch卜部昌平
2020-06-29get_pat: do not goto into a branch卜部昌平
2020-06-29rb_str_slice_bang: do not goto into a branch卜部昌平
2020-06-29rb_str_aset: do not goto into a branch卜部昌平
2020-06-29rb_str_subpat_set: do not goto into a branch卜部昌平
2020-06-29rb_str_update: do not goto into a branch卜部昌平
2020-06-29rb_str_match: do not goto into a branch卜部昌平
2020-06-29rb_str_rindex_m: do not goto into a branch卜部昌平
2020-06-29rb_str_index_m: do not goto into a branch卜部昌平
2020-06-29rb_enc_cr_str_buf_cat: do not goto into a branch卜部昌平
2020-05-27add static modifier for rb_str_ord funcS-H-GAMELINKS