aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_hash_cmp): got rid of overflow.nobu2009-07-181-1/+1
* Check pos and strlen on Regexp#index(str, pos) [ruby-core:23660]naruse2009-07-141-0/+2
* * hash.c (rb_hash_hash): documentation fix. a patch frommatz2009-07-011-8/+13
* * re.c (reg_match_pos): adjust offset based on characters, notmatz2009-06-301-3/+8
* * array.c (rb_ary_memsize): added.ko12009-06-161-0/+11
* * string.c (str_replace_shared): shared target must be frozen.nobu2009-06-111-2/+9
* * string.c (rb_str_gsub_bang): modify check at the beginning.matz2009-06-021-6/+10
* * string.c (rb_str_each_char, rb_str_each_codepoint): stringnobu2009-05-251-2/+3
* * string.c (rb_str_hash): avoid calling rb_enc_str_asciionly_p().matz2009-05-251-24/+31
* * string.c (rb_str_rpartition): ditto.nobu2009-05-241-0/+1
* * string.c (rb_str_partition): should use the converted result. anobu2009-05-241-0/+1
* * string.c (rb_str_each_char): return original string.matz2009-05-231-2/+5
* * string.c (rb_str_count): optimized for 1byte string count bymatz2009-05-211-6/+18
* * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz2009-05-201-25/+68
* * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz2009-05-191-40/+42
* rdoc update.akr2009-05-091-2/+11
* * string.c, include/ruby/encoding.h: fixed types.nobu2009-05-071-21/+22
* * string.c (rb_str_split_m): faster processing on 7bit strings.matz2009-04-201-9/+53
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-081-1/+1
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-081-1/+2
* * string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155]naruse2009-04-081-1/+1
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-3/+3
* * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu2009-03-151-24/+36
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-9/+15
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-7/+7
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-1/+1
* * string.c (str_eql): extracted from rb_str_equal and rb_str_eql.nobu2009-03-051-17/+14
* * string.c (rb_str_chomp_bang): keeps 7bit coderange.nobu2009-03-051-1/+4
* * string.c (rb_str_each_line): constified.nobu2009-02-251-1/+1
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-251-0/+1
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-241-1/+1
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-241-2/+10
* stripped trailing spaces.nobu2009-02-221-202/+202
* * string.c (tr_trans): should recalculate coderange.nobu2009-02-221-2/+13
* * string.c (tr_trans): should not be affected by the encoding ofnobu2009-02-221-6/+19
* * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): newnobu2009-02-181-0/+5
* * string.c (rb_str_shared_replace): no need fornobu2009-02-171-11/+16
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-3/+55
* * string.c (rb_external_str_new_with_enc): change evaluatioin ordernaruse2009-02-131-2/+2
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-8/+10
* * string.c (rb_str_each_codepoint): update RDoc formatz2009-02-051-1/+1
* * string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.akr2009-02-041-2/+2
* * string.c (hash): suppress a warning.nobu2009-01-211-0/+2
* * string.c (hash): fixed the tail bytes handling in the alignednobu2009-01-201-4/+10
* * string.c (hash): fixed typo. [ruby-dev:37791]nobu2009-01-191-1/+1
* * string.c (hash): defaulted to MurmurHash 2.0.nobu2009-01-191-2/+2
* * string.c (hash): added MurmurHash 2.0.nobu2009-01-191-54/+93
* * string.c (rb_external_str_new_with_enc): set ASCII-8BIT ifmatz2008-12-231-0/+5
* * string.c (rb_str_upto): should return enumerator if calledmatz2008-12-221-0/+1
* * string.c (rb_str_hash): gets rid of collisions between differentnobu2008-12-171-1/+5