aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/bignum/test_str2big.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid defining the same test class in multiple filesJeremy Evans2022-04-221-27/+25
* Get rid of defining methods for tests in core classesNobuyoshi Nakada2021-01-091-6/+6
* Rename test classes to allow stable test count when running test-all -jnobu2018-03-131-1/+1
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-1/+1
* * bignum.c (GMP_STR2BIG_DIGITS): New macro.akr2013-09-031-0/+7
* * bignum.c (rb_str2big_poweroftwo): New function.akr2013-09-031-0/+30