summaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * string.c (sym_printable): wrong condition for string iteration.matz2008-12-131-4/+3
* * string.c (sym_inspect): quote if symbol contains non-printablematz2008-12-131-1/+15
* * string.c (sym_equal): remove documentation error "Otherwise,matz2008-12-131-2/+1
* * string.c (rb_string_value_ptr, rb_to_id): do not use a sidenobu2008-12-121-4/+7
* * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomasnobu2008-12-051-2/+2
* * string.c (sym_to_proc): tabified.nobu2008-12-041-8/+8
* * string.c (sym_to_proc): use hidden object.nobu2008-12-041-1/+1
* * string.c (sym_to_proc): caches Symbol procs, based on a patch fromnobu2008-12-041-2/+25
* * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimizednobu2008-11-111-0/+2
* * ext/curses/curses.c: curses encoding should obey locale.matz2008-11-071-0/+6
* * string.c (Init_String): remove Symbol#===. [ruby-dev:37026]matz2008-11-061-8/+0
* * string.c (rb_str_check_dummy_enc): new function to check dummymatz2008-10-291-3/+14
* * string.c (rb_str_cmp): fix condition which always returned truemame2008-10-291-1/+1
* * string.c (rb_str_dump): should have removed commented outmatz2008-10-241-1/+0
* * string.c (rb_str_dump): do not use C++ comment.shyouhei2008-10-241-1/+1
* * string.c (rb_str_dump): use \u{ff} escape for UTF-8 encodingmatz2008-10-231-9/+33
* * string.c (rb_str_conv_enc_opts): new function to convert withmatz2008-10-221-2/+8
* * string.c (rb_external_str_new_with_enc): no implicit strlen call.matz2008-10-221-1/+12