summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2017-06-18string.c: check just before modificationnobu
2017-06-02string.c: docs for String#splitstomar
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-26string.c: adjust style [ci skip]nobu
2017-05-25string.c: Optimize String#concat when argc is 1k0kubun
2017-05-25vm_insnhelper.c: rb_eql_opt should call eql?nobu
2017-05-24string.c: fix String#crypt leak introduced in r58866normal
2017-05-24string.c: for small crypt_datanobu
2017-05-24Add debug counters.ko1
2017-05-24string.c (rb_str_crypt): fix excessive stack use with crypt_rnormal
2017-05-21string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar
2017-05-14string.c: cut down intermediate stringnobu
2017-05-13revert r58703 & r58705nobu
2017-05-13string.c: fix up r58703nobu
2017-05-13string.c: cut down intermediate stringnobu
2017-05-13string.c: fix one-off bugnobu
2017-05-12string.c: remove bare Unicode.nobu
2017-05-11string.c: docs for String#matchstomar
2017-05-11string.c: docs for Symbolstomar
2017-05-11string.c: docs for Symbol#{match,match?}stomar
2017-05-09string.c: fix r58618nobu
2017-05-09replace hand-written argument check by call to rb_scan_args in unicode_normal...duerst
2017-05-06string.c: fix typesnobu
2017-05-04string.c: [DOC] improve docs for String.newstomar
2017-05-04string.c: [DOC] Properly refer to keyword argument by its namektsj
2017-05-04refactor common parts of unicode normalization functions into unicode_normali...duerst
2017-05-04move definition of String#unicode_normalized? to C to make sure it is documentedduerst
2017-05-04move definition of String#unicode_normalize! to C to make sure it is documentedduerst
2017-05-03* remove trailing spaces.svn
2017-05-03move definition of String#unicode_normalize to C to make sure it is documentedduerst
2017-04-17string.c: improve insertion performacenobu
2017-03-29string.c: Supress logical-op-parentheses warningsorah
2017-03-21string.c: use the usable sizenobu
2017-03-18fix accidental reversal of r57997 in r58000duerst
2017-03-17clarifiy 'codepoint' in documentation of String#each_codepointduerst
2017-03-17deduplicate static rb_str_format format stringsnormal
2017-03-15string.c: shortcut argument checknobu
2017-03-14string.c: use rb_check_string_typenobu
2017-03-13docs for Symbol#casecmp and Symbol#casecmp?stomar
2017-03-13string.c (rb_str_set_len): pathological checknobu
2017-03-13string.c: $; is a GC-rootnobu
2017-03-11docs for String#casecmp and String#casecmp?stomar
2017-03-08string.c (str_uminus): update doc for deduplicationnormal
2017-03-08fix parennobu
2017-03-07string.c: [DOC] Fix a typo in String#dumpkazu
2017-03-07string.c: negation of LONG_MINnobu
2017-03-07string.c: fix integer overflownobu
2017-03-07string.c: fix integer overflownobu
2017-03-04string.c: [DOC] fix doc formatting for String#==, #===stomar
2017-03-02string.c: restore documentation for String#<<stomar