summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2017-12-02string.c: fix rb_external_str_new_with_encnobu
2017-11-14string.c: prefer rb_syserr_failnobu
2017-11-12string.c: fix up r60748rhe
2017-11-12string.c: fix memory leak in String#cryptrhe
2017-11-07string.c: improve docs for String#{concat,<<}stomar
2017-11-07string.c: fix typosstomar
2017-10-29string.c: improve docsstomar
2017-10-27string.c: Improve String#prepend performance if only one argument is givenwatson1978
2017-10-22string.c: comment layout [ci skip]nobu
2017-10-21* remove trailing spaces.svn
2017-10-21* string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]sonots
2017-10-21* string.c: Remove errant "the" in gsub documentationsonots
2017-10-21Improve performance of string interpolationnobu
2017-10-21Add documentation for `chomp` option.hsbt
2017-10-21* string.c (deleted_prefix_length, deleted_suffix_length):sonots
2017-10-21[Feature #13712] String#start_with? supports regexpnaruse
2017-10-01string.c: avoid unnecessary call of str_strlen()glass
2017-09-30string.c: fix ASCII-only on succnobu
2017-09-29string.c: ASCII-incompatible is not ASCII onlynobu
2017-09-23dup String#split return valuenobu
2017-09-23dup String#rpartition return valuenobu
2017-09-23dup String#partition return valuenobu
2017-09-18refinements in string interpolationnobu
2017-09-06Fix a typo [ci skip]kazu
2017-09-06string.c: fix false coderangenobu
2017-09-06string.c: optimize enumerate_grapheme_clustersnobu
2017-09-04string.c: grapheme clusters on frozen stringnobu
2017-09-04string.c: enumerator_elementnobu
2017-09-03string.c: make array in WANTARRAYnobu
2017-09-03string.c: enumerator_wantarraynobu
2017-09-03string.c: fix for non-Unicode encodingsnobu
2017-09-03string.c: suppress a warningnobu
2017-08-31string.c: adjust indent [ci skip]nobu
2017-08-31String#each_grapheme_cluster and String#grapheme_clustersnaruse
2017-08-28string.c: fix potential bug in String#splitglass
2017-08-17Add optimization for creating zerofill stringnaruse
2017-08-04string.c: improve String#scannobu
2017-07-30string.c: rb_str_initializenobu
2017-07-20string.c: add String#delete_suffix and String#delete_suffix!sonots
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18string: preserve taint flag with String#-@ (uminus)normal
2017-07-18hash: keep fstrings of tainted strings for string keysnormal
2017-07-06string.c: preserve coderange in String#setbyterhe
2017-07-06string.c: remove dead code in str_fill_term()rhe
2017-06-21string.c: add String#delete_prefix and String#delete_prefix!sonots
2017-06-18string.c: check just before modificationnobu
2017-06-02string.c: docs for String#splitstomar
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-26string.c: adjust style [ci skip]nobu
2017-05-25string.c: Optimize String#concat when argc is 1k0kubun