summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
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
2020-05-17Fix typos [ci skip]Kazuhiro NISHIYAMA
2020-05-15[ci skip] Enhanced rdoc for String.new (#3067)Burdette Lamar
2020-05-12Optimize String#splitNobuyoshi Nakada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-25remove unused rb_str_clear define (#3059)S.H
2020-04-16Use UNREACHABLE_RETURN for non-void functionNobuyoshi Nakada
2020-04-14Add {Regexp,String}#match with block to call-seq [ci skip]Kazuhiro NISHIYAMA
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-02-23Warn non-nil `$/` [Feature #14240]Nobuyoshi Nakada
2020-02-13Get rid of warnings/exceptions at cleanupNobuyoshi Nakada
2020-02-12Copy non-inlined encoding indexNobuyoshi Nakada
2020-02-12Make temporary lock string encoding freeNobuyoshi Nakada
2020-01-31Improve `String#slice!` performanceNobuyoshi Nakada
2020-01-31Make `empty_string` a fake stringNobuyoshi Nakada
2020-01-31Avoid allocating a temporary empty string in String#slice!Jean Boussier
2020-01-23Added rb_warn_deprecated_to_removeNobuyoshi Nakada
2020-01-22Make taint warnings non-verbose instead of verboseJeremy Evans
2020-01-16Fix `String#partition`Nobuyoshi Nakada
2020-01-08[DOC] Improve docs for String#matchMarcus Stollsteimer
2020-01-08Improve docs for String#=~Marcus Stollsteimer
2019-12-26decouple internal.h headers卜部昌平
2019-12-20Refined the warning message for $, and $;Nobuyoshi Nakada
2019-11-28Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui
2019-11-18delete unused codes卜部昌平
2019-11-18rb_tainted_str_new_with_enc is no longer usedNobuyoshi Nakada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-14delete unused functions卜部昌平
2019-11-05Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui
2019-10-26Documentation improvements for Ruby corezverok
2019-10-11Reduce the minimum string buffer size from 127 to 63 bytesLourens Naudé
2019-10-09avoid overflow in integer multiplication卜部昌平
2019-09-26[EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze
2019-09-26Rename STR_IS_SHARED_M to STR_BORROWEDAlan Wu