aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-
Commit message (Expand)AuthorAgeFilesLines
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-0/+19
* * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu2011-10-071-2/+2
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-071-6/+125
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-0/+44
* * test/-ext-/old_thread_select/test_old_thread_select.rb:kosaki2011-09-191-7/+12
* * thread.c (rb_thread_select): fix to ignore an argumentkosaki2011-09-121-0/+14
* * thread.c (rb_thread_select): fix a typo to initialize efdsnobu2011-09-091-2/+13
* Use assert_operator to show clear message.naruse2011-09-061-3/+3
* * test/-ext-/old_thread_select/test_old_thread_select.rbusa2011-08-301-1/+1
* * ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa2011-08-301-5/+5
* * thread.c (rb_thread_select): rewrite by usingkosaki2011-08-301-0/+69
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-47/+0
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-0/+12
* * thread.c (rb_wait_for_single_fd): Fix wrong return value.kosaki2011-05-041-0/+10
* * ext/-test-/wait_for_single_fd: New. for testingkosaki2011-05-041-0/+32
* * include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu2011-03-171-0/+22
* * string.c (rb_str_ellipsize): new function to ellipsize a string.nobu2011-01-301-0/+46
* * string.c (rb_string_value_cstr): rb_str_modify can changenobu2011-01-241-0/+17
* * ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu2011-01-051-6/+6
* * array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu2011-01-051-0/+29
* * dln.c (init_funcname_len): ignore rest from first dot.nobu2011-01-051-0/+10
* * vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu2010-08-071-0/+10
* * string.c (rb_str_set_len): should fail to modify shared string.nobu2010-08-051-0/+25
* * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu2010-08-041-12/+0
* * string.c (rb_str_resize): should copy the content properly. anobu2010-08-041-0/+12
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-0/+47
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-141-0/+21