summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2018-11-19string.c: setbyte silently ignores upper bitsshyouhei
2018-11-07string.c: this assumption is false [ci skip]shyouhei
2018-11-06adopt sanitizer APIshyouhei
2018-10-30fix type.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30* expand tabs.svn
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-26string.c: improve docs for String#strip and relatedstomar
2018-10-19array.c, file.c, string.c: [DOC] fix typosstomar
2018-10-16string.c: grapheme cluster regexp failurenobu
2018-10-13string.c: [DOC] add example code for String#strip!stomar
2018-10-13string.c: small doc improvementstomar
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-10-13Added comments to rb_setup_fake_str and rb_fstring_new [ci skip]nobu
2018-09-16[DOC] Improve String#strip documentation.marcandre
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