summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2018-06-27move function declarations from insns.def to internal.hshyouhei
2018-06-11string.c: [DOC] grammar fixesstomar
2018-06-08[Docs] Improve documentation of String#linesnobu
2018-06-04String#uminus dedupes unconditionallynormal
2018-06-01string.c: trivial optimizationsnobu
2018-06-01string.c: doc for [Feature #13712]nobu
2018-05-22string.c: MAYBE_UNUSED to suppress warnings for `old`normal
2018-05-22string.c: size hints for free and realloc callsnormal
2018-04-28string.c: adjust to rb_str_upto_eachnobu
2018-04-24string.c: fix scanned substring with `\K`nobu
2018-04-19Introduce endless range [Feature#12912]mame
2018-04-17string.c: suppress warningnobu
2018-04-16string.c: fix dumped suffixnobu
2018-04-16string.c: fix checking ordernobu
2018-04-14string.c: [DOC] fix typostomar
2018-03-22Factor out get_reg_grapheme_clusternaruse
2018-03-22fix each_grapheme_cluster's size [Bug #14363]naruse
2018-03-22Revert "each_grapheme_cluster shouldn't return size [Bug #14363]"naruse
2018-03-22each_grapheme_cluster shouldn't return size [Bug #14363]naruse
2018-03-21Improve documentation for 'text '.splitnobu
2018-03-17string.c: [DOC] split with block [ci skip]nobu
2018-03-15string.c: split with blocknobu
2018-03-14quote symbolsnobu
2018-02-08Export some missing symbols for MJITk0kubun
2018-02-04mjit_compile.c: merge initial JIT compilerk0kubun
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