summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum/test_div.rb
AgeCommit message (Expand)Author
2022-04-22Avoid defining the same test class in multiple filesJeremy Evans
2021-01-09Get rid of defining methods for tests in core classesNobuyoshi Nakada
2018-03-13Rename test classes to allow stable test count when running test-all -jnobu
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2013-09-04* bignum.c (GMP_DIV_DIGITS): New macro.akr
2013-09-04* bignum.c (rb_big_divrem_normal): New function.akr