aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* string.c: add String#delete_prefix and String#delete_prefix!sonots2017-06-211-0/+68
* string.c: check just before modificationnobu2017-06-181-1/+2
* string.c: docs for String#splitstomar2017-06-021-4/+8
* Improve performance of implicit type conversionwatson19782017-05-311-2/+2
* string.c: adjust style [ci skip]nobu2017-05-261-1/+2
* string.c: Optimize String#concat when argc is 1k0kubun2017-05-251-1/+3
* vm_insnhelper.c: rb_eql_opt should call eql?nobu2017-05-251-1/+1
* string.c: fix String#crypt leak introduced in r58866normal2017-05-241-1/+1
* string.c: for small crypt_datanobu2017-05-241-2/+8
* Add debug counters.ko12017-05-241-1/+11
* string.c (rb_str_crypt): fix excessive stack use with crypt_rnormal2017-05-241-3/+11
* string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar2017-05-211-8/+16
* string.c: cut down intermediate stringnobu2017-05-141-3/+30
* revert r58703 & r58705nobu2017-05-131-16/+2
* string.c: fix up r58703nobu2017-05-131-2/+6
* string.c: cut down intermediate stringnobu2017-05-131-2/+12
* string.c: fix one-off bugnobu2017-05-131-1/+1
* string.c: remove bare Unicode.nobu2017-05-121-3/+3
* string.c: docs for String#matchstomar2017-05-111-0/+1
* string.c: docs for Symbolstomar2017-05-111-5/+7
* string.c: docs for Symbol#{match,match?}stomar2017-05-111-4/+4
* string.c: fix r58618nobu2017-05-091-1/+2
* replace hand-written argument check by call to rb_scan_args in unicode_normal...duerst2017-05-091-6/+3
* string.c: fix typesnobu2017-05-061-3/+3
* string.c: [DOC] improve docs for String.newstomar2017-05-041-8/+10
* string.c: [DOC] Properly refer to keyword argument by its namektsj2017-05-041-2/+2
* refactor common parts of unicode normalization functions into unicode_normali...duerst2017-05-041-31/+20
* move definition of String#unicode_normalized? to C to make sure it is documentedduerst2017-05-041-1/+36
* move definition of String#unicode_normalize! to C to make sure it is documentedduerst2017-05-041-1/+23
* * remove trailing spaces.svn2017-05-031-1/+1
* move definition of String#unicode_normalize to C to make sure it is documentedduerst2017-05-031-0/+48
* string.c: improve insertion performacenobu2017-04-171-1/+8
* string.c: Supress logical-op-parentheses warningsorah2017-03-291-2/+2
* string.c: use the usable sizenobu2017-03-211-3/+3
* fix accidental reversal of r57997 in r58000duerst2017-03-181-1/+1
* clarifiy 'codepoint' in documentation of String#each_codepointduerst2017-03-171-2/+4
* deduplicate static rb_str_format format stringsnormal2017-03-171-1/+1
* string.c: shortcut argument checknobu2017-03-151-4/+19
* string.c: use rb_check_string_typenobu2017-03-141-12/+4
* docs for Symbol#casecmp and Symbol#casecmp?stomar2017-03-131-17/+43
* string.c (rb_str_set_len): pathological checknobu2017-03-131-1/+1
* string.c: $; is a GC-rootnobu2017-03-131-0/+1
* docs for String#casecmp and String#casecmp?stomar2017-03-111-9/+17
* string.c (str_uminus): update doc for deduplicationnormal2017-03-081-2/+2
* fix parennobu2017-03-081-1/+1
* string.c: [DOC] Fix a typo in String#dumpkazu2017-03-071-1/+1
* string.c: negation of LONG_MINnobu2017-03-071-2/+4
* string.c: fix integer overflownobu2017-03-071-1/+1
* string.c: fix integer overflownobu2017-03-071-1/+1
* string.c: [DOC] fix doc formatting for String#==, #===stomar2017-03-041-3/+1