summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2019-05-14Symbol just represents a nameNobuyoshi Nakada
2019-05-09str_duplicate: Don't share with a frozen shared stringAlan Wu
2019-05-06Revert "UTF-8 is one of byte based encodings"Nobuyoshi Nakada
2019-05-05Improve documentation for String#{dump,undump}Marcus Stollsteimer
2019-05-03* expand tabs.git
2019-05-03Improve performance of case-conversion methodsNobuyoshi Nakada
2019-05-03UTF-8 is one of byte based encodingsNobuyoshi Nakada
2019-05-02* expand tabs.git
2019-05-02Fix potential memory leakNobuyoshi Nakada
2019-04-29this variable is not guaranteed alignedUrabe, Shyouhei
2019-04-29fix typoUrabe, Shyouhei
2019-04-27Get rid of indirect sharingNobuyoshi Nakada
2019-04-18string.c: warn non-nil $;nobu
2019-04-17string.c: improve splitting into charsnobu
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