aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* Export some missing symbols for MJITk0kubun2018-02-081-1/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-5/+5
* string.c (rb_str_format_m): Fix the example code of the docmame2018-01-291-1/+1
* string.c: clear substring code rangenobu2018-01-251-0/+1
* sizeof(uintptr_t) != sizeof(uintptr_t *)shyouhei2018-01-161-1/+1
* __builtin_assume_aligned for *(foo *) castsshyouhei2018-01-151-2/+9
* exclude flexible array size with old compilersnobu2018-01-141-1/+1
* string.c (struct mapping_buffer): Use FLEX_ARY_LENmame2018-01-131-2/+2
* should cause preprocess error as other casesusa2018-01-101-0/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* internal.h: remove dependecy on ruby/io.hnobu2018-01-091-0/+1
* string.c: out-of-bounds accessnobu2018-01-061-1/+2
* ULL suffix is a C99ismshyouhei2018-01-041-4/+15
* Fix doc typo in Symbol#to_proc [Fix GH-1785]nobu2018-01-041-1/+1
* string.c: chomp rs at the endnobu2017-12-291-1/+6
* [DOC] Fix typos in downcase [ci skip]kazu2017-12-271-2/+2
* encoding.c: rb_enc_find_index2nobu2017-12-221-13/+4
* string.c: fix memory leaknobu2017-12-211-0/+1
* Don't allow mixed escapenaruse2017-12-211-2/+10
* move dump format validation into parsing epiloguenaruse2017-12-211-99/+68
* fix escapes in undumpnaruse2017-12-211-38/+37
* string.c: multiple codepointsnobu2017-12-161-29/+30
* string.c: suppress warningnobu2017-12-161-1/+1
* Implement String#undump to unescape String#dump-ed stringtadd2017-12-141-17/+284
* string.c: fix rb_external_str_new_with_encnobu2017-12-021-0/+4
* string.c: prefer rb_syserr_failnobu2017-11-141-8/+5
* string.c: fix up r60748rhe2017-11-121-0/+2
* string.c: fix memory leak in String#cryptrhe2017-11-121-12/+6
* string.c: improve docs for String#{concat,<<}stomar2017-11-071-6/+8
* string.c: fix typosstomar2017-11-071-2/+2
* string.c: improve docsstomar2017-10-291-1/+1
* string.c: Improve String#prepend performance if only one argument is givenwatson19782017-10-271-1/+4
* string.c: comment layout [ci skip]nobu2017-10-221-2/+2
* * remove trailing spaces.svn2017-10-211-1/+1
* * string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]sonots2017-10-211-15/+24
* * string.c: Remove errant "the" in gsub documentationsonots2017-10-211-1/+1
* Improve performance of string interpolationnobu2017-10-211-4/+19
* Add documentation for `chomp` option.hsbt2017-10-211-2/+4
* * string.c (deleted_prefix_length, deleted_suffix_length):sonots2017-10-211-0/+23
* [Feature #13712] String#start_with? supports regexpnaruse2017-10-211-5/+14
* string.c: avoid unnecessary call of str_strlen()glass2017-10-011-25/+32
* string.c: fix ASCII-only on succnobu2017-09-301-0/+1
* string.c: ASCII-incompatible is not ASCII onlynobu2017-09-291-1/+1
* dup String#split return valuenobu2017-09-231-1/+1
* dup String#rpartition return valuenobu2017-09-231-1/+1
* dup String#partition return valuenobu2017-09-231-1/+1
* refinements in string interpolationnobu2017-09-181-0/+8
* Fix a typo [ci skip]kazu2017-09-061-1/+1
* string.c: fix false coderangenobu2017-09-061-2/+16
* string.c: optimize enumerate_grapheme_clustersnobu2017-09-061-1/+1