| Commit message (Expand) | Author | Age | Files | Lines |
* | * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known | matz | 2009-05-20 | 1 | -25/+68 |
* | * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint() | matz | 2009-05-19 | 1 | -40/+42 |
* | rdoc update. | akr | 2009-05-09 | 1 | -2/+11 |
* | * string.c, include/ruby/encoding.h: fixed types. | nobu | 2009-05-07 | 1 | -21/+22 |
* | * string.c (rb_str_split_m): faster processing on 7bit strings. | matz | 2009-04-20 | 1 | -9/+53 |
* | * string.c (rb_str_dump): buffer length plus one byte for null | mame | 2009-04-08 | 1 | -1/+1 |
* | * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii. | nobu | 2009-04-08 | 1 | -1/+2 |
* | * string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155] | naruse | 2009-04-08 | 1 | -1/+1 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -3/+3 |
* | * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUE | nobu | 2009-03-15 | 1 | -24/+36 |
* | * string.c (rb_str_subpat): accept capture name. | akr | 2009-03-14 | 1 | -9/+15 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -7/+7 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -1/+1 |
* | * string.c (str_eql): extracted from rb_str_equal and rb_str_eql. | nobu | 2009-03-05 | 1 | -17/+14 |
* | * string.c (rb_str_chomp_bang): keeps 7bit coderange. | nobu | 2009-03-05 | 1 | -1/+4 |
* | * string.c (rb_str_each_line): constified. | nobu | 2009-02-25 | 1 | -1/+1 |
* | * string.c (rb_str_force_encoding): should clear coderange at changing | nobu | 2009-02-25 | 1 | -0/+1 |
* | * string.c (rb_str_chomp_bang): coderange may change. | nobu | 2009-02-24 | 1 | -1/+1 |
* | * string.c (rb_str_delete_bang): should recalculate coderange. | nobu | 2009-02-24 | 1 | -2/+10 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -202/+202 |
* | * string.c (tr_trans): should recalculate coderange. | nobu | 2009-02-22 | 1 | -2/+13 |
* | * string.c (tr_trans): should not be affected by the encoding of | nobu | 2009-02-22 | 1 | -6/+19 |
* | * array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new | nobu | 2009-02-18 | 1 | -0/+5 |
* | * string.c (rb_str_shared_replace): no need for | nobu | 2009-02-17 | 1 | -11/+16 |
* | * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end), | mame | 2009-02-14 | 1 | -3/+55 |
* | * string.c (rb_external_str_new_with_enc): change evaluatioin order | naruse | 2009-02-13 | 1 | -2/+2 |
* | * compile.c (compile_array_, defined_expr, iseq_compile_each): hide | nobu | 2009-02-12 | 1 | -8/+10 |
* | * string.c (rb_str_each_codepoint): update RDoc for | matz | 2009-02-05 | 1 | -1/+1 |
* | * string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly. | akr | 2009-02-04 | 1 | -2/+2 |
* | * string.c (hash): suppress a warning. | nobu | 2009-01-21 | 1 | -0/+2 |
* | * string.c (hash): fixed the tail bytes handling in the aligned | nobu | 2009-01-20 | 1 | -4/+10 |
* | * string.c (hash): fixed typo. [ruby-dev:37791] | nobu | 2009-01-19 | 1 | -1/+1 |
* | * string.c (hash): defaulted to MurmurHash 2.0. | nobu | 2009-01-19 | 1 | -2/+2 |
* | * string.c (hash): added MurmurHash 2.0. | nobu | 2009-01-19 | 1 | -54/+93 |
* | * string.c (rb_external_str_new_with_enc): set ASCII-8BIT if | matz | 2008-12-23 | 1 | -0/+5 |
* | * string.c (rb_str_upto): should return enumerator if called | matz | 2008-12-22 | 1 | -0/+1 |
* | * string.c (rb_str_hash): gets rid of collisions between different | nobu | 2008-12-17 | 1 | -1/+5 |
* | * string.c (sym_printable): wrong condition for string iteration. | matz | 2008-12-13 | 1 | -4/+3 |
* | * string.c (sym_inspect): quote if symbol contains non-printable | matz | 2008-12-13 | 1 | -1/+15 |
* | * string.c (sym_equal): remove documentation error "Otherwise, | matz | 2008-12-13 | 1 | -2/+1 |
* | * string.c (rb_string_value_ptr, rb_to_id): do not use a side | nobu | 2008-12-12 | 1 | -4/+7 |
* | * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomas | nobu | 2008-12-05 | 1 | -2/+2 |
* | * string.c (sym_to_proc): tabified. | nobu | 2008-12-04 | 1 | -8/+8 |
* | * string.c (sym_to_proc): use hidden object. | nobu | 2008-12-04 | 1 | -1/+1 |
* | * string.c (sym_to_proc): caches Symbol procs, based on a patch from | nobu | 2008-12-04 | 1 | -2/+25 |
* | * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimized | nobu | 2008-11-11 | 1 | -0/+2 |
* | * ext/curses/curses.c: curses encoding should obey locale. | matz | 2008-11-07 | 1 | -0/+6 |
* | * string.c (Init_String): remove Symbol#===. [ruby-dev:37026] | matz | 2008-11-06 | 1 | -8/+0 |
* | * string.c (rb_str_check_dummy_enc): new function to check dummy | matz | 2008-10-29 | 1 | -3/+14 |
* | * string.c (rb_str_cmp): fix condition which always returned true | mame | 2008-10-29 | 1 | -1/+1 |