summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2019-03-20string.c: [DOC] fix reference to sprintf [ci skip]nobu
2019-03-20string.c: [DOC] remove unnecessary markups [ci skip]nobu
2019-03-20string.c: [DOC] fix indent [ci skip]nobu
2019-03-05string.c: respect the actual encodingnobu
2019-02-07* string.c (chopped_length): early return for empty stringsnobu
2019-01-22Add more example of `String#dump`kazu
2019-01-21Improvements to documentation.samuel
2019-01-21string.c (rb_str_dump): Fix the rdocmame
2019-01-15Use `&` instead of `modulo`nobu
2019-01-15setbyte / ungetbyte allow out-of-range integersshyouhei
2019-01-08Defer escaping control char in error messagesnobu
2018-12-26string.c: remove the deprecation warnings of `String#bytes` with blockmame
2018-12-26Revert "string.c: remove the deprecation warnings of `String#bytes` with block"mame
2018-12-26string.c: remove the deprecation warnings of `String#bytes` with blockmame
2018-12-12string.c: [DOC] fix typosstomar
2018-12-09implement special behavior for Georgian for String#capitalizeduerst
2018-12-06suppress warning: unused variable 'vbits'naruse
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-03string.c: [DOC] deprecate String#crypt [ci skip] [Feature #14915]shyouhei
2018-11-24* expand tabs.svn
2018-11-24fix r65954; Keep taintynaruse
2018-11-24Don't use single byte optimization on grapheme clustersnaruse
2018-11-21char is not unsignedshyouhei
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