aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
...
* this variable is not guaranteed alignedUrabe, Shyouhei2019-04-291-1/+1
* fix typoUrabe, Shyouhei2019-04-291-1/+1
* Get rid of indirect sharingNobuyoshi Nakada2019-04-271-3/+8
* string.c: warn non-nil $;nobu2019-04-181-0/+6
* string.c: improve splitting into charsnobu2019-04-171-10/+20
* string.c: [DOC] fix reference to sprintf [ci skip]nobu2019-03-201-1/+1
* string.c: [DOC] remove unnecessary markups [ci skip]nobu2019-03-201-97/+98
* string.c: [DOC] fix indent [ci skip]nobu2019-03-201-43/+43
* string.c: respect the actual encodingnobu2019-03-051-2/+3
* * string.c (chopped_length): early return for empty stringsnobu2019-02-071-1/+1
* Add more example of `String#dump`kazu2019-01-221-2/+3
* Improvements to documentation.samuel2019-01-211-4/+4
* string.c (rb_str_dump): Fix the rdocmame2019-01-211-1/+4
* Use `&` instead of `modulo`nobu2019-01-151-1/+1
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-5/+4
* Defer escaping control char in error messagesnobu2019-01-081-15/+22
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-18/+1
* Revert "string.c: remove the deprecation warnings of `String#bytes` with block"mame2018-12-261-1/+18
* string.c: remove the deprecation warnings of `String#bytes` with blockmame2018-12-261-18/+1
* string.c: [DOC] fix typosstomar2018-12-121-5/+5
* implement special behavior for Georgian for String#capitalizeduerst2018-12-091-0/+2
* suppress warning: unused variable 'vbits'naruse2018-12-061-1/+0
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-19/+6
* string.c: [DOC] deprecate String#crypt [ci skip] [Feature #14915]shyouhei2018-12-031-11/+54
* * expand tabs.svn2018-11-241-1/+1
* fix r65954; Keep taintynaruse2018-11-241-3/+3
* Don't use single byte optimization on grapheme clustersnaruse2018-11-241-2/+2
* char is not unsignedshyouhei2018-11-211-29/+29
* string.c: setbyte silently ignores upper bitsshyouhei2018-11-191-3/+8
* string.c: this assumption is false [ci skip]shyouhei2018-11-071-1/+1
* adopt sanitizer APIshyouhei2018-11-061-0/+5
* fix type.ko12018-10-301-3/+1
* introduce TransientHeap. [Bug #14858]ko12018-10-301-2/+2
* * expand tabs.svn2018-10-301-3/+3
* revert r65444 and r65446 because of commit missko12018-10-301-3/+3
* introduce TransientHeap. [Bug #14858]ko12018-10-301-3/+3
* string.c: improve docs for String#strip and relatedstomar2018-10-261-19/+19
* array.c, file.c, string.c: [DOC] fix typosstomar2018-10-191-3/+3
* string.c: grapheme cluster regexp failurenobu2018-10-161-2/+5
* string.c: [DOC] add example code for String#strip!stomar2018-10-131-0/+3
* string.c: small doc improvementstomar2018-10-131-1/+1
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-2/+2
* Added comments to rb_setup_fake_str and rb_fstring_new [ci skip]nobu2018-10-131-0/+8
* [DOC] Improve String#strip documentation.marcandre2018-09-161-0/+1
* move function declarations from insns.def to internal.hshyouhei2018-06-271-2/+0
* string.c: [DOC] grammar fixesstomar2018-06-111-7/+6
* [Docs] Improve documentation of String#linesnobu2018-06-081-2/+8
* String#uminus dedupes unconditionallynormal2018-06-041-9/+5
* string.c: trivial optimizationsnobu2018-06-011-9/+6
* string.c: doc for [Feature #13712]nobu2018-06-011-0/+2