| Commit message (Expand) | Author | Age | Files | Lines |
| * | * merged from trunk r26967:27020. | nobu | 2010-03-23 | 1 | -25/+33 |
| * | * merged from trunk r26747:26885. | nobu | 2010-03-12 | 1 | -54/+21 |
| * | * merged from trunk r26697:26747. | nobu | 2010-02-24 | 1 | -5/+13 |
| * | * merged from trunk r25728:26678. | nobu | 2010-02-16 | 1 | -46/+82 |
| * | * string.c (rb_str_copy_to_vm): reset instance variables. | nobu | 2009-11-19 | 1 | -0/+2 |
| * | commit miss. | nobu | 2009-11-19 | 1 | -1/+2 |
| * | * vm.c (rb_vm_send, rb_vm_recv): supported strings. | nobu | 2009-11-19 | 1 | -0/+19 |
| * | * include/ruby/public_object.h (ruby_public_object_vmkey): moved | nobu | 2009-11-15 | 1 | -2/+0 |
| * | * merged from trunk r20597:25704. | nobu | 2009-11-10 | 1 | -706/+989 |
| * | * inits.c (rb_vm_call_inits): no longer passes current vm. | nobu | 2008-12-17 | 1 | -1/+1 |
| * | * merged from trunk r20375:20561. | nobu | 2008-12-06 | 1 | -4/+30 |
| * | * inits.c (rb_vm_call_inits): let all InitVM functions use | nobu | 2008-11-30 | 1 | -1/+1 |
| * | * merged from trunk r19258:20281. | nobu | 2008-11-19 | 1 | -229/+637 |
| * | * eval.c (ruby_vm_init): split from ruby_init. | nobu | 2008-09-08 | 1 | -3/+7 |
| * | * merged from trunk r19180:19235. | nobu | 2008-09-07 | 1 | -0/+15 |
| * | * merged from trunk r19119:19180. | nobu | 2008-09-06 | 1 | -1/+1 |
| * | * string.c (rb_str_wrap_cstr): new function. | nobu | 2008-08-30 | 1 | -0/+6 |
| * | * merged from trunk r18660:18923. | nobu | 2008-08-29 | 1 | -4/+9 |
| * | * merged from trunk r18286:18660. | nobu | 2008-08-16 | 1 | -37/+107 |
| * | * merged from trunk r18206:18273. | nobu | 2008-07-30 | 1 | -5/+1 |
| * | * merged from trunk r18097:18164. | nobu | 2008-07-22 | 1 | -2/+19 |
| * | * vm_core.h (rb_thread_t): per-thread cwd support. [EXPERIMENTAL] | nobu | 2008-07-10 | 1 | -0/+21 |
| * | * merged from trunk r17917:17977. | nobu | 2008-07-09 | 1 | -6/+18 |
| * | * include/ruby/public_object.h: moved global variables to VM specific data. | nobu | 2008-07-06 | 1 | -3/+0 |
| * | * merged from trunk r17634:17728. | nobu | 2008-06-30 | 1 | -2/+2 |
| * | * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2, | nobu | 2008-06-27 | 1 | -0/+4 |
| * | * io.c (argf_binmode_p): fix for backport. | nobu | 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 |