| Commit message (Expand) | Author | Age | Files | Lines |
* | * string.c (sym_inspect): remove dead code. | mame | 2008-07-30 | 1 | -5/+1 |
* | * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new | nobu | 2008-07-22 | 1 | -0/+14 |
* | * include/ruby/intern.h (rb_str_buf_new2): optimization for literals. | nobu | 2008-07-21 | 1 | -2/+3 |
* | * include/ruby/intern.h (rb_str_buf_cat2, rb_str_cat2): optimization | nobu | 2008-07-21 | 1 | -0/+2 |
* | * string.c (rb_str_succ): alphabets or numerics mutually enclosing | nobu | 2008-07-08 | 1 | -8/+17 |
* | * string.c (rb_str_succ): limit carrying in an alphanumeric region if | nobu | 2008-07-07 | 1 | -3/+6 |
* | * string.c (rb_str_format_m): make tmp volatile to avoid possible GC | akr | 2008-06-29 | 1 | -1/+1 |
* | * include/ruby/ruby.h (struct RRegexp): new field usecnt. replace | akr | 2008-06-28 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 1 | -0/+4 |
* | * string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fix | mame | 2008-06-26 | 1 | -14/+9 |
* | * array.c (rb_ary_store, rb_ary_splice): not depend on unspecified | nobu | 2008-06-20 | 1 | -43/+27 |
* | * string.c (rb_str_sub_bang): should preserve replacement points | matz | 2008-06-20 | 1 | -9/+11 |
* | * string.c (rb_memhash): randomize hash to avoid algorithmic | akr | 2008-06-20 | 1 | -2/+10 |
* | * array.c (ary_new, rb_ary_initialize, rb_ary_store, | shyouhei | 2008-06-19 | 1 | -0/+3 |
* | * string.c (str_gsub): should preserve last successful match | matz | 2008-06-19 | 1 | -18/+17 |
* | * string.c (str_alloc): specify 'inline' modifier. | matz | 2008-06-19 | 1 | -7/+2 |
* | * string.c (rb_str_scan): String#scan should preserve last | matz | 2008-06-19 | 1 | -4/+7 |
* | * io.c (read_all): should use io_read_encoding(), not | matz | 2008-06-11 | 1 | -3/+0 |
* | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu | 2008-06-09 | 1 | -1/+3 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -4/+4 |
* | * string.c (hash): should be "static". | ko1 | 2008-06-04 | 1 | -1/+1 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+2 |
* | * string.c (rb_usascii_str_new): use rb_str_new. | naruse | 2008-05-20 | 1 | -8/+5 |
* | * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT if | matz | 2008-05-20 | 1 | -15/+35 |
* | * regparse.c (PINC): use optimized enclen() instead of | matz | 2008-05-19 | 1 | -1/+1 |
* | * string.c (tr_find): String#delete returned wrong result when multiple | mame | 2008-05-15 | 1 | -5/+5 |
* | * string.c (rb_str_cat): fixed buffer overrun reported by | matz | 2008-05-13 | 1 | -1/+1 |
* | * string.c (sym_to_i): really removed. [ruby-dev:34641] | matz | 2008-05-12 | 1 | -21/+0 |
* | * string.c (tr_trans): should not turn on modify flag if no | matz | 2008-05-10 | 1 | -1/+0 |
* | * string.c (tr_trans): should check src size, not str size. | matz | 2008-05-10 | 1 | -1/+1 |
* | * string.c (tr_trans): single '^' does not mean negation. | matz | 2008-05-10 | 1 | -1/+3 |
* | * string.c (rb_str_each_line): zero length record separator should | matz | 2008-05-10 | 1 | -3/+7 |
* | * thread.c (rb_thread_key_p): thread local storage stores ID. | nobu | 2008-05-07 | 1 | -1/+0 |
* | * string.c (tr_trans): should squeeze properly. [ruby-dev:34587] | matz | 2008-05-07 | 1 | -41/+51 |
* | * string.c (rb_str_each_line): return original string. | akr | 2008-05-04 | 1 | -2/+3 |
* | * string.c (rb_enc_cr_str_buf_cat): do not use C++ comment. | shyouhei | 2008-04-22 | 1 | -1/+1 |
* | * string.c (rb_str_intern): need not to check if tainted. | matz | 2008-04-06 | 1 | -3/+0 |
* | * re.c (rb_memsearch_ss): simple shift search. | naruse | 2008-03-17 | 1 | -1/+1 |
* | * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable(). | matz | 2008-03-15 | 1 | -5/+9 |
* | * include/ruby/ruby.h (inttypes.h): includes always if available. | nobu | 2008-03-14 | 1 | -4/+0 |
* | * string.c (UNALIGNED_WORD_ACCESS): IA64 cannot access unaligned word. | nobu | 2008-03-14 | 1 | -1/+1 |
* | * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check. | nobu | 2008-03-13 | 1 | -4/+4 |
* | * configure.in (stdint.h): check if presence. | nobu | 2008-03-12 | 1 | -6/+101 |
* | * string.c (hash): replaced by MurmurHash described in | matz | 2008-03-11 | 1 | -113/+32 |
* | * string.c (rb_str_comparable): empty strings in any encoding are | matz | 2008-03-11 | 1 | -4/+7 |
* | * string.c (rb_str_index): if t == s + pos, the character beginning | naruse | 2008-03-09 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -11/+13 |
* | * string.c (search_nonascii): Use VALUE instead of unsigned long | naruse | 2008-03-08 | 1 | -35/+33 |
* | * string.c (count_utf8_lead_bytes_with_ulong): fix shift size. | naruse | 2008-03-05 | 1 | -4/+3 |
* | * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong): | naruse | 2008-03-05 | 1 | -35/+35 |