summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2018-01-29string.c (rb_str_format_m): Fix the example code of the docmame
2018-01-25string.c: clear substring code rangenobu
2018-01-16sizeof(uintptr_t) != sizeof(uintptr_t *)shyouhei
2018-01-15__builtin_assume_aligned for *(foo *) castsshyouhei
2018-01-14exclude flexible array size with old compilersnobu
2018-01-13string.c (struct mapping_buffer): Use FLEX_ARY_LENmame
2018-01-10should cause preprocess error as other casesusa
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2018-01-09internal.h: remove dependecy on ruby/io.hnobu
2018-01-06string.c: out-of-bounds accessnobu
2018-01-04ULL suffix is a C99ismshyouhei
2018-01-04Fix doc typo in Symbol#to_proc [Fix GH-1785]nobu
2017-12-29string.c: chomp rs at the endnobu
2017-12-27[DOC] Fix typos in downcase [ci skip]kazu
2017-12-22encoding.c: rb_enc_find_index2nobu
2017-12-21string.c: fix memory leaknobu
2017-12-21Don't allow mixed escapenaruse
2017-12-21move dump format validation into parsing epiloguenaruse
2017-12-21fix escapes in undumpnaruse
2017-12-16string.c: multiple codepointsnobu
2017-12-16string.c: suppress warningnobu
2017-12-14Implement String#undump to unescape String#dump-ed stringtadd
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