summaryrefslogtreecommitdiff
path: root/ext/-test-
AgeCommit message (Expand)Author
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu
2012-02-07* st.c (st_foreach): should not yield same pair when checkingnobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2011-12-27* st.c (st_update): new function to lookup the given key andnobu
2011-12-15* error.c (rb_check_typeddata): refine error message withnobu
2011-12-08Fix invalid test extension.naruse
2011-11-30* variable.c (rb_path2class): don't raise NameError when the middlenaruse
2011-11-16* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa
2011-11-14* ext/-test-/num2int/num2int.c: should return valid values.nobu
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-08* ext/-test-/old_thread_select/extconf.rb: ignore deprecatednobu
2011-10-20* util.c (mmprepare): fix for fragmental size.nobu
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