summaryrefslogtreecommitdiff
path: root/spec/ruby/core/integer/divide_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/integer/divide_spec.rb')
0 files changed, 0 insertions, 0 deletions
td>2017-03-31debug.c: check codepage value [ci skip]nobu 2017-03-31RUBY_DEBUG codepage option [ci skip]nobu 2016-07-25* debug.c (ruby_debug_printf): use rb_raw_obj_info()ko1 2015-09-13ruby.h: add prefixnobu 2015-05-23* debug.c (ruby_debug_print_id): use rb_id2name() for fprintf().ko1 2014-11-25rb_id2str over rb_id2namenobu 2014-11-18* debug.c (set_debug_option): need the declaration.usa 2014-11-18* debug.c (SET_WHEN): Don't declare debug variables here.akr 2014-09-12follow RIncGCnobu 2014-09-08* gc.c: add incremental GC algorithm. [Feature #10137]ko1 2013-11-04* include/ruby/ruby.h: rename FL_OLDGEN to FL_PROMOTED.ko1 2013-09-20.gdbinit: show ID typenobu 2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo 2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1 2012-11-20* include/ruby/debug.h: introdudced.ko1 2012-01-07* gc.c: use Bitmap Marking algorithm to avoid copy-on-write ofnari 2010-12-07* debug.c: parenthesize macro arguments.akr 2010-10-13* debug.c (ruby_set_debug_option): define always for binarynobu 2010-05-21* suppress warnings.nobu 2010-05-05* debug.c (RUBY_NODE_LMASK): may exceed int limit.nobu 2009-09-14* debug.c, parse.y: fixed types.nobu 2009-08-10* gc.c: reject unused longlife gc.nari 2009-08-05* debug.c (ruby_dummy_gdb_enums): made public. [ruby-dev:39001]nobu 2009-05-21* template/id.h.tmpl, id.h (enum ruby_method_ids): added some IDs.nobu 2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari 2009-02-22stripped trailing spaces.nobu 2009-02-16* debug.c (set_debug_option): added rtc_error option.nobu 2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo