summaryrefslogtreecommitdiff
path: root/ext/-test-
AgeCommit message (Expand)Author
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-09-12* thread.c (rb_thread_select): fix to ignore an argumentkosaki
2011-08-30* ext/-test-/old_thread_select/old_thread_select.c (old_thread_select):usa
2011-08-30* thread.c (rb_thread_select): rewrite by usingkosaki
2011-08-03* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa
2011-07-08* ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-07* ext/-test-/string/modify.c: split from init.c.nobu
2011-05-04* ext/-test-/wait_for_single_fd: New. for testingkosaki
2011-03-17* include/ruby/ruby.h (rb_funcall_passing_block): add prototype.nobu
2011-01-30* string.c (rb_str_ellipsize): new function to ellipsize a string.nobu
2011-01-24* string.c (rb_string_value_cstr): rb_str_modify can changenobu
2011-01-05* ext/-test-/array/resize/resize.c (Init_resize): renamed methodnobu
2011-01-05* array.c (rb_ary_resize): new utility function. [ruby-dev:42912]nobu
2011-01-05* dln.c (init_funcname_len): ignore rest from first dot.nobu
2010-08-07* vm_eval.c (vm_call0): fix for VM_METHOD_TYPE_NOTIMPLEMENTED.nobu
2010-08-05* string.c (rb_str_set_len): should fail to modify shared string.nobu
2010-08-04 * string.c (rb_str_resize): reverted r28851. rb_str_resize cannotnobu
2010-08-04* string.c (rb_str_resize): should copy the content properly. anobu
2010-08-02* ext/-test-/add_suffix/bug.c: for the prototype.nobu
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu
2010-07-14* eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu